Main goal of this project is to provide quickstart for more advanced development using ObjectLedge framework.
Ultimate goal is to turn this into Maven archetype as soon as... it starts working.
- Fork ObjectLedge
- Clone it
- Install it into your local repository
If you have JDK 6 then build dev branch or master branch.
If you have JDK 7 then build feature/java7 branch.
- Once you have OL installed into your local maven repository then you can start hacking this one
- Fork & clone it
- Build it
mvn clean install -f objectledge-demo-parent/pom.xml - Run it
mvn jetty:run -f objectledge-demo-minimal/pom.xml - Open http://localhost:8080/ in your browser
- Contribute to get it working...