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. |
| 41 | Here 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 | |