News

A must-read tutorial showing how to use Grails (Java's Groovy answer to Ruby on Rails) to quickly build a functional website around an existing EJB 3 entity bean domain model with very little code.
This short tutorial has the goal to show how to start as fast as possible a new EJB project using IntelliJ and Maven. Create a new project from scratch Complete the form, you have to choose the Maven ...
A recent study by Java developer Raghu Kodali has shown that porting Sun’s Java EE tutorial application RosterApp from EJB 2.1 to EJB 3.0 resulted in more than a 50-percent reduction in code.
Jakarta EE Tutorial. Contribute to eclipse-ee4j/jakartaee-tutorial development by creating an account on GitHub.
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 ...
Mastering EJB 3rd Edition Review Project What's New July 19th - Chapter 11 - EJB Best Practices First Review Posting The EJB Best Practices chapter discusses best practices in terms of design, ...
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 ...
Tweak your Java skills with these quick Java tips. First, see how WAR files can be useful in deploying resources to the Web server. Then, pick up a handy tip on implementing the ...