| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ] |
| Articles Chat Transcripts | Presentations Tips |
- Enterprise JavaBeans (4th Edition) (Review Project) by Richard Monson-Haefel - [Clicks: 53]
Enterprise JavaBeans (4th edition) provides a thorough introduction to working with the new 2.1 version of the EJB Specification, which contains significant changes from the earlier version. With the new specification, EJB extends its support for Web Services and the Java Web Services APIs, expands its asynchronous messaging support, adds XML Schema for deployment descriptors, and introduces a new Timer service which allows for scheduling EJB jobs.
http://www.theserverside.com/resources/ejbReview.jsp - Oct, 2003 - Add concurrent processing with message-driven beans by Amit Poddar - [Clicks: 37]
Adding concurrency to an application in the J2EE (Java 2 Platform, Enterprise Edition) framework is severely restricted because of two main reasons; first, the EJB (Enterprise JavaBeans) specification restricts spawning new user threads in an EJB container, and second, methods on a session bean can only be invoked synchronously. However, many applications require concurrent implementations to ensure an acceptable response time. There are multiple ways to overcome these limitations. Messaging becomes the obvious choice because of its inherent asynchronous nature and strong integration with J2EE application servers via JMS (Java Message Service) and message-driven beans (MDBs). This article describes in detail how MDBs can effectively provide concurrency to J2EE applications.
http://www.javaworld.com/javaworld/jw-07-2003/jw-0718-mdb.html - Jul, 2003 - JDO or CMP? by David Jordan, Craig Russell - [Clicks: 25]
Here's a brief excerpt from Chapter 17 of our book, Java Data Objects, which summarizes the key trade-offs between using JDO and CMP for your enterprise application.
http://www.onjava.com/pub/a/onjava/2003/05/21/jdo.html - May, 2003 - How does EJB encapsulate business logic? by Jeff Hanson - [Clicks: 41]
The EJB component model adds a number of key features for distributed component systems. This article will help you drill down on how JavaBeans interact with other resources.
http://builder.com.com/5100-6370-1049641.html?tag=sc - Mar, 2003 - EJB Free and Open Source Tools Summary by Emmanuel Proulx - [Clicks: 10]
People often ask me "What's the best platform for J2EE development?" There's no clear answer for this question. First, the vendors each provide contradictory facts to prove that their product is the best. Second, each has its zealots who will tell you all of the good things about one server and bad things about the others. Third, there are dozens of products available out there.
http://www.onjava.com/pub/a/onjava/2003/02/26/ejbinherit5.html - Feb, 2003 - OpenEJB: EJB for Tomcat by Jacek Laskowski - [Clicks: 54]
The aim of this article is to present an easy yet powerful way of combining Tomcat with OpenEJB so that a web application deployed in Tomcat becomes an OpenEJB client in a fully J2EE-compliant manner.
http://www.onjava.com/pub/a/onjava/2003/02/12/ejb_tomcat.html - Feb, 2003 - Automating EJB Unit Testing by JiRong Hu - [Clicks: 29]
We have looked for a better way to test our EJB and web applications for a long time. We have seen many ideas and debates on this topic, such as how many databases are required, which framework is better, etc. Instead of finding a perfect solution, we tried to simplify the problem. The simplest solution could possibly work.
[Includes sample code]
http://www.onjava.com/pub/a/onjava/2003/02/05/automate_ejb.html - Feb, 2003 - EJB Inheritance, Part 4 by Emmanuel Proulx - [Clicks: 26]
This article discusses the steps involved in using inheritance in message-driven beans.
http://www.onjava.com/pub/a/onjava/2003/01/29/ejbinherit4.html - Jan, 2003
- Enterprise JavaBeans (EJB) Technology by Linda DeMichiel, Ken Saks - [Clicks: 36]
Our guests today are Linda DeMichiel, the EJB 2.1 Spec Lead, and Ken Saks, Sun's lead architect for implementation of the EJB 2.1 container. They're ready to answer your EJB technology questions, especially questions about the EJB 2.1 spec and its implementation.
http://java.sun.com/developer/community/chat/JavaLive/2003/jl0826.html - Aug, 2003
- Container Managed Persistence: Beyond the Specification by Sastry Malladi - [Clicks: 20]
This session discusses some of the highly desired and interesting aspects of the persistence layer beyond the specification and how the containers could potentially solve them.
[JavaOne 2003 - Multimedia format]
http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/1084.pdf - Jun, 2003 - (PDF - 483 Kb) - Container Managed Relationships. Tapping the Real Power of CMP 2.x Architecture by Hemant Khandelwal - [Clicks: 18]
This session demystifies container-managed relationships (CMR) and describes how to manage them effectively and efficiently in Java 2 Platform, Enterprise Edition (J2EE) applications.
[JavaOne 2003 - Multimedia format]
http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/1827.pdf - Jun, 2003 - (PDF - 407 Kb) - Dispelling the EJB Architecture CMP Performance Myths by Michael E. Bouchard, Lora C. Wallace - [Clicks: 27]
This session dispels that myth by showing you how the EJB architecture using CMP technology can outperform C code, making native database calls, and how with new advances in EJB development, EJB models can be developed in hours--not weeks or months.
[JavaOne 2003 - Multimedia format]
http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/2165.pdf - Jun, 2003 - (PDF - 396 Kb) - The Tortoise, the Hare and the Message-Driven Bean: The Role of MDBs in High Performance Applications based on the Enterprise JavaBeans (EJB) 2.x Spec by Karl Ewald - [Clicks: 29]
This session will cover the role of asynchronous Message-Driven Beans in developing high performance applications based on the Enterprise JavaBeans (EJB) 2.x specification ("EJB applications").
[JavaOne 2003 - Multimedia format]
http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/3474.pdf - Jun, 2003 - (PDF - 375 Kb) - Using Enterprise JavaBeansTM (EJB) Technology on More Projects with CMP, CMR and XDoclet by Rick Hightower - [Clicks: 31]
This session shows that EJB technology can be used on many more projects than it is currently.
[JavaOne 2003 - Multimedia format]
http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/3198.pdf - Jun, 2003 - (PDF - 375 Kb) - EJB Architecture for the Everyday Java Technology Application: Leveraging the New Features of EJB 2.x Specification by Sam Borgeson, Mike Wynholds - [Clicks: 12]
This session provides a high-level overview of the EJB 2.0 specification with in-depth discussion of CMP, Local Beans and EJB-QL.
[JavaOne 2003 - Multimedia format]
http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/2223.pdf - Jun, 2003 - (PDF - 383 Kb) - Enterprise JavaBeans 2.1 and 3.0 Architecture by Linda DeMichiel - [Clicks: 22]
This session discusses the technical features of the new Enterprise JavaBeans 2.1 architecture, with particular emphasis on Web services.
[JavaOne 2003 - Multimedia format]
http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/2255.pdf - Jun, 2003 - (PDF - 371 Kb) - Optimizing EJB Performance in High-Volume Data-Warehousing Applications - Patterns, Strategies and Best Practices by Samrat Ray, Arunabh Hazarika - [Clicks: 20]
This session looks at the application of Java 2 Platform, Enterprise Edition (J2EE platform) technologies (primarily EJB architecture) to various data-warehousing processes such as ETL (extraction, transformation, loading), generating snapshots from large queries and batch updates.
[JavaOne 2003 - Multimedia format]
http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/3600.pdf - Jun, 2003 - (PDF - 618 Kb) - JavaOne Labs: Enterprise Application Development Using Java 2 Platform, Enterprise Edition (J2EE) by Sridhar Reddy, Carol McDonald, Casey Chen, Cherry Shu, Rima Patel - [Clicks: 16]
Learn how to build enterprise applications with Java 2 Platform, Enterprise Edition (J2EE) Technology building Enterprise JavaBeans (EJB) using Sun ONE Application Server and Sun ONE Studio.
[JavaOne 2003 - Multimedia format]
http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/3726.pdf - Jun, 2003 - (PDF - 1378 Kb) - Persistence Architectures: Issues and Practices by Donald Smith - [Clicks: 12]
The purpose of this talk is to outline the persistence issues for Java objects and EJBs, and to describe the various strategies employed by persistence layers to solve these problems. We will also discuss these challenges and solutions in the context of various EJB application architectures. It is assumed the audience has some familiarity with Enterprise JavaBeans. Basic relational database and object modeling knowledge are also assumed.
[PDF - 945 Kb]
http://www.ajug.org/meetings/2003/feb03.html - Feb, 2003
- Advanced EJB QL, EJB QL Select Methods by Mark Johnson - [Clicks: 14]
The first tip provides examples of more advanced EJB QL, and the second tip shows how to write and use EJB select methods.
[You can download the sample archive for these tips.]
http://java.sun.com/developer/EJTechTips/2003/tt0929.html - Sep, 2003 - Finder Methods and EJB-QL by Mark Johnson - [Clicks: 19]
This tip provides introductory examples of using Enterprise JavaBeans Query Language (EJB QL). Specifically, it shows how to use EJB QL to create finder methods for entity beans in EJB version 2.0 and above.
[You can download the sample archive for these tips.]
http://java.sun.com/developer/EJTechTips/2003/tt0825.html#2 - Aug, 2003