-
Notifications
You must be signed in to change notification settings - Fork 54
Creating a Pytheas module
amit-git edited this page May 16, 2013
·
3 revisions
Pytheas module consists of
- Configuration container class - derived from AbstractBaseModule
- Module specific configuration property file, typically describing ** Page title ** Description ** Page layout (currently supporting Bootstrap based layout as default)
- Jersey REST resources owned by the module
Look into pytheas-helloworld module for more details