Enterprise JavaBeans (EJB) 3.0

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
Interview Transcripts
  

Articles:
  • EJB 3.0 Preview. Part 2: The advanced features by Bill Burke   - [Clicks: 67]
    Last month's article on EJB 3.0 (Vol. 9, issue 11) focused primarily on the basic features of the specification. Part 2 dives much deeper into the specification to talk about more advanced features like dependency injection, dependent objects, secondary tables, and inheritance.
    http://www.sys-con.com/story/?storyid=47351&DE=1 - Dec, 2004
  • EJB 3.0 Preview. Part 1: The basic programming model by Bill Burke   - [Clicks: 77]
    This article is part one of a two-part series on the new Enterprise JavaBeans (EJB) 3.0 specification. Prior knowledge of J2EE/EJB will enable a better reading experience. Part 1 focuses on the basic programming model of EJB 3.0. Part 2 will focus on more advanced features like dependency injection and complex persistence mappings (entity inheritance and multitable mappings).
    http://www.sys-con.com/story/?storyid=46975&DE=1 - Nov, 2004
  • Ease of Development in Enterprise JavaBeans Technology by Ed Ort   - [Clicks: 25]
    This article covers some of the ease-of-development features that are being planned for EJB 3.0 and that are documented in the EJB 3.0 Specification (now available as an early draft). It's important to note that the EJB 3.0 Specification is a work in progress, and so might change over time. But first, let's take a step back and look at some of the basics of EJB technology. Then let's look at how the technology works today. In other words, let's examine what a developer does to create and use enterprise beans with the current level of the technology, EJB 2.1. After that let's examine how EJB 3.0 simplifies things for developers.
    http://java.sun.com/developer/technicalArticles/ebeans/ejbease/index.html - Oct, 2004
  • Simplifying EJB development with EJB 3.0 by Debu Panda   - [Clicks: 54]
    At the first glimpse the new model for EJB looks pretty and in this article we will discuss how EJB 3.0 is trying to dress up in a smaller size pretty outfit to make it appealing for developers. In a follow up article we will discuss how EJB 3.0 is simplifying the persistence model.
    http://www.theserverside.com/articles/article.tss?l=SimplifyingEJB3 - Oct, 2004
  • EJB 3.0 in a nutshell by Anil Sharma   - [Clicks: 91]
    The much-awaited Enterprise JavaBeans 3.0 early draft was released recently. This article provides a quick overview of the newly proposed EJB programming model, which includes metadata support, EJB Query Language (EJB QL) changes, the proposed entity bean model, a new way of accessing the bean context and runtime environment, and more. The author also discusses how the future of EJB is shaping up and reviews EJB 3.0's relationship to other concurrently developing specifications.
    [Includes source code]
    http://www.javaworld.com/javaworld/jw-08-2004/jw-0809-ejb.html - Aug, 2004
  • New Life for EJB by Ganesh Prasad, Rajat Taneja   - [Clicks: 34]
    The proposed EJB 3.0 specification defines a new syntax to simplify development, but Rajat Taneja and Ganesh Prasad say it fails to address fundamental flaws in the model. They have an alternative proposal.
    http://today.java.net/pub/a/today/2004/08/05/ejbnewlife.html - Aug, 2004

[Top]

Interview Transcripts:
  • EJB 3 by Seth White   - [Clicks: 33]
    Seth White, lead engineer on the WebLogic EJB team provides a comprehensive view of EJB 3 and what it will mean for developers. Seth answers questions such as why do we still need deployment descriptors, how disconnected data access will work in an EJB environment, and what the EJB expert group is working on now.
    http://dev2dev.bea.com/trainingevents/dev2devlive/sethwhite.jsp - 2004

[Top]