This is a webapp-boostrap for a quick startup in creating Java based webapp. It includes a several famous frameworks such as Springframework, Hibernate and Twitter Boostrap. Use it as a starting point to create something more unique.
- You must install maven3 in you machine, you can find installation guide at here.
- To startup the webapp, you can run
mvn clean compile jetty:run
at the root of the project. - After started webapp, you can browse to http://localhost:8080
- That's all to getting started. :)
- Jetty 8
- Tomcat 7
- JBoss 7