-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.readme.txt
46 lines (30 loc) · 1.3 KB
/
.readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/
*
* @rishikesh pasham
*/
This project focuses on server side processing of the Student Survey Form data via
MVC implementation using a RequestDispatcher object. The implementation required to
implement one Servlet that acts as a front controller that receives all client requests, saves the
form data to a database table, performs business logic(s) via business delegate classes, stores
JavaBean objects into a session or request object, and then forwards the request to appropriate
JSP to present the data to the user. The assignment required all business logic code into separate
Java class(es) which could be called from within the servlet to perform specific tasks. All
presentation logic is moved to JSP pages.
Software and jar files Required:
1) Eclipse IDE for Java EE Developers
2) Apache Tomcat 9
3) Cisco AnyConnect VPN
4) ojdbc8.jar
Steps:
1)Extract Eclipse and start
2) Extract Apache Tomcat and configure with eclipse
3) Connect through Cisco AnyConnect VPN
5) Unzip the file: it contains
- ReadMe file
- 'war' file(created using Export)
- 'zip' file
6) Import the 'war' file to eclipse
-> file -> import -> filter with 'war' and click next
-> browse for this 'war' file -> click finish
7) Run this project
-> Right click on this project -> 'Run as' -> select 'Run on server'