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)
-
ClassDescriptionInformation on a certain guild that is available to the members and guildmaster of a guild.Information on a certain guild that is available to the big unwashed public.