Changes between Version 7 and Version 8 of ArchitectureOverview
- Timestamp:
- 29.12.2013 06:28:51 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ArchitectureOverview
v7 v8 3 3 = Architecture Overview = 4 4 5 DeepaMehta features an OSGi-based modular software architecture that shares features with a service-oriented architecture (SOA). Each module's service can be consumed as an OSGi service. At the same time DeepaMehta can publish a module's service as a RESTful web service without requiring the module developer to do extra coding.5 DeepaMehta features an OSGi-based modular software architecture that can easily be integrated in a SOA (service-oriented architecture) landscape. Each module's service can be consumed as an OSGi service. At the same time DeepaMehta can publish a module's service as a RESTful web service without requiring the module developer to do extra coding. 6 6 7 7 In a distributed (client-server) DeepaMehta installation the OSGi container runs at the server-side. Clients access the server as a RESTful web service (via HTTP). The representation format is JSON.