Basic Java project implemented by following the excellent Learning Java tutorial by Chris Hulbert.
- Sitemesh 2.4
- JSTL 1.2
- Apache Struts 2.2
- Spring Framework 3.0
- Hibernate 3.6
- Apache Log4j 1.2
- SLF4J 1.6
- Apache Commons Logging 1.1
- MySQL
MySQL 5.1, Tomcat 7 and Eclipse Java EE Helios was used during development.
- Create a database named "events"
- Configure
src/hibernate.cfg.xmlwith the username and password for the database - Import data.sql into the events database mysql -u root events < src/bootstrap.sql
- Open the project in Eclipse and start the server