Hide
A creator's dwr.xml "javascript" attribute has a corresponding RemoteProxy.name annotation attribute.
But there is no such corresponding attribute for converted objects in the DataTransferObject annotation so it should be implemented.
Probably though, this attribute shouldn't default to the class's name (as is done for RemoteProxy) as we don't want the programmer to unknowingly fill up the client with lots of JavaScript stubs for converted objects.
Show
A creator's dwr.xml "javascript" attribute has a corresponding RemoteProxy.name annotation attribute.
But there is no such corresponding attribute for converted objects in the DataTransferObject annotation so it should be implemented.
Probably though, this attribute shouldn't default to the class's name (as is done for RemoteProxy) as we don't want the programmer to unknowingly fill up the client with lots of JavaScript stubs for converted objects.