Java Enterprise Edition, or Java EE (previously called J2EE), is a powerful but notoriously complex platform for developing server-side applications. Since its early days, complexity has long been ...
ATLANTA: JBoss, a division of Red Hat, released Hibernate 3.2, the latest update to the company's powerful, Java object/relational mapping software. JBoss has simplified Hibernate packages to support ...
In Part 2, I discuss how EJB 3.0 entity beans leverage POJO and annotations to greatly simplify your data model and its persistence-to-backend relational databases. Before we get into the details of ...
Any web based application can be built on the concept of a multi-tier, MVC model. For better maintainability, applications should be designed in such a way that the Presentation Layer and the Business ...