← Revision 6 as of 2009-02-23 23:52:16
Size: 794
Comment:
|
← Revision 7 as of 2011-02-24 16:32:31
Size: 854
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from Cytoscape_3.0/WebServiceFramework |
Cytoscpae 3 Web Service Framework
(under construction)
Goal
- Define a standard way to implement
- Use standard technologies including Spring/OSGi/JAX-WS
- Design the mechanism to make Cytoscape as a web service provider.
Design
Client
- One web service = One Spring Bean.
- OSGi service?
- Web Service Client Manager is no longer necessary. Use standard OSGi service framework to manage web service clients.
Service Provider
Implementation
Tools
- [JAX-WS (Standard in Java SE 6)]
- [Spring Web Service]
- [Distributed OSGi]