JBOSS4.0入门教程文件,文件目录如下
Table of Contents
---------------------------
About this book
What this Book Covers
1. Getting Started
1.1. Downloading and Installing JBoss
1.2. Starting the Server
1.3. The JMX Console
1.4. Stopping the Server
1.5. Running as a Service
2. The JBoss Server - A Quick Tour
2.1. Server Structure
2.1.1. Main Directories
2.1.2. Server Configurations
2.2. Basic Configuration Issues
2.2.1. Core Services
2.2.2. Logging Service
2.2.3. Security Service
2.2.4. Additional Service
2.3. The Web Container - Tomcat
3. About the Example Applications
3.1. The J2EE Tutorial
3.2. What's Different?
3.2.1. Container-Specific Deployment Descriptors
3.2.2. Database Changes
3.2.3. Security Configuration
3.3. J2EE in the Real World
4. The Duke's Bank Application
4.1. Building the Application
4.1.1. Preparing the Files
4.1.2. Compiling the Java Source
4.1.3. Package the EJBs
4.1.4. Package the WAR File
4.1.5. Package the Java Client
4.1.6. Assembling the EAR
4.1.7. The Database
4.1.7.1. Enabling the HSQL MBean and TCP/IP Connections
4.1.7.2. Creating the Database Schema
4.1.7.3. The HSQL Database Manager Tool
4.1.8. Deploying the Application
4.2. JNDI and Java Clients
4.3.1. Configuring the Security Domain
4.3.2. Security Using a Database
4.3.3. Using Password Hashing
5. J2EE Web Sevices
5.1. Web Service in JBoss
5.2. Duke's Bank as a Web Service
5.3. Running the Web Service Client
5.4. Monitoring Webservices Requests
6. JMS and Message-Driven Beans
6.1. Building the Example
6.1.1. Compiling and Packaging the MDB and Client
6.1.1.1. Specifying the Source Queue for the MDB
6.2. Deploying and Running the Example
6.3. Managing JMS Destinations
6.3.1. The Jbossmq-destinations-service.xml File
6.3.2. Using the DestinationManager from the JMX Console
6.3.3. Administering Destinations
7. Container-Managed Persistence
7.1. Building the Example
7.2. Deploying and Running the Application
7.2.1. Running the Client
7.3.CMP Customization
7.3.1. XDoclet
8. Using other Databases
8.1. DataSource Configuration Files
8.2. Using MySQL as the Default DataSource
8.2.1. Creating a Database and User
8.2.2. Installing the JDBC Driver and Deploying the DataSource
8.2.3. Testing the MySQL DataSource
8.3. Setting up an XADataSource with Oracle 9i
8.3.1. Padding Xid Values for Oracle Compatibility
8.3.2. Installing the JDBC Driver and Deploying the DataSource
8.3.3. Testing the Oracle DataSource
9. Using Hibernate
9.1. Creating a Hibernate archive
9.2. Using the hibernate objects
9.3. Packaging the complete application
9.4. Deploying Running the application
A. Further Information Sources
分享到:
相关推荐
《JBoss 4.0 The Official Guide》是JBoss应用服务器使用的一本权威指南,针对的是4.0版本,这是JBoss的一个重要里程碑。这本书详细介绍了如何配置、管理和部署Java EE应用程序在JBoss上,是开发者、系统管理员以及...
本实例参考PDF格式文档是针对JBoss 4.0的一个详细教程,旨在帮助开发者更好地理解和使用该平台。 在JBoss 4.0中,最重要的概念是它作为一个服务容器,能够管理和运行基于Java的组件,如EJB(Enterprise JavaBeans)...
【JBoss4.0中文版.pdf】是一本详细介绍JBoss应用服务器4.0版本的中文教程,涵盖了从基础到高级的各类主题,旨在帮助读者快速掌握JBoss的使用和管理。该书的主要内容可能包括以下几个方面: 1. **JBoss简介**:JBoss...
标题与描述概述的知识点主要围绕JBoss 4.0这一版本的应用服务器,特别是其作为一本中文的详尽教程,旨在帮助读者深入理解JBoss 4.0及其在J2EE 1.4环境下的应用。以下是对这些知识点的详细解析: ### JBoss 4.0简介 ...
An Introduction to JMX Jboss Class Loading and Types 讲述了Jboss所使用的技术和配置,是学习Jboss机制的不错资料
在JBoss 4.0环境下配置MySQL数据源的步骤涉及多个环节,主要是为了确保JBoss应用服务器能够正确地连接和操作MySQL数据库。以下是对每个步骤的详细解释: **步骤一:添加MySQL JDBC驱动** 首先,你需要获取适用于...
**MyEclipse与JBoss 4.0集成开发EJB组件环境配置详解** 在Java企业级应用开发中,Enterprise JavaBeans (EJB) 是一种核心技术,它为开发者提供了构建可伸缩、安全且可移植的分布式应用程序的能力。MyEclipse作为一...
- **管理服务**:使用 `net start jboss` 和 `net stop jboss` 命令来启动或停止服务。 ##### Unix 服务安装 - **配置 init 脚本**:在 `/etc/init.d` 目录下创建名为 `jbossserver` 的脚本来实现。 - **添加到系统...
- **JBoss4.0.x系列**: 通过J2EE1.4认证,继承了JBoss3.2.x系列的成功经验,增强了企业级应用的稳定性、安全性和性能。 - **JBoss5.x**: 预告了即将到来的重大架构更新,基于POJO微内核设计,兼容JavaEE5,预示着更...
### Linux下配置JBoss自动启动(JBoss V4.0) #### 概述 在Linux环境中,JBoss作为一款广泛使用的应用服务器,在企业级开发中扮演着重要角色。为了提高系统的稳定性和可用性,通常会将JBoss配置为开机自启动服务。...
1. **Java EE 5支持**:JBoss 4.0.x系列是基于Java EE 5标准的,提供了诸如EJB 3.0、JPA(Java Persistence API)、JSF(JavaServer Faces)、JMS(Java Message Service)等组件的支持,使得开发企业级应用变得更加...
在本文中,我们将深入探讨如何使用Eclipse IDE与JBoss应用程序服务器(版本7.x)来开发和部署一个基于EJB 3.x的简单企业级Java应用程序。EJB(Enterprise JavaBeans)是Java平台上的核心组件,它提供了一种标准的...
### JBoss4开发指南知识点概览 #### 一、JBoss4.0.x概述 ...这份文档不仅涵盖了JBoss4.0.x的基础使用方法,还深入介绍了高级特性,如Web服务、JMS、CMP等,旨在帮助开发者全面掌握JBoss4.0.x的使用技巧。
JBoss是著名的开源Java应用服务器,它基于Java EE(Enterprise Edition)规范,为开发者提供了全面的中间件服务。本文将详细解析"jboss-4.0.2.zip"这一版本的JBoss应用服务器,深入探讨其核心功能、配置、部署以及在...
### JBoss Admin Development Guide 3.26:深入解析与技术要点 #### 一、关于JBoss及其在开源世界中的地位 JBoss是一款基于Java的开源应用服务器,它支持Java平台上的各种服务,如Java EE应用程序。JBoss以其强大...
JBossWatchdog 是 JBoss 4.0.X 的 J2EE 应用程序。 它包含一个用于配置的简单 Web 组件和将 MBean 选定属性记录到 log4j appender 的定时 SessionBean。 如果存在部署/运行时问题,请请求支持。
对于更深入的学习和实践,推荐参考《The JBoss 4 Application Server Guide》,它将提供更为详尽的技术指导和支持。通过本书的学习,开发者可以掌握JBoss的基本操作,为进一步探索和利用其强大的功能打下坚实的基础...