Skip to content

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

Clone this wiki locally