17 getting started with hibernate, Prerequisites, Nonstop system – HP Integrity NonStop H-Series User Manual
Page 329: Windows system, Overview of empioyeeinfo, Nonstop system windows system, Chapter 17: getting started with hibernate
17 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 (using Hibernate) on your
Windows system and run it on your NonStop system.
Prerequisites
Before getting started, make sure that you have the requisite software installed on your NonStop
and Windows system.
NonStop System
The following software must be installed on your NonStop system:
•
JDBC Type 2 driver for NonStop SQL/MX
•
NonStop SQL/MX
•
NonStop Server for Java (NSJ)
Windows System
The following software must be installed on your Windows system:
•
Java Development Kit (JDK)
•
JDBC Type 4 driver for NonStop SQL/MX
•
Eclipse IDE
NOTE:
For detailed information on the above-mentioned software, see the
section.
Overview of EmpIoyeeInfo
EmployeeInfo is a basic employee management system developed using the Hibernate framework.
This application performs the following tasks:
•
Adds an employee record and the employee details, such as Employee ID, First Name, Last
Name, Age, and email ID.
•
Retrieves details of the 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 automatically generated 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 IDE
•
Setting Up NonStop Environment
•
Running EmployeeInfo on NonStop
Prerequisites
329