Skip to content

Commit 1205f48

Browse files
Readme updated. MIT license added.
1 parent ee748c1 commit 1205f48

File tree

5 files changed

+71
-41
lines changed

5 files changed

+71
-41
lines changed

Demos/Compose/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018 GroupDocs.Comparison Product Family
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

Demos/Compose/README.md

Lines changed: 31 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
![GroupDocs.Comparison](https://raw.githubusercontent.com/groupdocs-comparison/groupdocs-comparison.github.io/master/resources/image/banner.png "GroupDocs.Comparison")
2-
# GroupDocs.Comparison for Java Dropwizard Example
2+
# GroupDocs.Comparison for Kotlin Compose Example
33
New GroupDocs.Comparison for Java Dropwizard UI Example
44
###### version 22.3
55

6-
[![Build Status](https://travis-ci.org/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard.svg?branch=master)](https://travis-ci.org/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard)
7-
[![Maintainability](https://api.codeclimate.com/v1/badges/bd15712ebdd04405b1ea/maintainability)](https://codeclimate.com/github/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard/maintainability)
8-
[![GitHub license](https://img.shields.io/github/license/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard.svg)](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard/blob/master/LICENSE)
6+
[![GitHub license](https://img.shields.io/github/license/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard.svg)](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java/blob/master/Demos/Compose/LICENSE)
97

108
## System Requirements
119
- Kotlin 1.6+
10+
- Java 11+
1211

1312
## Compare documents with Java API
1413

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.
1615

1716
This application allows you to compare multiple documents and can be used as a standalone application or integrated as part of your project.
1817

@@ -44,41 +43,49 @@ This application allows you to compare multiple documents and can be used as a s
4443

4544
You can run this sample by one of following methods
4645

47-
#### Build from source
46+
#### Run from source
4847

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.
5049

5150
```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
5655
```
5756

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
6158

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.
6360

6461
```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
7066
```
7167

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+
7279
## License
7380
The MIT License (MIT).
7481

7582
Please have a look at the LICENSE.md for more details
7683

7784
## GroupDocs Comparison on other platforms & frameworks
7885

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
8390

8491
[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)

Demos/Compose/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ compose.desktop {
3333
nativeDistributions {
3434
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
3535
packageName = "groupdocs-comparison-compose"
36-
packageVersion = "1.0.0"
36+
packageVersion = "22.3.0"
3737

3838
windows {
3939
shortcut = true

Demos/Dropwizard/README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
![GroupDocs.Comparison](https://raw.githubusercontent.com/groupdocs-comparison/groupdocs-comparison.github.io/master/resources/image/banner.png "GroupDocs.Comparison")
22
# GroupDocs.Comparison for Java Dropwizard Example
33
New GroupDocs.Comparison for Java Dropwizard UI Example
4-
###### version 1.8.17
4+
###### version 22.3
55

66
[![Build Status](https://travis-ci.org/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard.svg?branch=master)](https://travis-ci.org/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard)
77
[![Maintainability](https://api.codeclimate.com/v1/badges/bd15712ebdd04405b1ea/maintainability)](https://codeclimate.com/github/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard/maintainability)
88
[![GitHub license](https://img.shields.io/github/license/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard.svg)](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard/blob/master/LICENSE)
99

1010
## System Requirements
11-
- Java 8 (JDK 1.8)
11+
- Java 8+ (JDK 1.8+)
1212
- Maven 3
1313

1414

@@ -61,15 +61,15 @@ You can run this sample by one of following methods
6161
Download [source code](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard/archive/master.zip) from github or clone this repository.
6262

6363
```bash
64-
git clone https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard
65-
cd GroupDocs.Comparison-for-Java-Dropwizard
64+
git clone https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java.git
65+
cd GroupDocs.Comparison-for-Java/Demos/Dropwizard
6666
mvn clean compile exec:java
6767
## Open http://localhost:8080/comparison/ in your favorite browser.
6868
```
6969

7070
#### Binary release (with all dependencies)
7171

72-
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).
72+
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).
7373

7474
**Note**: This method is **recommended** for running this sample behind firewall.
7575

@@ -115,8 +115,9 @@ Please have a look at the LICENSE.md for more details
115115

116116
## GroupDocs Comparison on other platforms & frameworks
117117

118-
- [Comapre documents](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java-Spring) with JAVA Spring
119-
- [Comapre documents](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-.NET-MVC) with .NET MVC
120-
- [Comapre documents](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-.NET-WebForms) with .NET WebForms
118+
- [Compare documents](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java-Spring) with JAVA Spring
119+
- [Compare documents](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java/tree/master/Demos/Compose) with Kotlin in Compose Desktop application
120+
- [Compare documents](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-.NET-MVC) with .NET MVC
121+
- [Compare documents](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-.NET-WebForms) with .NET WebForms
121122

122123
[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)

Demos/Spring/README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
![GroupDocs.Comparison](https://raw.githubusercontent.com/groupdocs-comparison/groupdocs-comparison.github.io/master/resources/image/banner.png "GroupDocs.Comparison")
22
# GroupDocs.Comparison for Java Spring Example
33
New GroupDocs.Comparison for Java Spring UI Example
4-
###### version 1.9.19
4+
###### version 22.3
55

66
[![Build Status](https://travis-ci.org/groupdocs-comparison/GroupDocs.Comparison-for-Java-Spring.svg?branch=master)](https://travis-ci.org/groupdocs-comparison/GroupDocs.Comparison-for-Java-Spring)
77
[![Maintainability](https://api.codeclimate.com/v1/badges/f945b8bc09a5ff2e8a2d/maintainability)](https://codeclimate.com/github/groupdocs-comparison/GroupDocs.Comparison-for-Java-Spring/maintainability)
88
[![GitHub license](https://img.shields.io/github/license/groupdocs-comparison/GroupDocs.Comparison-for-Java-Spring.svg)](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java-Spring/blob/master/LICENSE)
99

1010
## System Requirements
11-
- Java 8 (JDK 1.8)
11+
- Java 8+ (JDK 1.8+)
1212
- Maven 3
1313

1414

@@ -62,8 +62,8 @@ You can run this sample by one of following methods
6262
Download [source code](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java-Spring/archive/master.zip) from github or clone this repository.
6363

6464
```bash
65-
git clone https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java-Spring
66-
cd GroupDocs.Comparison-for-Java-Spring
65+
git clone https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java.git
66+
cd GroupDocs.Comparison-for-Java/Demos/Spring
6767
mvn clean spring-boot:run
6868
## Open http://localhost:8080/comparison/ in your favorite browser.
6969
```
@@ -81,7 +81,7 @@ mvn package -P war
8181

8282
#### Binary release (with all dependencies)
8383

84-
Download [latest release](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java-Spring/releases/latest) from [releases page](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java-Spring/releases).
84+
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).
8585

8686
**Note**: This method is **recommended** for running this sample behind firewall.
8787

@@ -123,9 +123,10 @@ Please have a look at the LICENSE.md for more details
123123

124124
## GroupDocs Comparison on other platforms & frameworks
125125

126-
- [Comapre documents](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard) with JAVA Dropwizard
127-
- [Comapre documents](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-.NET-MVC) with .NET MVC
128-
- [Comapre documents](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-.NET-WebForms) with .NET WebForms
126+
- [Compare documents](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java-Dropwizard) with JAVA Dropwizard
127+
- [Compare documents](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java/tree/master/Demos/Compose) with Kotlin in Compose Desktop application
128+
- [Compare documents](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-.NET-MVC) with .NET MVC
129+
- [Compare documents](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-.NET-WebForms) with .NET WebForms
129130

130131

131132
[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

Comments
 (0)