Chapter WORKBOOK 1. JBoss Installation and Configuration

This chapter guides you through the steps required to install a fully working JBoss server. Along the way, you will learn about JBoss 4.0’s microkernel architecture, and the last section will show you how to install the code for the forthcoming exercises. If you need more detailed information about JBoss configuration, visit the JBoss web site, http://www.jboss.com, where you will find comprehensive online documentation.

About JBoss

JBoss is a collaborative effort of a worldwide group of developers to create an open source application server based on the Java 2 Platform, Enterprise Edition (J2EE). With more than six million downloads in the last four years, JBoss is the leading J2EE application server.

JBoss implements the full J2EE stack of services:

  • Enterprise JavaBeans (EJB)

  • Java Persistence

  • Java Message Service (JMS)

  • Java Transaction Service/Java Transaction API (JTS/JTA)

  • Servlets and JavaServer Pages (JSP)

  • Java Naming and Directory Interface (JNDI)

It also provides advanced features such as clustering, JMX, web services, and Internet Inter-ORB Protocol (IIOP) integration.

Because JBoss code is licensed under the GNU Lesser General Public License (LGPL; see http://www.gnu.org/copyleft/lesser.txt), you can use it freely, at no cost, and in any commercial application, or you may redistribute it as is.

Installing the JBoss Application Server

Before going any further, make sure you have the Java SE JDK 5 or higher installed and correctly ...

Get Enterprise JavaBeans 3.0, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.