EJB3 Related Article (有关EJB3的文章)
- "Simplify Enterprise Java Development with EJB 3.0," Michael Yuan (JavaWorld):
-
- Part 1Use annotations to develop POJO services (August 2005)
http://www.javaworld.com/javaworld/jw-08-2005/jw-0815-ejb3.html - Part 2POJO persistence made easy (September 2005)
http://www.javaworld.com/javaworld/jw-09-2005/jw-0912-ejb.html
- Part 1Use annotations to develop POJO services (August 2005)
- The JBoss EJB 3.0 TrailBlazer application is the source of the code example used in this article. You can play with it online or download it from
http://www.jboss.com/docs/trailblazer - "The Simplicity of EJB 3.0," Raghu R. Kodali (Java Developers Journal, August 2005)
http://java.sys-con.com/read/117755_1.htm - A list of learning trails most relevant to the contents covered in this article:
-
- Stateless session beans
http://trailblazer.demo.jboss.com/EJB3Trail/serviceobjects/slsb/index.html - Stateful session beans
http://trailblazer.demo.jboss.com/EJB3Trail/serviceobjects/sfsb/index.html
- Stateless session beans
- Session bean lifecycle callbacks
http://trailblazer.demo.jboss.com/EJB3Trail/serviceobjects/lifecycle/index.html - Message-driven beans
http://trailblazer.demo.jboss.com/EJB3Trail/serviceobjects/mdb/index.html - JBoss message-driven POJOs
http://trailblazer.demo.jboss.com/EJB3Trail/serviceobjects/mdpojo/index.html - Dependency injection for service objects
http://trailblazer.demo.jboss.com/EJB3Trail/serviceobjects/injection/index.html - Transaction services
http://trailblazer.demo.jboss.com/EJB3Trail/services/transaction/index.html - Security services
http://trailblazer.demo.jboss.com/EJB3Trail/services/security/index.html - Interceptors
http://trailblazer.demo.jboss.com/EJB3Trail/services/interceptor/index.html
- The examples run in JBoss Application Server 4.0.3. Please check out the download and installation instructions here
http://trailblazer.demo.jboss.com/EJB3Trail/background/install/index.html - Michael Yuan's earlier JavaWorld article "On the Road to Simplicity" (February 2005) discusses the advantages of the POJO programming model over the old EJB 2.1
http://www.javaworld.com/javaworld/jw-02-2005/jw-0221-jboss4.html - "EJB 3.0 in a Nutshell" by Anil Sharma (JavaWorld, August 2004) is an analysis of EJB 3.0 based on an early version of the specification. It provides insights for the rationales behind the specification
http://www.javaworld.com/javaworld/jw-08-2004/jw-0809-ejb.html - Michael Yuan also writes about wireless development. Check out his past articles in JavaWorld's Wireless Java column
http://www.javaworld.com/columns/jw-wireless-index.shtml - For more articles on EJB, browse the Enterprise JavaBeans (EJB) section of JavaWorld's Topical Index
http://www.javaworld.com/channel_content/jw-ejbs-index.shtml? - For more articles on Java Enterprise Edition, browse the Java 2 Platform, Enterprise Edition (J2EE) section of JavaWorld's Topical Index
http://www.javaworld.com/channel_content/jw-j2ee-index.shtml?