|
From: Tyler C. <tyl...@gm...> - 2006-02-06 22:06:05
|
On 2/6/06, Sandro Magi <naa...@gm...> wrote: > I notice that "getGreeting()" has been translated to simply "greeting". D= o > you impose a naming convention on Java classes in order to enforce this, = eg. > all methods starting with "get" will have that prefix removed? The server uses Java Bean naming conventions to determine which methods are actually property accessors and which are methods. Anything starting with a "get" and having no parameters is assumed to be a property accessor. The rules are implemented in org.waterken.web.instance.Name. I think I'll move this class and org.waterken.web.field.Namespace into the org.waterken.web package to make them easier to find. Tyler -- The web-calculus is the union of REST and capability-based security: http://www.waterken.com/dev/Web/ Name your trusted sites to distinguish them from phishing sites. https://addons.mozilla.org/extensions/moreinfo.php?id=3D957 |