Issue Details (XML | Word | Printable)

Key: APF-587
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Matt Raible
Reporter: Michael Horwitz
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
AppFuse

Move DAO interfaces to data modules

Created: 22/Jan/07 11:05 AM   Updated: 22/Jan/07 03:44 PM   Resolved: 22/Jan/07 03:44 PM
Component/s: Persistence Layer
Affects Version/s: 2.0-M2
Fix Version/s: 2.0-M3


 Description  « Hide
The users now export the data-commons code to modify model objects. The DAO interfaces need to be moved into the JPA, Hibernate and iBatis submodules so they no longer form part of this download.

2344 by  Matt Raible (21 files)
22/Jan/07 03:37 PM (42 months, 17 days ago)
APF-587: Moved DAO interfaces to persistence modules since we're now advising users to install model sources in their projects.
appfuse: trunk/data/common/src/main/java/org/appfuse/dao 2344 history deleted
appfuse: trunk/data/common/src/main/java/org/appfuse/dao/LookupDao.java 2344 history deleted
appfuse: trunk/data/common/src/main/java/org/appfuse/dao/UserDao.java 2344 history deleted
appfuse: trunk/data/common/src/main/java/org/appfuse/dao/RoleDao.java 2344 history deleted
appfuse: trunk/data/common/src/main/java/org/appfuse/dao/GenericDao.java 2344 history deleted
appfuse: trunk/data/common/src/main/java/org/appfuse/dao/UniversalDao.java 2344 history deleted
appfuse: trunk/data/hibernate/src/main/java/org/appfuse/dao/UniversalDao.java 2344 history download (+61) new
appfuse: trunk/data/ibatis/src/main/java/org/appfuse/dao/UniversalDao.java 2344 history download (+61) new
appfuse: trunk/data/jpa-hibernate/src/main/java/org/appfuse/dao/RoleDao.java 2344 history download (+23) new
appfuse: trunk/data/jpa-hibernate/src/main/java/org/appfuse/dao/GenericDao.java 2344 history download (+46) new
appfuse: trunk/data/ibatis/src/main/java/org/appfuse/dao/LookupDao.java 2344 history download (+21) new
appfuse: trunk/data/ibatis/src/main/java/org/appfuse/dao/GenericDao.java 2344 history download (+46) new
appfuse: trunk/data/hibernate/src/main/java/org/appfuse/dao/LookupDao.java 2344 history download (+21) new
appfuse: trunk/data/hibernate/src/main/java/org/appfuse/dao/RoleDao.java 2344 history download (+23) new
appfuse: trunk/data/jpa-hibernate/src/main/java/org/appfuse/dao/LookupDao.java 2344 history download (+21) new
appfuse: trunk/data/ibatis/src/main/java/org/appfuse/dao/RoleDao.java 2344 history download (+23) new
appfuse: trunk/data/jpa-hibernate/src/main/java/org/appfuse/dao/UserDao.java 2344 history download (+38) new
appfuse: trunk/data/hibernate/src/main/java/org/appfuse/dao/GenericDao.java 2344 history download (+46) new
appfuse: trunk/data/hibernate/src/main/java/org/appfuse/dao/UserDao.java 2344 history download (+38) new
appfuse: trunk/data/ibatis/src/main/java/org/appfuse/dao/UserDao.java 2344 history download (+38) new
appfuse: trunk/data/jpa-hibernate/src/main/java/org/appfuse/dao/UniversalDao.java 2344 history download (+61) new

Matt Raible added a comment - 22/Jan/07 03:38 PM
After making this change, the appfuse-common-data module only has model objects and Constants.java. I wonder what percentage of users will install the model sources? If it's above 80%, we should probably include them in the archetypes by default.

Matt Raible made changes - 22/Jan/07 03:44 PM
Field Original Value New Value
Status Open [ 1 ] Resolved [ 5 ]
Fix Version/s 2.0-M3 [ 10112 ]
Resolution Fixed [ 1 ]