I want to build an Ajax gui, that is notified on any state changes happening in my ejb application. To achieve this, I thought I build an stateful ejb (3.0) that ...
I'm fairly new to EJBs and full blown application servers like JBoss, having written and worked with special purpose standalone Java applications for most of my career, with limited use of ...
I'm new to EJB 3 and pretty confused with some doubts which Google didn't provide with a satisfactory answer.
I'm trying to create a framework with some base classes and some utility ...
I am searching for a design pattern to generate objects from a template object. In my game i have different kind of items which will be generated out of a template ...
I have been refactoring some existing code of an application. Looking at it, I have found a class that's a mess... and it could be refactored using the State pattern. However ...