|
1 | 1 | 
|
2 |
| -# GroupDocs.Comparison for Java Dropwizard Example |
| 2 | +# GroupDocs.Comparison for Kotlin Compose Example |
3 | 3 | New GroupDocs.Comparison for Java Dropwizard UI Example
|
4 | 4 | ###### version 22.3
|
5 | 5 |
|
6 |
| -[](https://travis-ci.org/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard) |
7 |
| -[](https://codeclimate.com/github/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard/maintainability) |
8 |
| -[](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard/blob/master/LICENSE) |
| 6 | +[](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java/blob/master/Demos/Compose/LICENSE) |
9 | 7 |
|
10 | 8 | ## System Requirements
|
11 | 9 | - Kotlin 1.6+
|
| 10 | +- Java 11+ |
12 | 11 |
|
13 | 12 | ## Compare documents with Java API
|
14 | 13 |
|
15 |
| -**GroupDocs.Comparison for Java** is a library that allows you to **compare PDF, DOCX, PPT, XLS,** and over 90 other document formats. With GroupDocs.Comparison for Java you will be able to compare two or more files, perform style and text comparison and generate a detailed report with changes. |
| 14 | +**GroupDocs.Comparison for Java/Kotlin** is a library that allows you to **compare PDF, DOCX, PPT, XLS,** and over 90 other document formats. With GroupDocs.Comparison for Java/Kotlin you will be able to compare two or more files, perform style and text comparison and generate a detailed report with changes. |
16 | 15 |
|
17 | 16 | This application allows you to compare multiple documents and can be used as a standalone application or integrated as part of your project.
|
18 | 17 |
|
@@ -44,41 +43,49 @@ This application allows you to compare multiple documents and can be used as a s
|
44 | 43 |
|
45 | 44 | You can run this sample by one of following methods
|
46 | 45 |
|
47 |
| -#### Build from source |
| 46 | +#### Run from source |
48 | 47 |
|
49 |
| -Download [source code](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard/archive/master.zip) from github or clone this repository. |
| 48 | +Download [source code](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java/archive/refs/heads/master.zip) from github or clone this repository. |
50 | 49 |
|
51 | 50 | ```bash
|
52 |
| -git clone https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard |
53 |
| -cd GroupDocs.Comparison-for-Java-Dropwizard |
54 |
| -mvn clean compile exec:java |
55 |
| -## Open http://localhost:8080/comparison/ in your favorite browser. |
| 51 | +git clone https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java.git |
| 52 | +cd GroupDocs.Comparison-for-Java/Demos/Compose |
| 53 | +gradlew run |
| 54 | +## Desktop application will be compiled and run |
56 | 55 | ```
|
57 | 56 |
|
58 |
| -#### Binary release (with all dependencies) |
59 |
| - |
60 |
| -Download [latest release](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard/releases/latest) from [releases page](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard/releases). |
| 57 | +#### Build Windows installer from source |
61 | 58 |
|
62 |
| -**Note**: This method is **recommended** for running this sample behind firewall. |
| 59 | +Download [source code](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java/archive/refs/heads/master.zip) from github or clone this repository. |
63 | 60 |
|
64 | 61 | ```bash
|
65 |
| -curl -J -L -o release.tar.gz https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard/releases/download/1.8.17/release.tar.gz |
66 |
| -tar -xvzf release.tar.gz |
67 |
| -cd release |
68 |
| -java -jar comparison-1.8.6.jar configuration.yaml |
69 |
| -## Open http://localhost:8080/comparison/ in your favorite browser. |
| 62 | +git clone https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java.git |
| 63 | +cd GroupDocs.Comparison-for-Java/Demos/Compose |
| 64 | +gradlew packageMsi |
| 65 | +## Windows installer will be built and the path to it will be printed |
70 | 66 | ```
|
71 | 67 |
|
| 68 | +#### Binary release (with all dependencies) |
| 69 | + |
| 70 | +Download [latest release](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java/releases/latest) from [releases page](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java/releases). |
| 71 | + |
| 72 | +**Note**: This method is **recommended** for running this sample without Java installed. |
| 73 | + |
| 74 | +* Download `groupdocs-comparison-compose-*.zip` file |
| 75 | +* Unzip it to any directory |
| 76 | +* Run installer and install the application |
| 77 | +* After installation, you can run the application using shortcut on your desktop |
| 78 | + |
72 | 79 | ## License
|
73 | 80 | The MIT License (MIT).
|
74 | 81 |
|
75 | 82 | Please have a look at the LICENSE.md for more details
|
76 | 83 |
|
77 | 84 | ## GroupDocs Comparison on other platforms & frameworks
|
78 | 85 |
|
79 |
| -- [Comapre documents](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java-Spring) with JAVA Spring |
80 |
| -- [Comapre documents](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard) with JAVA Dropwizard |
81 |
| -- [Comapre documents](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-.NET-MVC) with .NET MVC |
82 |
| -- [Comapre documents](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-.NET-WebForms) with .NET WebForms |
| 86 | +- [Compare documents](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java-Spring) with JAVA Spring |
| 87 | +- [Compare documents](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard) with JAVA Dropwizard |
| 88 | +- [Compare documents](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-.NET-MVC) with .NET MVC |
| 89 | +- [Compare documents](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-.NET-WebForms) with .NET WebForms |
83 | 90 |
|
84 | 91 | [Home](https://www.groupdocs.com/) | [Product Page](https://products.groupdocs.com/comparison/java) | [Documentation](https://docs.groupdocs.com/comparison/java/) | [Demos](https://products.groupdocs.app/comparison/family) | [API Reference](https://apireference.groupdocs.com/java/comparison) | [Examples](https://github.com/groupdocs-comparison/GroupDocs.comparison-for-Java/tree/master/Examples) | [Blog](https://blog.groupdocs.com/category/comparison/) | [Free Support](https://forum.groupdocs.com/c/comparison) | [Temporary License](https://purchase.groupdocs.com/temporary-license)
|
0 commit comments