Enterprise Java

Developing with WSO2

wso2-logo-e1412323639751Since a few months I am back working with WSO2 products. In the upcoming posts I describe some of the (small) issues I ran into and how to solve them.

The first thing I did when setting up my development environment was downloading the Developer Studio (64-bit version) on my Mac.

After unzipping the downloaded zip file you see the Eclipse icon like this:

 
 
eclipse-folder
However after double clicking the icon Eclipse doesn’t start… Great way to start with the product !

Although this issue is described on their installation page this isn’t exactly the information I read before starting a Java IDE like Eclipse. But it turns out that you have to adjust the file permissions for the Studio to work on a Mac. Just open up a Terminal, browse to the installation directory and modify the permission like this:

terminal-wso2-studio
After fixing the permission you will see the familiair Eclipse applicationafter double clicking the icon:

wso2-studio-running

Another small issue you just have to know how to work with it is with the Management Console that comes with the WSO2 product. As an example here is the Management Console for the WSO2 ESB:

esb-mgt-console
Now when you want to edit the source of a certain item in the ESB you can do this by going to the source view of that item like this:

esb-mgtr-source-view2
Now if you want to increase the size of the source box you shouldn’t try to drag the right corner but just click it once and resize the box:

esb-mgt-src-resize1
Now you can see more of the source view like this:

esb-mgt-src-resized1
Once you know it it is so easy !

Reference: Developing with WSO2 from our JCG partner Pascal Alma at the The Pragmatic Integrator blog.

Pascal Alma

Pascal is a senior JEE Developer and Architect at 4Synergy in The Netherlands. Pascal has been designing and building J2EE applications since 2001. He is particularly interested in Open Source toolstack (Mule, Spring Framework, JBoss) and technologies like Web Services, SOA and Cloud technologies. Specialties: JEE, SOA, Mule ESB, Maven, Cloud Technology, Amazon AWS.
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
Back to top button