Skip to content

Commit 4d45620

Browse files
authored
Create README.md
1 parent 890c83d commit 4d45620

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

  • Showcases/GroupDocs.Comparison-for-Java-using-Servlets
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
##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

Comments
 (0)