Skip to content

mariusmagureanu/svs-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Jetty web-app

Demo Jetty based web-app which exposes a rest interface meant to handle CRUD operations against an underlying datasource.

The restful and dao layers are separated by a facade layer which handles most of the bussines logic, whereas the dao layer is responsible of storing its data in either Sql or NoSql fashion. Switching between either sql/nosql is handled through an abstract factory pattern approach.

[Hibernate] (http://hibernate.org/) and Morphia are the weapons of choice in this regards.

The glue between the restful and the facade layer has been delegated to [Guice] (https://github.com/google/guice).

About

Demo Jetty based web-app with either sql or nosql support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published