News

Every EJB application server allows you to install an EJB if you provide a bean implementation, remote interface, and a home interface but, in most cases, you have to write them yourself. That is ...
A scripted Java GUI testing framework that supports recording and playback of semantic user events, and component state evaluation for both unit and functional testing. Allows you to record scripts ...
A programming interface (API) that provides an interface between a Java program and a legacy application such as CICS and R/3. Java Connectors, which originally part of the Java EE platform, make ...
The job of the EJB developer is constantly challenging, making the task of designing maintainable and scalable systems difficult without a clear set of best practices to follow. It is with this and ...
We are trying to migrate from jboss 5.0 to jboss 6.3. We got a problem with a local ejb call, between a Webservice and a ejb. We have tried several attempts and got several different errors. The ...