eReview JSP Integrated Sample

The use-case to show this integration is that there are four users are viewing documents from 4 different locations. Each of them has one document available in their own directory. Clicking on the links available under View and Annotate column will let the user create annotations and save annotations for future refrence. Clicking on the links available under View Only column will let the user only to view the document. Annotations are not be possible for these "view-only" sessions. To see how to start a meeting, click on "Start Meeting" for the first user and to join this meeting, click on :"Join Meeting" link for all other users.

At the server side, ereviewIntegrator.jsp is used to manage all the document access business rules. Depending on your business rules, you can use these APIs to integrate eReview. Necessary help may be obtained from Web4 Integration Support Team

User Name
Document
View and Annotate
View Only
Ashok Exploded.tif
Kevin Exhpgl.hgl
David Office.dwg
John floor.dgn
Ashok 3D File
User Name
Action
Ashok Start Meeting
Kevin Join Meeting

To see the implementation of the APIs, simply view the source of this JSP page, or right-click on each link and see its properties. The same process can be replicated in integration specific scenario. The sample files are present in separate folders for each user in "\\samples\JspDOCSamples" folder.