Enterprise JavaBeans (EJB)

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

Articles
  

Articles:
  • Unlocking the True Power of Entity EJBs by Tyler Jewell   - [Clicks: 11]
    The time has come for entity EJBs to have a spokesperson that will champion their vision, potential, and true power to the world. Let's get started.
    http://www.onjava.com/pub/a/onjava/2001/12/19/eejbs.html - Dec, 2001
  • Mastering Enterprise Java Beans Second Edition by Ed Roman, Scott Ambler, Tyler Jewell   - [Clicks: 44]
    This is the official homepage for Mastering EJB Second Edition. Here you can download the source code for the book and also a PDF version of the book. Book Errata and other announcements will also be posted here.
    [Download the FREE PDF and the source code]
    http://www.theserverside.com/books/masteringEJB/index.jsp - Dec, 2001
  • To EJB, or not to EJB? by Humphrey Sheil   - [Clicks: 21]
    In this article, Humphrey Sheil explains when and how to use EJB in your J2EE application, as well as how to know when EJBs are not the right solution for you.
    http://www.javaworld.com/javaworld/jw-12-2001/jw-1207-yesnoejb.html - Dec, 2001
  • Stateful Session EJBs: Beasts of Burden by Tyler Jewell   - [Clicks: 17]
    SFSBs have their place in J2EE systems; it's just very small. If your designs use SFSBs for session-oriented data and avoid using SFSBs as distributed data caches, your systems will be more reliable. If you have a requirement you think SFSBs can satisfy and that requirement is not listed in this article, you should give some hard thought to another solution.
    http://www.onjava.com/pub/a/onjava/2001/10/02/ejb.html - Oct, 2001
  • Learning EJB QL by Jeelani B. Shaik   - [Clicks: 15]
    The addition of EJB QL to the new EJB 2.0 specification justifies the distributed component architecture as the standard way of defining queries. EJB QL allows applications to be more portable. I believe future versions of EJB QL may provide support for more built-in functions, as well as other SQL features like ORDER BY. In the EJB 2.0 specification, the data model for CMP does not currently support inheritance; therefore, you cannot compare objects or value classes of different types. This may be addressed in future versions of EJB QL.
    http://www.onjava.com/pub/a/onjava/2001/09/19/ejbql.html - Sep, 2001
  • EJB 2 and J2EE Packaging by Tyler Jewell   - [Clicks: 26]
    This article discusses some of the nuances associated with J2EE packaging and provides some hints to make you more productive.
    http://www.onjava.com/pub/a/onjava/2001/06/26/ejb.html - Jun, 2001
  • EJB 2 Message-Driven Beans by Dion Almaer   - [Clicks: 24]
    This article discusses the new EJB 2.0 Message Driven Beans. I walk through an example of using this new bean, along with the corresponding JMS infrastructure that surrounds it.
    [Includes source code]
    http://www.onjava.com/pub/a/onjava/2001/05/22/ejb_msg.html - May, 2001

[Top]