A simple REST application for basic contact management (See the Wiki for more detailed information)
- Stripes Framework
- JQuery
- Jetty
- Hibernate
- HSQLDB
ant build
ant TestServer
ant ProdServer
- Start either the Test or Production server
- Launch you web browser and go to- http://localhost:8080/
ant ContactApiTest
(Note: All 'ant' commands should be run where the build.xml file is located.)