Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 396 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 396 Bytes

JavaEE-hibernate-web-app

JavaEE Hibernate CRM CRUD web app with http servlets

Description

CRM CRUD web app where we can:

  • Add new customer
  • Update customer
  • Delete customer
  • Show all customers

App is written using JavaEE, HttpServlets, Hibernate, JSP, JSTL, MySQL database, Tomcat7 maven plugin.

More info

Project made for Codecool programming course.