88 Results for:EJB

  • Sort by: 

Working with the EJB Container

28 Mar 2011

This article talks about the intricacies of invoking a remote EJB running in an application server's EJB container. Read More

Which EJB to use? Stateful, stateless and singleton session beans compared

03 Jul 2013

When developing a service layer, Java architects are often challenged with which of the three session beans, stateful, stateless or singleton, should be used. Read More

High Scalable & Distributed Architecture with EJB & Spring Framework

29 Sep 2010

In an Enterprise world, Spring Framework with some standard ORM tool like Hibernate gained considerable acceptance as a light-weight architecture for mid size applications. Also in Java EE 5 specification, major ... Read More

New Features in EJB 3.1

01 Jan 2008

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 down the path... Read More

Part Three: New Features in EJB 3.1

01 Apr 2008

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 further down the... Read More

EJB 3.1 - A Significant Step Towards Maturity

01 Apr 2009

Enterprise Java Beans (EJB) is a server-side component architecture for the Java Enterprise Edition (Java EE) platform, aiming to enable rapid and simplified development for distributed, transactional, secure and ... Read More

Free Book: EJB Design Patterns

11 May 2006

EJB Design Patterns goes beyond high-level design pattern descriptions into critical EJB-specific implementation issues, illustrated with source code implementations. But remember, there are also some Evil Design ... Read More

EJB 2.1: The Timer Service: Monson-Haefel's Guide to Enterprise JavaBeans

01 Oct 2008

This fourth installment of Monson-Haefel's Guide to Enterprise JavaBeans describes the EJB Timer Service API, its use with entity, stateless session, and message-driven beans, and provides some criticism and ... Read More

Migrating JDBC Data Access Objects to use EJB3

01 Feb 2006

In this article, we'll discuss what you need to do to migrate your DAO-based application to the EJB3 Java Persistence API. Read More

Book Chapters: Mastering EJB 3rd Edition Review Project

11 May 2006

Much has happened since the second edition of Mastering EJB book series; mainly, the release of EJB 2.1 specification and massive adoption of Web services technologies by the industry. EJB 2.1 had a few but ... Read More