[[
middleware:devel:ed:registry-core
]]
MiddlewareWiki
Trace:
»
display-email
»
deprov-email
»
prov-group-email
»
name-arbiter
»
middleware
»
entitlement-scheduler
»
dat
»
usage
»
pid-scheduler
»
registry-core
Table of Contents
Registry Entity Beans
Requirements
Problem Statements
Functional Requirements
Nonfunctional Requirements
Useful links
Comments
Registry Entity Beans
Author
Daniel Fisher
Date
2007/08/15
Requirements
Problem Statements
The EJB2 ORM strategy of separate entity beans and DTOs is awkward and can be better modeled with plain-old Java object entities using facilities provided by EJB3.
Functional Requirements
Leverage EJB3 annotations on POJO entities to create a simple ORM layer around the
Registry
schema.
Update all session beans to perform database interactions using entities and
Hibernate
persistence layer.
Nonfunctional Requirements
Useful links
Javadocs
Comments
middleware/devel/ed/registry-core.txt · Last modified: 2009/10/07 17:17 (external edit)
Except where otherwise noted, content on this wiki is licensed under the following license:
CC Attribution-Noncommercial-Share Alike 3.0 Unported