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
- Host: GitHub
- URL: https://github.com/trion-development/java-web-bridge
- Owner: trion-development
- Created: 2015-12-28T17:41:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-13T17:48:13.000Z (over 10 years ago)
- Last Synced: 2025-01-13T03:30:02.293Z (over 1 year ago)
- Language: Java
- Size: 29.3 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```