Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0
-
None
Description
We have primitives support for the server-side DataObjects. No reason not to have them on the ROP client. Things that need to be done:
1. Update client templates to handle primitives. This should be easier then the server templates, as client objects are using real ivars for attributes. AFAIK the only addition is special syntax for boolean property getter.
2. Write a few unit tests that show that ROP works ok with primitive attributes.