8000 GitHub - dmitrynikol/restful-web-app: RESTful application with Spring, Hibernate and JPA
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dmitrynikol/restful-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of RESTful application with Spring, Hibernate and JPA

This is a explanation how to build a RESTful application with Spring, Hibernate and JPA. For this application we’ll also use Maven for build, HSQLDB(in memory mode) as database to persist the data, Jetty as a server and JUnit as a standalone testing tool. In the second part, it will be another explanation how to test a service layer through unit and integration tests.

The goal of the article is to create a RESTful user manager application which will allow create, delete, update, find, getAll or just get a count of users etc.

About

RESTful application with Spring, Hibernate and JPA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0