My favorites | Sign in
Project Logo
                
Code license: Apache License 2.0
Labels: spring, java, mvc, web, framework
Feeds:
People details
Project owners:
  endy.muhardin

Small web application with Spring 2.5, using its newest annotation and component scanning capability.

How to build from scratch

  1. `Download *.tar.bz2 file`
  2. Extract
  3. cd into extracted folder
  4. Execute ant build-winstone

How to deploy:

  1. Download `*.war` file
  2. Deploy in your favorite application server

How to run without application server

  1. Download `*.jar` file
  2. Execute java -jar
    <filename>
    .jar in command line

This application needs MySQL database to run properly, with the following configuration:

And table T_PERSON with the following field:









Hosted by Google Code