Skip to content
This repository was archived by the owner on Oct 18, 2018. It is now read-only.

Latest commit

 

History

History
45 lines (30 loc) · 1.89 KB

File metadata and controls

45 lines (30 loc) · 1.89 KB

Outdated

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

GroupDocs.Annotation for Java App

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.

Pre-requisites

  • Java Development Kit (JDK) 8
  • Maven 3
  • Any latest browsers (Firefox, Chrome, IE9 or greater, Safari etc.)

How to Run Application

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.

  1. Inside the project folder, run mvn jetty:run command.
  2. Go to browser and type "http://localhost:8080/".

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:

  1. Learn how to install and configure Maven.
  2. Maven support for NetBeans.
  3. Maven support for IntelliJ IDEA.
  4. Maven support for Eclipse IDE.

Apply License

  • Apply for a temporary license for free.
  • Download the license file to your computer.
  • Set the location of license file in src/main/resources/project.properties file.