Demo of the app: https://www.youtube.com/watch?v=NaRA0qpf-GA
A backend for enterprise application using spring, hibernate and JPA which i made back in 2012.
A few notices:
- This is only a server side project (logic and dao tiers), the "front-end" is written in swing.
- I've wrote 2 implementations for the DAO tier - one in hibernate and one in JPA, you can choose which implemntation you want by specify the "hibernate" or "JPA" in line 44 of the application.xml file, and the implementation will be injected.
- There are a few software conventions which i wasn't aware of when i wrote this project (my first enterprise project) like: Naming conventions (using caseCamel for variables etc').