30 May 2007 07:45
Raible Designs | [TSE] Hop into Real Object Oriented (ROO) with Ben Alex
by ddelangleReal Object Oriented (ROO) is both an architectural approach and a framework with code generation. ROO uses 4 (UI, middle-tier, domain model and persistence) layers instead of 3. Most of of the code is in the domain model. In the persistence layer, most DAOs only differ in finder methods. Rather than DAOs, "Repositories" (from DDD) are used.
1
(1 marks)