An open API service indexing awesome lists of open source software.

https://github.com/udiculus/javaee-basic

JSP, JPA, ORM Hibernate, MySQL, Simple Auth
https://github.com/udiculus/javaee-basic

authentication crud-sample hibernate-orm java jsp mysql

Last synced: 6 months ago
JSON representation

JSP, JPA, ORM Hibernate, MySQL, Simple Auth

Awesome Lists containing this project

README

          

# JavaEE Basic Crud & Authentication
Study case project with JSP-servlet, JPA, ORM Hibernate, MySQL etc. which implement crud sample and simple authentication. Also using bootstrap as its frontend.

## Installation
- Import the article.sql file to your MySQL server then adjust the db configuration in `/src/resources/META-INF/persistence.xml`
- This project already have tomcat7-maven-plugin included so you don't need to install tomcat in your local machine. You only need to run
```
mvn clean install tomcat7:run-war
```