Package mmud.rest.webentities


package mmud.rest.webentities
Provides snapshots of database entities, specifically for the web. This has the following advantages:
  • security, not all the fields are automatically exported to the web
  • security, you can have 'layers', in our case the private info on the web and the public info on the web.
  • the REST library will not try and resolve the entire database entity tree for consumption (leading to stack overflow due to recursion)