-
Notifications
You must be signed in to change notification settings - Fork 9
Codebase
LiamMcNamara edited this page Aug 22, 2013
·
3 revisions
The bulk of the source code sits in engine/src/main/java/com/sics/sicsthsense, which contains directories:
-
/core
- The main POJO classes representing nouns in the SicsthSense system. -
/resources
- The HTTP resource representations (e.g. defining what to do after GET or POST) -
/jdbi
- The database interaction classes, mostly a global DAO object. -
/views
- Static content represented through templates -
/auth
- Authentication for OpenID and basic username/password