canmogol / NDIServer

one servlet application with reloadable groovy actions
Apache License 2.0
1 stars 0 forks source link

static and dynamic actions should be merged #1

Closed canmogol closed 9 years ago

canmogol commented 9 years ago

Currently only the /-/ prefixed actions may be dynamic, all actions should be static or dynamic, including these too. Change the action class loader accordingly.

canmogol commented 9 years ago

they stay seperated at the moment, if the convension is like "/Department/listModelAll" for compiled actions and "/-/Department/listModelAll" for interprated/compiled actions then auth map and execution map looks OK