source: Dev/branches/play+dojo/README @ 322

Last change on this file since 322 was 322, checked in by hendrikvanantwerpen, 13 years ago

Added Play! framework and application with Jena dependency. Working on
the basic things now (login/register), after that start implementing
our data model.

File size: 625 bytes
Line 
1This is your new Play 2.0 application
2=====================================
3
4See http://www.playframework.org for more info on the framework.
5
6 * The file conf/routes links URLs to controllers.
7 * All java classes (controllers, DB etc) are defined in app/
8 * The client code is just static in public/, for now unchanged from the original
9 * Jena is defined a dependency in project/Build.xml
10
11 * CURRENT: I was working on login and register to get them working,
12            mainly in app/database/DB.java and app/controller/Auth.java.
13
14 * RUNNING: To run the whole thing, run in shell/CMD,
15
16      # ../play-2.0.1/play.bat run
Note: See TracBrowser for help on using the repository browser.