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.
Description
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)
- APF-587: Moved DAO interfaces to persistence modules since we're now advising users to install model sources in their projects.
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.
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 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.