Ticket #334 (assigned story)
Rework RenderingEngine
| Reported by: | jmoore | Owned by: | callan |
|---|---|---|---|
| Priority: | critical | Milestone: | 3.0-Beta4 |
| Component: | API | Version: | |
| Keywords: | refactor, rendering, stateful | Cc: | callan |
Description (last modified by jmoore) (diff)
Several times there have been difficulties with the RenderingEngine. See:
This stems partly if not largely from the fact that the RE API was not designed for remote access, especially not for remote access to Hibernate. Taking this into mind, it may make sense to either split the API into stateful and stateless portions or to reintroduce DTOs in some capacity to prevent further troubles. Another alternative would be to implement a DeepCopy similar to ShallowCopy. (This could also be useful for: #80 if done properly, i.e. by passing in the paths for what should be copied/fetched. )
Change History
Note: See
TracTickets for help on using
tickets.
