News

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 ...
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 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 ...
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 ...
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 ...
This series of articles is a preview of the changes the EJB 3.1 expert group is working on for the next version of the Java EE specification. EJB 3.1 aims to build on those successes by moving further ...
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 ...