Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jinagamvasubabu/maven-spring-hibernatejpa-jersey-ajax
Basically this is a maven based web project where i integrated Spring 3.6 and hibernate 3 and spring-jpa and with jersey and in the frontend i used to ajax to sent out a request to REST.
https://github.com/jinagamvasubabu/maven-spring-hibernatejpa-jersey-ajax
Last synced: 22 days ago
JSON representation
Basically this is a maven based web project where i integrated Spring 3.6 and hibernate 3 and spring-jpa and with jersey and in the frontend i used to ajax to sent out a request to REST.
- Host: GitHub
- URL: https://github.com/jinagamvasubabu/maven-spring-hibernatejpa-jersey-ajax
- Owner: jinagamvasubabu
- Created: 2015-04-23T06:23:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-23T07:57:22.000Z (over 9 years ago)
- Last Synced: 2023-03-01T12:41:13.571Z (over 1 year ago)
- Language: Java
- Size: 130 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# maven-spring-hibernatejpa-jersey-ajax
Basically this is a maven based web project where i integrated Spring 3.6 and hibernate 3 and spring-jpa and with jersey and in the frontend i used to ajax to sent out a request to REST.This project demonstrate how to use Hibernate with Spring framework to do the data manipulation works(insert, select, update and delete) in SQL server database ( u can switch any other relational database using datasource property in applicationContext.xml file under resources file).
Here in this instead beans.xml for the new beans created everytime i used component scan and for hibernate entities i used packagesToScan property to autoscan the entities instead of writing persistence.xml
#Future Releases:
1. Integrating servlet filters
2. using apache bean utils for converting entities to UI pojos and viceversa.