Changes between Version 11 and Version 12 of application-architecture
- Timestamp:
- 10/25/08 13:23:48 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
application-architecture
v11 v12 59 59 60 60 Considerations 61 * We could combine services and dao into one artifact named geonetwork-services-ebxml. 62 63 heikki: -1. The dao layer will be used by the domain layer, and although the services layer uses the domain layer, I'd prefer not to tie them in the opposite direction as well. 61 * We 'decided' not to tie the service and the dao layer. Are we going to make a geonetwork-services-ebxml as a seperate artifact (jar) or will it just a package within the geonetwork-web-ebxml artifact (war)? 64 62 65 63 * We could call the dao artifact persistence.