5 getting started with spring, Prerequisites, Nonstop system – HP Integrity NonStop H-Series User Manual
Page 89: 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 your Windows system and deploy 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:
•
NonStop iTP WebServer
•
NonStop Servlets for Java Server Pages (NSJSP)
•
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)
•
Ant
•
JDBC Type 4 driver for NonStop SQL/MX
•
Eclipse IDE
NOTE:
For detailed information on the above-mentioned software, see the
section.
Overview of EmpInfo
EmpInfo is a basic employee management system developed using Spring. This application
allows 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 IDE
•
•
Prerequisites
89