Creating DataSources on WSO2 Enterprise Integrator

In this post we are going to present some different ways to create Data Sources in WSO2 Enterprise Integrator

Read On →

How To Upload Image Files with WSO2 Rest API and VFS

In this post we will show an example on how to receive image files with a REST API and saving them to disk using VFS in WSO2 Enterprise Integrator

Read On →

WSO2 - Mapping XML to Java Using Smooks Mediator

In this post we will show how we can use smooks mediator to transform a XML Message into Java Objects using Smooks mediator in WSO2 Enterprise Integrator

Read On →

Consuming Messages from Oracle AQ in WSO2 Enterprise Integrator 6

In this post we will show how to connect to Oracle AQ using WSO2 EI

Read On →

Creating and Deploying a Proxy Service in WSO2 ESB using Developer Studio

In this video we are going to show how to create and deploy a Proxy Service into WSO2 ESB using the Developer Studio. We provide a step-by-step video on how to create a project in Developer Studio, create the proxy service, create the composite application and how to deploy it into WSO2 ESB

Read On →

Using Sling Models API

In this post we will change our contact list application to use the Sling Models API. You can see the first two posts about the app here and here. By using the AdpterFactory we can adapt Sling objects to our model objects. It is simple, but, we need to have a lot of boilerplate code. The Sling Models bundle allow us to map the Sling objects to our Model objects. Read On →

Using Apache Sling adaptTo API

Apache Sling provides a very nice way to create custom objects from Apache Sling and JCR related objects

Read On →

Creating a Contact List App with Apache Sling

In this Post we will create a Simple Contact List App using Apache Sling. For this we will leverage the Sling Post Servlet and Sling Tag Libraries

Read On →

How To Read CSV Files Using WSO2 ESB Smooks Mediator

In this post we will show how to read CSV Files with WSO2 using the Smooks Mediator

Read On →

Simple Form Login Page with Apache Sling

In this post we will show how to create a simple login page using Apache Sling

Read On →