Changes between Version 1 and Version 2 of 10000Apps
- Timestamp:
- 09/10/09 07:14:23 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
10000Apps
v1 v2 10 10 == Overview == 11 11 12 blah blah 12 GeoNetwork is a single application that combines many different functions in one web application. Because of this, it is not possible to easily scale the application. This also aggravates release management, as any change in any of its functions can only be released by releasing the whole thing. The separate functions don't have clear boundaries in the sources, obscuring the structure of the source tree. 13 13 14 14 === Proposal Type === … … 28 28 The motivations for these changes are : 29 29 30 '''1.''' blah[[BR]]31 '''2.''' blah[[BR]]30 '''1.''' Scalability[[BR]] 31 '''2.''' Release management[[BR]] 32 32 33 33 == Proposal == 34 34 35 blah blah 35 This proposal entails the creation of separate web applications for all functions. The applications communicate through Web Services and should be easily deployable in a horizontally scaled configuration. To avoid tight coupling between the applications and an obscure mass of criss-cross communication, and to provide a central controlling point where stuff like XSLT transformations, validations, invocation of authorization etc. takes place, we propose using an [http://en.wikipedia.org/wiki/Enterprise_service_bus Enterprise Service Bus]. 36 37 A (very preliminary) sketch of the architecture is the following Component Diagram: 38 36 39 37 40 === Backwards Compatibility Issues ===