Trace: • InsteadOf Trigger
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
jvx:common:setup:deployment_descriptor [2018/02/02 12:52] admin |
jvx:common:setup:deployment_descriptor [2018/02/02 12:53] (current) admin |
||
---|---|---|---|
Line 96: | Line 96: | ||
As we can see here, configuration is limited to a minimum. The relevant server objects have to be used depending on the desired client options. | As we can see here, configuration is limited to a minimum. The relevant server objects have to be used depending on the desired client options. | ||
- | * The Servlet server is used for the communication between client and server using http(s) protocoll. | + | * The Servlet server is used for the communication between client and server using http(s) protocoll |
- | * If data is uploaded to or downloaded from the server by the client, the UploadServlet and DownloadServlet are required as well. | + | * If data is uploaded to or downloaded from the server by the client, the UploadServlet and DownloadServlet are required as well |
- | * The HelpService is used when dynamic online help is available. | + | * The HelpService is used when dynamic online help is available |