9 getting started with hibernate, Prerequisites, Nonstop system – HP Integrity NonStop J-Series User Manual
Page 196: Windows system, Overview of empioyeeinfo, Nonstop system windows system, Chapter 9: getting started with hibernate

9 Getting Started with Hibernate
This chapter explains how to develop an application using the Hibernate framework. It describes
the steps required to build a basic employee management system on the Windows system and run
it on the NonStop system.
Prerequisites
Before getting started, make sure that you have the requisite software installed on the NonStop
and Windows system.
NonStop System
The following software must be installed on the NonStop system:
•
JDBC Type 2 driver for NonStop SQL/MX version T1275H50 or later
•
NonStop SQL/MX version T1050H23 or later
•
NSJ version T2766H60 or later
Windows System
The following software must be installed on the Windows system:
•
JDK version 1.5 or later
•
JDBC Type 4 driver for NonStop SQL/MX version T1249V11 or later
•
Eclipse Galileo IDE version 3.3.1.1 or later
NOTE:
For more information about installing the software required on NonStop and Windows
system, see
Overview of EmpIoyeeInfo
EmployeeInfo is a basic employee management system developed using the Hibernate framework.
You can use the EmployeeInfo application to:
•
Add an employee record and employee details, such as Employee ID, First Name, Last Name,
Age, and email ID.
•
Retrieves information about existing employees.
In this application:
•
The persistence services are developed using the Hibernate ORM Mapping tool.
•
The employee data is stored in the NonStop SQL/MX database.
•
An Employee ID is generated automatically using the automatic key generation feature in
Hibernate.
This section describes the following steps required to develop, set up, and run the EmployeeInfo
application:
•
“Developing EmployeeInfo on Windows using the Eclipse Galileo IDE” (page 197)
•
“Setting Up the NonStop Environment” (page 218)
•
“Running EmployeeInfo on NonStop” (page 220)
196
Getting Started with Hibernate