Working with response in Javalin

We have learned how to handle a request in Javalin, in this tutorial, we will continue to learn how to work with the response in Javalin! I also created a Maven project as an example, as follows: Javalin and SLF4J Simple dependency are as follows:

Read More

Handle request in Javalin

I introduced you to Javalin, in this tutorial we will learn more about how we will handle requests in the Javalin framework! I also created a Maven project as an example: Javalin and SLF4J Simple dependency are as follows:

I also created a class… Read More

Using xpath3() in Mule 3

When working with Mule ESB applications related to SOAP Web Service, we will often work, manipulating data, payloads in XML format. Using Dataweave can help us easily manipulate XML data, but there is another way you can use that is to use xpath3() in Mule.… Read More