JEUS Manual Organization
This chapter describes the JEUS manuals and abbreviations used in the manual. Read this chapter carefully because it contains important information about the JEUS manual.
1. Overview
JEUS manuals can be accessed in the following three ways.
-
HTML documents provided with the software.
-
PDF files on the JEUS installer CD.
Viewing a PDF require Adobe Acrobat Reader or another application that can read PDFs. Visit Download Adobe Reader to download the Adobe Acrobat Reader.
-
Updated software or guides in the TechNet site of TmaxSoft (TechNet).
JEUS manuals:
-
Are intended for Jakarta EE professionals who understand Java and Jakarta EE technology.
-
Are organized into individual and loosely related documents.
-
Generally follow a standard document format with a few exceptions.
-
Are structured in a wide variety of ways.
Knowledge of Java and Jakarta EE technologies is required to understand this document. Useful online documents and specifications are available at the Java website, Oracle Technical Documentation. JEUS manuals do not cover all the information described in the Jakarta EE specifications, but only include JEUS related information. |
2. Manual Organization
The following figure shows the complete document organization of the JEUS manuals. The arrows indicate the preferred order of reading for the first-time users. The JEUS manuals consist of 25 documents.
The contents of each document are outlined in the following list. Refer to this list to quickly locate a specific topic.
-
Describes new features of released JEUS, and how to upgrade the previous version.
-
New JEUS features
-
Upgrading from a previous version
-
-
Describes JEUS and its architecture and components.
-
Introduction to JEUS
-
JEUS environment
-
JEUS documentation
-
-
JEUS Installation and Getting Started Guide
Describes how to install and start JEUS with examples for each platform.
-
Installing Java on UNIX
-
Installing JEUS on UNIX
-
Descriptions for sample applications (Getting Started)
-
JEUS system tutorial
-
EJB tutorial
-
Servlet/JSP tutorial
-
Web service tutorial
-
-
Outlines the structure of JEUS domains and their configurations. Those who need to understand JEUS must read this guide.
-
Concepts and components of a domain
-
Structure and creation of a domain
-
Changing and applying domain configurations
-
Controlling and changing the state of servers with domains
-
Concepts of a cluster with domains
-
Handling abnormal termination of servers that manage domains
-
Domain securities
-
-
This is the most important guide for JEUS administrators who manage JEUS.
-
JEUS components and services
-
Configuring JEUS components
-
JEUS server controls and monitoring
-
Basic JEUS JNDI concepts and application development methods
-
Integrating and configuring external resources with JEUS
-
Using connection pools and other features provided by JEUS
-
JEUS transaction manager and related components
-
JEUS logging system
-
Connection pool settings for main JDBC drivers
JEUS Server Guide contains very broad contents such as JEUS security, naming, and transaction managers. It contains many disparate topics such as JEUS security, Naming, and Transaction Manager. Although the topics vary, documents are organized as they are because the components are configured using the same configuration file and processed on the same JVM.
-
-
Describes how to deploy JEUS EJB engines and modules.
-
Overview of JEUS EJB
-
Configuring, controlling, monitoring, and tuning the JEUS EJB engine
-
Managing, deploying, controlling, and monitoring EJB modules
-
General EJB features and configurations
-
JEUS EJB security
-
JEUS EJB security interoperability
-
JEUS EJB clustering
-
Session EJB
-
Entity EJB
-
Message Driven Beans
-
EJB clients
-
Using Ant with JEUS EJBs
-
-
Describes how to manage JEUS Web containers. It discusses about the Jakarta EE WAR archive and how to manage and deploy Servlets/JSPs.
-
Overview of JEUS Web engine and environment configurations
-
JEUS Web connection management
-
JEUS Web context (Web applications/WAR files) structure and deployment, controlling, monitoring, and tuning of Web contexts
-
JEUS Web engine features and settings
-
Web server connection and clustering (WebtoB, Apache and built-in HTTP server connections and clusters)
-
Virtual hosting
-
Concepts and use of JEUS WebCache
-
Concepts and use of reverse proxies
-
Default settings and operations of dynamic class loading
-
-
Describes the concepts and settings of the session manager and session server. This guide is intended for system administrators and developers who maintain and share sessions in a clustered environment or on a single server.
-
The structure, operations, configurations, and tuning of sessions
-
The structure, operations, and configurations of distributed session servers that enable session tracking in clustered environments
-
-
Describes the JEUS messaging system (JMS).
-
Overview of JEUS JMS
-
Configuring, monitoring, and controlling the JMS engine environment
-
JMS programming in JEUS
-
JEUS MQ clustering methods
-
JEUS MQ special functions
-
-
Describes Web services in JEUS.
-
Overview of JEUS Web services
-
Generating Web service endpoints
-
Calling Web services
-
Implementing client applications that use Web services
-
Data types and JEUS Web services
-
Using Ant with Web services
-
Standard binding declarations and customizations
-
Handler framework
-
Provider and dispatch interfaces
-
Asynchronous Web services
-
Using MIME attachment message transmission and Fast Infoset with Web services
-
WS-Policy, WS-Addressing, WS-ReliableMessaging, and WS-Transaction
-
Using UDDI
-
Web service security
-
XML and Web services
-
-
Describes how to manage JEUS using JMX.
-
Configuring JEUS JMX Manager
-
Developing JMX applications
-
JMX API reference
-
-
Describes how to monitor JEUS using the SNMP protocol.
-
Overview of JEUS SNMP agent
-
SNMP agent organization
-
Programming with JEUS SNMP
-
JEUS SNMP MIB
-
-
Describes how to integrate JEUS and legacy systems.
-
Overview of connectors
-
Connector packaging
-
Using and tuning connectors
-
-
Describes the necessary configurations for using TopLink Essential with JEUS.
-
Introduction to Jakarta Persistence API
-
Configuring providers
-
Configuring JEUS
-
-
Describes the features of JEUS scheduler.
-
Configuring scheduler services
-
Programming with scheduler services
-
-
JEUS Applications & Deployment Guide
Describes how to use tools to deploy Jakarta EE applications to JEUS.
-
Managing applications in a domain
-
Graceful undeployment and redeployment
-
Overview of modules, applications, and shared libraries
-
Creating and deploying Jakarta EE application files
-
-
Describes interoperability between Jakarta EE clients and JEUS.
-
Jakarta EE application clients
-
Applet clients
-
JNLP clients
-
-
Describes how to configure and operate the security system in JEUS, and explains security-related programming.
-
Overview and configurations of the security system
-
Configuring security for applications and modules
-
Programming with the security API
-
Developing custom security services
-
Using JACC Provider
-
Using JAAS
-
-
JEUS Jakarta Concurrency Guide
Describes Jakarta concurrency programming in JEUS.
-
Overview and configurations of concurrency utilities for Jakarta EE
-
Programming with the APIs of concurrency utilities for Jakarta EE
-
-
Describes Jakarta Batch programming.
-
Overview and configurations of Jakarta Batch
-
Programming with Jakarta Batch
-
-
Contains references that are helpful when using JEUS.
-
Information about system properties
-
Using console commands
-
Using Ant tasks
-
APIs used in JEUS
-