This is your new Play 2.0 application ===================================== See http://www.playframework.org for more info on the framework. * The file conf/routes links URLs to controllers. * All java classes (controllers, DB etc) are defined in app/ * The client code is just static in public/, for now unchanged from the original * Jena is defined a dependency in project/Build.xml * CURRENT: I was working on login and register to get them working, mainly in app/database/DB.java and app/controller/Auth.java. * RUNNING: To run the whole thing, run in shell/CMD, # ../play-2.0.1/play.bat run