An open API service indexing awesome lists of open source software.

https://github.com/trion-development/java-web-bridge

Sample for web-desktop integration
https://github.com/trion-development/java-web-bridge

Last synced: 8 months ago
JSON representation

Sample for web-desktop integration

Awesome Lists containing this project

README

          

# Sample for Java Desktop integration
This project is to illustrate the concept of web and desktop integration, for example for migrating rich desktop applications to the web.

After cloning you can run it using

```
cd JavaFXWebView
mvn clean install
java -jar target/java-web-bridge-1.0.0.CI-SNAPSHOT.jar
```

A more complex example is in the EnterpriseSample folder. You can run it using

```
cd EnterpriseSample
mvn clean install
java -jar target/enterprise-java-web-bridge-1.0.0.CI-SNAPSHOT.jar
```