Table Of Contents - Red Hat APPLICATION SERVER - JONAS Manual

Jonas
Hide thumbs Also See for APPLICATION SERVER - JONAS:
Table of Contents

Advertisement

Table of Contents

I. Introductory JOnAS Documentation .......................................................................................... vii
1. Java Open Application Server (JOnAS): a J2EE Platform ................................................... 1
1.1. Introduction to Red Hat Application Server .......................................................... 1
1.2. JOnAS Features ..................................................................................................... 2
1.3. JOnAS Architecture ............................................................................................... 4
1.4. JOnAS Development and Deployment Environment .......................................... 10
1.5. Clustering and Performance................................................................................. 11
1.6. Future Development............................................................................................. 13
2. Getting Started with JOnAS................................................................................................ 15
2.1. Running the First EJB Application ...................................................................... 15
2.2. More Complex Examples .................................................................................... 16
3. JOnAS Configuration.......................................................................................................... 21
3.1. JOnAS Configuration Rules................................................................................. 21
3.2. Configuring the JOnAS Environment .................................................................. 22
3.3. Configuring the Communication Protocol and JNDI........................................... 23
3.4. Configuring Logging System (monolog) ............................................................. 24
3.5. Configuring JOnAS Services ............................................................................... 26
3.6. Configuring the DB Service (hsql) ...................................................................... 44
3.7. Configuring JMS Resource Adapters................................................................... 44
4. Configuring JDBC DataSources ......................................................................................... 51
4.1. Configuring DataSources ..................................................................................... 51
4.2. CMP2.0/JORM .................................................................................................... 52
4.3. ConnectionManager Configuration...................................................................... 53
4.4. Tracing SQL Requests Through P6Spy ............................................................... 53
5. JOnAS Class Loader Hierarchy .......................................................................................... 55
5.1. Understanding the Class Loader Hierarchy ......................................................... 55
5.2. Commons Class Loader ....................................................................................... 55
5.3. Application Class Loader..................................................................................... 55
5.4. Tools Class Loader............................................................................................... 55
5.5. Tomcat Class Loader............................................................................................ 56
5.6. JOnAS Class Loaders .......................................................................................... 56
5.7. JOnAS Class Loader Hierarchy ........................................................................... 56
6. JOnAS Command Reference .............................................................................................. 59
6.1. jonas ..................................................................................................................... 59
6.2. jclient.................................................................................................................... 62
6.3. newbean ............................................................................................................... 62
6.4. registry ................................................................................................................. 65
6.5. GenIC................................................................................................................... 65
6.6. JmsServer ............................................................................................................. 67
6.7. RAConfig ............................................................................................................. 68
II. Enterprise Beans Programmer's Guide..................................................................................... 71
7. Developing Session Beans .................................................................................................. 73
7.1. Introduction to Session Beans.............................................................................. 73
7.2. The Home Interface ............................................................................................. 73
7.3. The Component Interface .................................................................................... 74
7.4. The Enterprise Bean Class ................................................................................... 74
7.5. Tuning the Stateless-Session Bean Pool .............................................................. 77
8. Developing Entity Beans .................................................................................................... 79
8.1. Introduction to Entity Beans ................................................................................ 79
8.2. The Home Interface ............................................................................................. 80
8.3. The Component Interface .................................................................................... 81
8.4. The Primary Key Class ........................................................................................ 82
8.5. The Enterprise Bean Class ................................................................................... 84

Advertisement

Table of Contents
loading

This manual is also suitable for:

Application server

Table of Contents