You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##GroupDocs.Comparison for Java Servlets Front-end
2
+
3
+
The Servlets based Front-end is a sample web application that demonstrates the core functionalities provided by GroupDocs.Comparison for Java. The application allows the user to upload two documents of similar format and find the differences between them.
4
+
5
+
## Prerequisites
6
+
7
+
* Java Development Kit 8
8
+
* Maven 3
9
+
* A modern web browser (Firefox, Chrome, Safari etc.)
10
+
11
+
## How to run?
12
+
13
+
Running the project from source code is extreamly easy.
14
+
15
+
* Go to project directory using command prompt and run ```mvn jetty:run``` command.
16
+
* Go to ```http://localhost:8080/``` using your web browser.
17
+
18
+
## Features
19
+
20
+
* Upload Source file
21
+
* Upload Target file
22
+
* Compare files and allow to download result output file
0 commit comments