Sun Java System Application Server 9.1 (original) (raw)
Distributed Multitiered Applications
The JavaBeans Component Architecture
Enterprise Information System Tier
UDDI and ebXML Standard Formats
Java EE Application Assembly and Deployment
Application Component Provider
Application Deployer and Administrator
Enterprise JavaBeans Technology
JavaServer Pages Standard Tag Library
JavaBeans Activation Framework
Java API for XML Web Services (JAX-WS)
Java Architecture for XML Binding (JAXB)
SOAP with Attachments API for Java
Java Database Connectivity API
Java Naming and Directory Interface
Java Authentication and Authorization Service
Simplified Systems Integration
2. Using the Tutorial Examples
3. Getting Started with Web Applications
5. JavaServer Pages Technology
7. JavaServer Pages Standard Tag Library
10. JavaServer Faces Technology
11. Using JavaServer Faces Technology in JSP Pages
12. Developing with JavaServer Faces Technology
13. Creating Custom UI Components
14. Configuring JavaServer Faces Applications
15. Internationalizing and Localizing Web Applications
16. Building Web Services with JAX-WS
17. Binding between XML Schema and Java Classes
19. SOAP with Attachments API for Java
21. Getting Started with Enterprise Beans
23. A Message-Driven Bean Example
24. Introduction to the Java Persistence API
25. Persistence in the Web Tier
26. Persistence in the EJB Tier
27. The Java Persistence Query Language
28. Introduction to Security in the Java EE Platform
29. Securing Java EE Applications
31. The Java Message Service API
32. Java EE Examples Using the JMS API
36. The Coffee Break Application
37. The Duke's Bank Application
Sun Java System Application Server 9.1
The Sun Java System Application Server 9.1 is a fully compliant implementation of the Java EE 5 platform. In addition to supporting all the APIs described in the previous sections, the Application Server includes a number of Java EE tools that are not part of the Java EE 5 platform but are provided as a convenience to the developer.
This section briefly summarizes the tools that make up the Application Server. Instructions for starting and stopping the Application Server, starting the Admin Console, and starting and stopping the Java DB database server are in Chapter 2, Using the Tutorial Examples.
Tools
The Application Server contains the tools listed in Table 1-1. Basic usage information for many of the tools appears throughout the tutorial. For detailed information, see the online help in the GUI tools.
Table 1-1 Application Server Tools
Tool | Description |
---|---|
Admin Console | A web-based GUI Application Server administration utility. Used to stop the Application Server and manage users, resources, and applications. |
asadmin | A command-line Application Serveradministration utility. Used to start and stop the Application Server and manage users, resources, and applications. |
asant | A portable command-line build tool that is an extension of the Ant tool developed by the Apache Software Foundation (see http://ant.apache.org/).asant contains additional tasks that interact with the Application Server administration utility. |
appclient | A command-line tool that launches the application client container and invokes the client application packaged in the application client JAR file. |
capture-schema | A command-line tool to extract schema information from a database, producing a schema file that the Application Server can use for container-managed persistence. |
package-appclient | A command-line tool to package the application client container libraries and JAR files. |
Java DB database | A copy of the Java DB database server. |
verifier | A command-line tool to validate Java EE deployment descriptors. |
xjc | A command-line tool to transform, or bind, a source XML schema to a set of JAXB content classes in the Java programming language. |
schemagen | A command-line tool to create a schema file for each namespace referenced in your Java classes. |
wsimport | A command-line tool to generate JAX-WS portable artifacts for a given WSDL file. After generation, these artifacts can be packaged in a WAR file with the WSDL and schema documents along with the endpoint implementation and then deployed. |
wsgen | A command-line tool to read a web service endpoint class and generate all the required JAX-WS portable artifacts for web service deployment and invocation. |
Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices