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:
208 bytes
|
Line | |
---|
1 | import play.*; |
---|
2 | |
---|
3 | public class Global extends GlobalSettings { |
---|
4 | |
---|
5 | @Override |
---|
6 | public Action onRequest(Request request, Method actionMethod) { |
---|
7 | return super.onRequest(request, actionMethod); |
---|
8 | } |
---|
9 | |
---|
10 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.