Ticket #2 (new defect)
Documentation out of date
| Reported by: | dhughes | Owned by: | dhughes |
|---|---|---|---|
| Type: | defect | Priority: | normal |
| Milestone: | Beta | Component: | Reactor - DBMS Interfaces |
| Version: | Severity: | normal | |
| Keywords: | record documentation out of date | Cc: |
Description
The reactor documentation is out of date as it relates to recent updates to the framework.
The most glaring problem is the "record" convention. You no longer append record to a property when getting a record from another record. For example:
user.getAddressRecord()
has been changed to:
user.getAddress()
There are other parts that are out of date as well. Additionally the documentation structure is out of date.
