Changes between Version 5 and Version 6 of MDServiceImpl


Ignore:
Timestamp:
06/14/10 17:22:28 (14 years ago)
Author:
vronk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MDServiceImpl

    v5 v6  
    22
    33== MDService ==
    4 MDService is a REST-style webservice implemented in Java currently based on the [http://struts.apache.org/2.1.8.1 apache.Struts2 framework]. Later migration to Spring is an option. Wrt to the current processing model, which is just passing around xml-streams a look on [http://cocoon.apache.org/ apache.cocoon] (Spring-based since last version (2.2)) could be also worthwhile.
     4MDService is a REST-style webservice implemented in Java currently based on the [http://struts.apache.org/2.1.8.1 apache.Struts2 framework] (Build around the MVC design pattern). Later migration to Spring is an option. Wrt to the current processing model, which is just passing around xml-streams a look on [http://cocoon.apache.org/ apache.cocoon] (Spring-based since last version (2.2)) could be also worthwhile.
     5
     6[[Image(MDService_action_classes.png, right)]]
    57
    68MDService serves primarily as a Proxy - passing the (possibly recoded) request to the appropriate Repositories or Registries (source services) and passing back the result. Current implementation even directly passes the incoming result stream back to the user, without any further processing (i.e. also uninformed about the content).