Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 690 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 690 Bytes

University student management system 👨‍🎓

-Simple web app for campus student management that offer some web services (soap) to the campus guard system. -campus students management web application using J2EE tech

Prerequisites 📋

-servlet v2.5 (for axis2 compatibility later)

-hibernate plugin (hibernate ORM framework)

-tomact server v6.0

-postgres

Installation ⚙️

1-create dynamic project in eclipse J2EE

2-create and setup servlet 2.5 with project folder

3-install and setup tomcat server 6.0

4-configure hibernate with your postgres database uri,port

5-add jar files like jstl , postgres...etc

Project architecture pattern 🎨

-MVC (Model View Controller)