 file defines all module routes (Higher priority routes first)
#
# import these routes in the main app as :
# *     /                       module:gwt2
#
# ~~~~
%{
 ppath = play.Play.configuration.getProperty("gwt2.publicpath", "/app");
 pdir = play.Play.configuration.getProperty("gwt2.publicdir", "gwt-public");
}%

POST ${ppath}/{module}/{service}	GWT2Controller.invoke
GET  ${ppath}/                      ${'staticDir:' + pdir}