Chapter 6. Stateless Session Beans


Everything we've done up to this point technically could have been done without using JBoss. Our web tier simply uses the embedded Tomcat Servlet containerwe could run our WAR unchanged in a standalone Tomcat instance. Our persistence tier used both JDBC and Hibernate. Again, both are available in non-JBoss installations. We simply took advantage of them because they come bundled with JBoss.

We now are firmly in the middle of the business tier. The next several chapters will focus on components that must be run in JBoss. More specifically, we'll look at EJB components that must run inside an EJB container.

Many people would argue that Enterprise JavaBeans are what put the "E" in the Java2 Enterprise Edition. But you also could argue that web-centric applications that use only JSPs and Servlets are still legitimate J2EE applications. These next sections will introduce you to technologies that allow you to build a large-scale, distributed, transaction-based Enterprise application.



JBoss at Work. A Practical Guide
JBoss at Work: A Practical Guide
ISBN: 0596007345
EAN: 2147483647
Year: 2004
Pages: 197

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net