Skip to content

Java / Spring 3 experiment. A simple CRUD system employing Hibernate, application layering, controller exception handling and tiles composite views.

Notifications You must be signed in to change notification settings

rjlowes/jcontacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Spring experiment CRUD system

Demo at http://jcontacts.herokuapp.com/

Tech

  • Spring 3
  • Hibernate 4
  • Tiles 3
  • Embedded Tomcat

Running the application locally

First build with:

$mvn clean install

Then run it with:

$java -jar target/dependency/webapp-runner.jar target/*.war

About

Java / Spring 3 experiment. A simple CRUD system employing Hibernate, application layering, controller exception handling and tiles composite views.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published