Keep your WSDL files updated

Posted by & filed under java.

A quick remark for the future that is worth to remember. I suppose there is one of good coding principles to keep your imported WSDL files up-to-date. I was writing distributed ticket handling system. I needed some stateful service for this. I’ve implemented this storage with database behind and ejb-webservice as endpoint. While I was… Read more »

Jboss Cache on Glassfish

Posted by & filed under Enterprise Sevice Bus.

As some of you could notice I am openESB developer and fan. It’s development tool (Netbeans) is tightly bounded with Glassfish. Of course you can bound Jboss or any other AS to it. But I am accustomed to Glassfish (and previous Sun Application Server since JCAPS) so I work with it and all people from… Read more »

GWT EJB3 Maven Glassfish 2.1.1 integration tutorial

Posted by & filed under java.

I am just being inspired by GWT EJB3 Maven JBoss 5.1 integration tutorial that is why I decided to write my own tuts just for remember howto. I am working with Glassfish and my IDE is Netbeans the demo db will be derby. I know it really doesn’t matter what app server we deploy to… Read more »