Changes between Version 7 and Version 8 of ArchitectureOverview


Ignore:
Timestamp:
29.12.2013 06:28:51 (11 years ago)
Author:
jri
Comment:

SOA formulation

Legend:

Unmodified
Added
Removed
Modified
  • ArchitectureOverview

    v7 v8  
    33= Architecture Overview = 
    44 
    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.  
     5DeepaMehta 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.  
    66 
    77In 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.