5 getting started with spring, Prerequisites, Nonstop system – HP Integrity NonStop J-Series User Manual
Page 75: Windows system, Overview of empinfo, Nonstop system windows system, Chapter 5: getting started with spring

5 Getting Started with Spring
This chapter explains how to develop a web application using Spring. It describes the steps to
build a basic employee management system on the Windows system and deploy it on the NonStop
system.
Prerequisites
Before getting started, make sure that you have the following software installed on the NonStop
and Windows system:
NonStop System
The following software must be installed on the NonStop system:
•
NonStop iTP WebServer version T8996H02 or later
•
NSJSP version T1222H60 or later
•
NonStop SQL/MX version T1050H23 or later
•
JDBC Type 2 driver version T1275H50 or later, or JDBC Type 4 driver version T1249V11 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 version T1249V11 or later
•
Eclipse Galileo IDE version 3.3.1.1 or a later
NOTE:
For more information about installing the software required on NonStop and Windows
system, see
Overview of EmpInfo
EmpInfo is a basic employee management system developed using Spring. This application enables
you to perform the following tasks:
•
Add an employee record and the employee details, such as Employee ID, First Name, Last
Name, Age, and email ID.
•
Search an employee record using Employee ID.
•
Delete an employee record using Employee ID.
In this application:
•
The presentation layer is developed using the Spring-MVC framework.
•
The business services layer is developed using the Spring framework.
•
The persistence services are developed using Spring JDBC API.
•
The employee data is stored in the NonStop SQL/MX database.
This section describes the steps required to develop, deploy, and run the EmpInfo application.
•
“Developing EmpInfo on Windows using the Eclipse Galileo IDE” (page 76)
•
“Deploying EmpInfo on NonStop” (page 129)
•
“Running EmpInfo on NonStop” (page 133)
Prerequisites
75