News

The Enterprise Java Bean 3.0 (EJB 3) specification marked a very important way-point in the long march of Java in the enterprise. The specification was built very apparently with input from the ...
Do you have a Java class whose functionality would be useful across the entire enterprise? Do you have many classes with enterprise potential and existing applications that use them? Creating EJB ...
In this series of two articles, you learn how to develop simpler and more robust enterprise Java applications using the POJO (plain-old Java object) programming model in EJB 3.0. Runnable sample ...
The latest version of Java Enterprise Edition (Java EE) offers several new features including dependency injection, bean validation and significant enhancements in EJB, Servlets, JSF, and JSP ...
An EJB is a re-usable Java class containing a no-argument constructor along with metadata to describe its characteristics and behaviour. EJBs are typically used to encapsulate business logic for ...
This series of articles previews changes in EJB 3.1. EJB 3.0 brought simplicity to Java EE 5 by moving away from a heavyweight programming model. EJB 3.1 aims to build on those successes by moving ...
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 ...
The driving force behind EJB 2.1 is the need for Enterprise JavaBeans technology to support Web services -- a need that in turn is driven by Microsoft's release of its mammoth .NET platform, which is ...
javax.xml.ws.soap.SOAPFaultException: java.lang.NullPointerException through webservice client in ejb Project #16293 ...