News

I am using this blog entry to demonstrate by simple example the use of the Spring Framework 's HTTP Remoting .
The following excerpt from the sample code is a Spring bean configuration that binds the airline example as a simple workflow process. <!-- ...
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 ...
Spring is simple Inversion of control, the key pattern the Spring framework implements, is simple. It simply asserts that any object with complex configuration or a complicated lifecycle should be ...
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 ...