Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 904 Bytes

readme.md

File metadata and controls

35 lines (27 loc) · 904 Bytes

First JAVAEE Testing Program

Used Languages

JAVA

JAVA SCRIPT

HTML

Used Framework to handle database

Hibernate

Project Contains Full Customer Manage System Including Basic Crud Operations

JSP functions has been used to fetch Data Fom Servlet on add_customer.jsp , viewAllCustomer.jsp And viewCustomer.jsp

JS fetch function has been used to fetch data from Servlet on updateCustomer.jsp and deleteCustomer.jsp

If You are trying to configure this project on your pc Change database configurations in java>resource>hibernate.cfg.xml Build this with maven build tool Run Configure

TomCat Server Local > Deployment > Add Customer-Manage-War Exploded

You Shold Install Apache Tomcat Server To Run This Program

Configure Server

Change Application Context (only it should contain "/" dont use Double Quotation marks)

then ok and run

Happy Coading :)