Skip to content

A backend for enterprise application using spring, hibernate and JPA which i made back in 2012.

Notifications You must be signed in to change notification settings

rotemjac/Spring-hibernate-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring-hibernate-project

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:

  1. This is only a server side project (logic and dao tiers), the "front-end" is written in swing.
  2. 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.
  3. 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').

About

A backend for enterprise application using spring, hibernate and JPA which i made back in 2012.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published