Changes between Version 7 and Version 8 of S2S_DEPLOY_TECHNOLOGIES_R0


Ignore:
Timestamp:
11/26/08 16:38:12 (17 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_DEPLOY_TECHNOLOGIES_R0

    v7 v8  
    3939 
    4040= Design = 
    41 The server will use Jetty as web / web service server. The user will log to it from the client using the web services (REST or SOAP), or from the browser using the servlets, JSP pages or applets embedded in html pages. The data will be persisted by API which uses Derby ( JavaDB ) to an embedded database.  
     41Here is the common deployment diagram:[[br]] 
     42[[Image(source:/trunk/sophie2-platform/modules/org.sophie2.server/doc/S2S_Deployment_Diagram.png)]] 
     43 * The server should use Jetty as web / web service server. 
     44 * The data should be persisted by API which uses Derby ( JavaDB ) to an embedded database. 
     45 * The user should log to it from the client using the web services (REST or SOAP), or from the browser using the servlets, JSP pages or applets embedded in html pages.  
     46 * May be in the future we should use a protocol of our own for the communication between the client's connector and the server in some cases. 
     47 
    4248= Implementation = 
    4349^(Implementation results should be described and linked here (from the wiki or the repository))^