88 Results for:EJB

  • Sort by: 

Understanding J2EE Application Server ClassLoading Architectures

01 May 2002

The packaging mechanisms defined in Chapter 8 of the J2EE 1.3 specification provide a framework for pulling together all the pieces of a J2EE application. However, application server vendors are free to design a ... Read More

What to look for in an application server

28 Mar 2011

What are the key parts of an application server that your application needs? Here's a quick overview. Read More

Spring sucks? Refuting the case against Spring

11 Jan 2013

Because some old school J2EE types think Spring sucks, Ken Rimple takes some time to refute common complaints about Spring. Read More

Message Driven Beans Tutorial

01 Jan 2000

The following tutorial illustrates how a Message Driven Bean is written and deployed in an Enterprise JavaBeansTM 2.0 Container. The MDB component is invoked by an inbound message from a Java client. Read More

Using Hibernate 3.5 as a JPA 2.0 Persistence Implementation

21 Jun 2010

Are you interested in JPA 2.0, and you want to use Hibernate as your implementation? This tutorial shows you how easy it is to take your JPA annotated components and use the Hibernate 3.5 as your implementation. Read More

Introduction to the Spring Framework 2.5

01 Oct 2007

The Spring Framework has continued to grow in popularity, and has become the de facto standard for enterprise Java development. In this article, I'll try to explain what Spring sets out to achieve, and how I ... Read More

Back End Code Generation Techniques For Java

01 Jan 2004

Code generation is nothing new, especially for Java programmers, but it is still confusing to most people because of the variety of code generation models and solutions. This article will help you cut through the ... Read More

Professional Java Server Programming J2EE 1.3 Edition

01 Jan 2000

The release of the 1.3 version of the Java 2 Platform, Enterprise Edition (J2EE) represents the evolution of Sun Microsystems' server-side development platform into a more mature and sophisticated specification. Read More

Java Pseudo Transactions With Non-Transactional Resources

01 Jan 2009

When working in enterprise environments, it is often necessary to interact with multiple resources in a single atomic unit of work – a distributed transaction. The ideal way to accomplish this is by ... Read More

Nuts and Bolts of Transaction Processing

01 Jan 2000

This article walks the reader through the transaction processing and ACID. Read More