Enterprise JavaBeans (EJB) 3.0

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

Articles
Tutorials
  

Articles:
  • Banish Your Resistance to Persistence with the EJB 3.0 Persistence API by Rod Coffin   - [Clicks: 200]
    With the 3.0 version of EJB, Java's guardians have endeavored to make persistence a gentler beast that borrows the best from other ORM frameworks that have long curried favor with the community. Now, learn how to use the new spec, along with JBoss and Maven, to persist Java objects to a relational database.
    [Includes sample code]
    http://www.devx.com/Java/Article/30161 - Dec, 2005
  • Getting Started with EJB 3.0 and Enterprise Bean Components by Rod Coffin   - [Clicks: 312]
    The time is ripe to give the EJB 3.0 spec, which was engineered to offer big gains in productivity, a test drive. Learn how to start using JBoss and Maven to develop EJB 3.0 enterprise bean components.
    [Includes source code]
    http://www.devx.com/Java/Article/30045 - Nov, 2005
  • Converting a POJO to a Persistent Entity by Sriramulu Lakkaraju, Abhijit Kumar   - [Clicks: 125]
    One of the goals of Java EE 5 is ease of development, and the new Java Persistence API that is defined as part of the Enterprise JavaBeans (EJB) 3.0 specification, JSR-220, is a key component designed to meet that goal. The popular Java Servlet API 2.5 also includes some minor changes that support ease of development. In this Tech Tip, you'll see an example of the Java Persistence API in use from a Java Servlet. The example shows you how to convert a POJO (Plain Old Java Object) to a persistent entity, and how to use that entity from a Java Servlet. You'll also have the opportunity to run a sample application that uses these features.
    [Includes sample code]
    http://java.sun.com/developer/EJTechTips/2005/tt1122.html#2 - Nov, 2005
  • Try Declarative Programming with Annotations and Aspects by Rod Coffin   - [Clicks: 49]
    Learn how to combine the power of annotations with aspects to provision enterprise services declaratively, in an EJB 3.0-compatible manner, while still providing container independence.
    [Includes source code]
    http://www.devx.com/Java/Article/29472 - Oct, 2005
  • The Performance of EJB 3.0 by Peter Zadrozny, Raghu R. Kodali   - [Clicks: 105]
    We've all heard about the simplicity and power of the EJB 3.0 specification. And because this has proven to be true, we can't help but think that performance must be rather poor. After all, all that simplicity must come at a price.
    http://jdj.sys-con.com/read/131767.htm - Oct, 2005
  • Accessing the Bean Environment in EJB 3.0 Session Beans by Deepa Singh   - [Clicks: 106]
    This Tech Tip describes how Enterprise JavaBeans 3.0 (EJB 3.0) session beans declare dependencies on external resources, and how dependencies can be injected into EJB 3.0 session beans. The tip also describes how EJB3.0 session beans can refer to the home or business interfaces of enterprise beans using logical names called EJB references. The examples in this tip are based on an open source reference implementation of Java EE 5 called GlassFish.
    [Includes sample code]
    http://java.sun.com/developer/EJTechTips/2005/tt0930.html#1 - Sep, 2005
  • Simplify enterprise Java development with EJB 3.0, Part 2 by Michael Juntao Yuan   - [Clicks: 111]
    In Part 2 of this EJB 3.0 learning series, you learn how to develop data models using POJOs (plain-old Java objects), and how to transparently map those object data models to and from relational databases. Using EJB 3.0 annotated entity beans, developing database-driven applications is a breeze.
    http://www.javaworld.com/javaworld/jw-09-2005/jw-0912-ejb.html - Sep, 2005
  • What's New in EJB 3.0 by Krishna Srinivasan   - [Clicks: 113]
    This article looks at the various new features introduced in the Enterprise JavaBean (EJB) 3.0 specification and how they'll make developing EJBs easier. The main theme of the EJB 3.0 is ease of development, which is the purpose of the new features in this release.
    http://today.java.net/pub/a/today/2005/08/18/ejb3.html - Aug, 2005
  • Simplify enterprise Java development with EJB 3.0, Part 1 by Michael Juntao Yuan   - [Clicks: 162]
    In this series of two articles, you learn how to develop simpler and more robust enterprise Java applications using the POJO (plain-old Java object) programming model in EJB 3.0. Runnable sample code illustrates the key elements in an EJB 3.0 application. In Part 1, Michael Juntao Yuan covers EJB 3.0 annotations to develop loosely coupled POJO applications and deliver container services to managed POJOs.
    http://www.javaworld.com/javaworld/jw-08-2005/jw-0815-ejb3.html - Aug, 2005
  • Simplifying Development by Rich Schwerin   - [Clicks: 65]
    Use EJB 3.0 to streamline your application development and standardize persistence for Java.
    http://www.oracle.com/technology/oramag/oracle/05-jul/o45standard.html - Jul, 2005
  • POJO Application Frameworks: Spring Vs. EJB 3.0 by Michael Juntao Yuan   - [Clicks: 198]
    In this article, I will examine some key differences behind the Spring and EJB 3.0 frameworks, and discuss their pros and cons. The topics covered in this article also apply to other lesser-known enterprise middleware frameworks, as they all converge on the "loosely coupled POJO" design. I hope this article will help you choose the best framework for your needs.
    http://www.onjava.com/pub/a/onjava/2005/06/29/spring-ejb3.html - Jun, 2005
  • Prepare for New EJB 3.0 Persistence by Merrick Schincariol, Doug Clarke   - [Clicks: 71]
    See how to address the migration concerns of enterprise application developers and architects who are currently using EJB 2.1 CMP.
    [This article requires registration.]
    http://www.ftponline.com/channels/java/2005_06/mschincariol_06_22_05/ - Jun, 2005
  • EJB/JDO Persistence FAQ   - [Clicks: 133]
    This FAQ gives more information about the new Java persistence API and its relation to the EJB and JDO technologies.
    http://java.sun.com/j2ee/persistence/faq.html - Mar, 2005
  • Oracle Application Server EJB 3.0 Preview   - [Clicks: 31]
    This page offers you all the resources you need to get started using EJB 3.0 with the Oracle Application Server EJB 3.0 Preview.
    http://www.oracle.com/technology/ejb3/index.html - Mar, 2005
  • Out-of-Container EJB 3.0 Testing with Oracle Entity Test Harness by Debu Panda   - [Clicks: 52]
    In this article, I will explain the benefits of Test-Driven Development and how EJB 3.0 promises to let you test EJB outside the container. I'll also propose how the Entity Test Harness provided with Oracle Application Server makes testing EJB 3.0 entities a reality.
    http://www.oracle.com/technology/pub/articles/debu_testability_of_ejb.html - Mar, 2005

[Top]

Tutorials:
  • EJB3 Quick Start: Fundamentals of EJB3 Persistence by Patrick Linskey   - [Clicks: 191]
    Patrick Linskey, CTO of SolarMetric and active JCP expert group member, leads you through this crisp, no-nonsense introduction to what you need to know about EJB 3.0 persistence. This is not your grandfather's EJB, and you're going to like what you see !
    http://www.javalobby.org/eps/ejb3/ - Aug, 2005
  • JBoss EJB 3.0 and Extensions: TrailBlazer   - [Clicks: 293]
    This JBoss EJB 3.0 TrailBlazer teaches you how to leverage EJB 3.0 to increase productivity and improve software quality. The TrailBlazer is divided into several hikes. Each hike covers a board topic and is further divided into several trails. Each trail is a relatively independent learning module with text and sample applications. To deploy the TrailBlazer on your own server or build it from the source, please visit the JBoss TrailBlazer web page at at http://www.jboss.com/docs/trailblazer. Now, start exploring EJB 3.0 from any of the hikes below!
    http://trailblazer.demo.jboss.com/EJB3Trail/ - Jun, 2005

[Top]