Click here to Skip to main content
15,889,808 members
Please Sign up or sign in to vote.
1.00/5 (5 votes)
See more:
develop a small web based Java application on your local system and prepare the deployable executable jar files.

• Develop a simple web based employee application using a two-tier architecture
• Use JDK version 1.6 or above
• Application will be deployable as jar file on Tomcat web server.
• Use JDBC connectivity to perform CRUD operations on database server.
• Create a JSP page having below mentioned design, along with the operations mentioned below:
 By clicking View button particular employee information will be retrieved after entering emp id.
 By clicking Create button a new employee will be inserted into DB table called Employee with unique emp id.
 By clicking Modify button existing employee details will be updated.
 By clicking Delete button existing employee will be soft deleted as per emp id passed.

What I have tried:

Want a solution. New to this. Even if I get a code, shall be thankful. As of now have managed to design a form. Need a complete foolproof solution and code to run queries
Posted
Updated 23-May-18 1:34am
v2
Comments
ZurdoDev 23-May-18 7:08am    
No.

1 solution

Quote:
Want a solution. New to this. Even if I get a code, shall be thankful. As of now have managed to design a form. Need a complete foolproof solution and code to run queries

Think about hiring a professional programmer.
Hire Freelancers & Find Freelance Jobs Online - Freelancer[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900