Configuring the object as a servlet
This approach uses the HTTP Post protocol to deliver the annotation data in a single stream of data.
About this task
After you create the server object, you use the annotationSaveServlet parameter to specify the location of the server object.
You can add parameters such as user ID or document ID to the query string part of the URL to provide user or document-specific annotations. The server object must process these parameters.
At save time, the annotations data is URL encoded and streamed to the servlet.