Stimmen - 0, Durchschnittliche Bewertung: 0
(
)
|
Dieses Gerät hat auch andere Anweisungen:
PC Desktops - HP Integrity NonStop H-Series (213.36 kb)
PC Desktops - HP Integrity NonStop H-Series (242.39 kb)
Anleitung Zusammenfassung
Document Outline
- Open Source Java Frameworks on NonStop User's Guide (Spring 3.0.2, Hibernate 3.5.1, MyFaces 2.0.2, Axis2/Java 1.5.2)
- Contents
- About This Document
- 1 Introduction
- Part I Spring Framework
- 2 Spring Overview
- 3 Installing the Spring Framework
- 4 Configuring Spring Applications on NonStop Systems
- NonStop Platform Configurations
- Determining the Application Parameters
- Determining the Maximum Capacity of NSJSP Instance
- Configuring iTP WebServer for Spring Applications
- Configuring NSJSP for Spring Applications
- Spring Framework Configurations
- Configuring JDBC Driver for SQL/MX Database
- Configuring Database Transaction Management
- Connection Pooling
- Module File Caching Configurations
- NonStop Platform Configurations
- 5 Getting Started with Spring
- Prerequisites
- Overview of EmpInfo
- Developing EmpInfo on Windows using the Eclipse Galileo IDE
- Creating the Eclipse Workspace
- Developing a Basic EmpInfo Application
- Developing and Configuring Views and the Controller
- Developing Business Logic and Providing the Web Interface
- Integrating the Web-tier of EmpInfo with NonStop SQL/MX Database
- Enabling EmpInfo to Delete and Retrieve Employee Details
- Creating JSPs to Delete and Retrieve Employee Details
- Creating the RowMapper Class
- Modifying the EmployeeDao.java Class File
- Modifying the Employee.java File
- Modifying the EmployeeController.java File
- Modifying the EmpInfo-servlet.xml File
- Modifying the index.jsp File
- Implementing the RMI Service in EmpInfo
- Deploying EmpInfo on NonStop
- Running EmpInfo on NonStop
- Developing EmpInfo on Windows using the Eclipse Galileo IDE
- A EmpInfo Database Script
- B Customizing Sample Applications
- C JDBC Configuration
- D Installing Spring Web Flow
- Part II Hibernate Framework
- 6 Hibernate Overview
- 7 Installing the Hibernate Framework
- 8 Configuring Hibernate Applications on NonStop Systems
- NonStop Platform Configurations
- Determining the Application Parameters
- Determining the Maximum Capacity of NSJSP Instance
- Configuring iTP WebServer for Hibernate Applications
- Configuring NSJSP for Hibernate Applications
- Hibernate Framework Configurations for NonStop Systems
- JDBC Driver for SQL/MX Database
- Configuring the JDBC Type 2 Driver for SQL/MX Database
- Configuring the JDBC Type 2 Driver for the SQL/MX Database using hibernate.cfg.xml
- Configuring JDBC Type 2 Driver for SQL/MX Database using hibernate.properties
- Configuring JDBC Type 4 Driver for SQL/MX Database
- Configuring JDBC Type 4 Driver for SQL/MX Database using hibernate.cfg.xml
- Configuring JDBC Type 4 Driver for SQL/MX Database using hibernate.properties
- Configuring the JDBC Type 2 Driver for SQL/MX Database
- Database Transaction Management
- Connection Pooling
- JDBC Driver for SQL/MX Database
- Module File Caching Configurations
- Enabling Browse Access
- NonStop Platform Configurations
- 9 Getting Started with Hibernate
- Prerequisites
- Overview of EmpIoyeeInfo
- Developing EmployeeInfo on Windows using the Eclipse Galileo IDE
- Creating the Eclipse Workspace
- Creating a New Java Project
- Adding Dependency JAR Files to the Project Library
- Creating the Package for the EmployeeInfo Application
- Creating the Employee.java Class File
- Creating the Main Class
- Implementing the Business Logic
- Creating the Hibernate Mapping File
- Setting Hibernate Configurations
- Creating the EmployeeInfo Application JAR File
- Setting Up the NonStop Environment
- Running EmployeeInfo on NonStop
- Developing EmployeeInfo on Windows using the Eclipse Galileo IDE
- E Customizing Sample Applications
- F JDBC Configuration
- G Hibernate Environment Setup Script
- Part III MyFaces Framework
- 10 MyFaces Overview
- 11 Installing MyFaces Framework
- 12 Configuring MyFaces Applications on NonStop Systems
- NonStop Platform Configurations
- Determining the Application Parameters
- Determining the Maximum Capacity of NSJSP Instance
- Configuring iTP WebServer for MyFaces Applications
- Configuring NSJSP for MyFaces Applications
- NonStop Platform Configurations
- 13 Getting Started with MyFaces
- Prerequisites
- Overview of SkinSelector
- Developing SkinSelector on Windows using the Eclipse Galileo IDE
- Deploying SkinSelector on NonStop
- Running SkinSelector on NonStop
- H Installing MyFaces Trinidad Framework Libraries on NonStop
- I Installing MyFaces Tomahawk Framework Libraries on NonStop
- Part IV Axis2/Java Framework
- 14 Axis2/Java Overview
- 15 Installing Axis2/Java Framework
- 16 Configuring Axis2/Java Applications on NonStop Systems
- NonStop Platform Configurations
- Determining the Application Parameters
- Determining the Maximum Capacity of an NSJSP Instance
- Configuring iTP WebServer for Axis2/Java Applications
- Configuring NSJSP for Axis2/Java Applications
- Axis2/Java Framework Configurations for NonStop Systems
- NonStop Platform Configurations
- 17 Getting Started with Axis2/Java
- Prerequisites
- Overview of TemperatureConverter
- Code-First approach
- Contract-First approach
- Developing the TemperatureConverter Web Service on Windows
- Deploying the TemperatureConverter Web Service on NonStop
- Running the TemperatureConverter Web Service on NonStop
- Developing the TemperatureConverter Client on Windows using the Eclipse Galileo IDE
- Modifying the Client Stub File
- Running the TemperatureConverter Client on Windows
- Part V Integrating Frameworks
- 18 Using Spring Transaction Manager
- 19 Integrating Hibernate into Spring
- 20 Integrating JPA with Hibernate into Spring
- 21 Integrating Axis2/Java into Spring
- 22 Integrating MyFaces into Spring
- Why Integrate MyFaces into Spring
- Example of Integrating MyFaces into Spring
- Modifying EmpInfo on Windows using Eclipse Galileo IDE
- Removing the Folders and Files from the EmpInfo Application
- Modifying the web.xml File
- Creating the IEmployeeDao.java File
- Modifying the EmployeeDao.java File
- Creating the ServiceFinder.java File
- Creating the EmpBean.java File
- Creating the MessageFactory.java File
- Creating the message.properties File
- Creating views using MyFaces tag libraries
- Modifying the index.jsp File
- Creating the faces-config.xml File
- Adding Dependency JAR Files
- Deploying EmpInfo on NonStop
- Running EmpInfo on NonStop
- Modifying EmpInfo on Windows using Eclipse Galileo IDE
- 23 Frequently Asked Questions
- Glossary
- Index