This repository is outdated, instead please use one of the following repositories:
https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-Java-Dropwizard
https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-Java-Spring
This application allows user to view and annotate a document in a web browser. Users can view document pages in image form and draw annotations on it. The annotated file can be downloaded later.
It is assumed that maven is installed and configured in your system path. You can open the project in your favorite IDE like NetBeans, Eclipse, and IntelliJ IDEA. To run the project from command line, follow the given steps.
mvn jetty:run
command.To use another application server like Tomcat, use the mvn package
command to build a WAR file for deployment.
You may find following resources helpful:
src/main/resources/project.properties
file.