dlwhitehurst/musicrecital
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Welcome to the MusicRecital Java EE Web Application -------------------------------------------------------------------------------- If you're reading this then you've probably cloned the repository at GitHub. MusicRecital. You have just copied the source for this application and set up a Git repository in this directory structure. The application was derived-from or started with an AppFuse archetype. The model was a single module Tapestry framework and it uses AppFuse 3.0.0 The project object model (pom) is defined in the file pom.xml. The application is ready to run as a web application. The pom.xml file is pre-defined with Hibernate as a persistence model and Tapestry as the web framework. To get started, please complete the following steps: 1. Download and install a MySQL 5.x database from http://dev.mysql.com/downloads/mysql/5.0.html#downloads. 2. Run "mvn jetty:run" and view the application at http://localhost:8080. 3. Please post questions for this application after subscribing to dev@musicrecital.org here: http://musicrecital.org/mailman/listinfo/dev 4. More information can be found later at: www.musicrecital.org when the site is running. Currently, the development site is not hosted. Communicate via the Google+ community "MusicRecital" for now.