This project contains multiple samples for jpro, which enables javafx in the web.
Samples:
Sample | description | Demo |
---|---|---|
popups | Shows how to use popups with JPro. | link |
multifilehandler | Shows how to upload and download mltiple files. | --- |
filehandler | Shows how to upload and download files. | link |
html-jpro | A small sample, which shows how to use the WebAPI to communicate between JPro and a html-site. | --- |
native-scrolling | A small sample on how to use native scrolling. | --- |
website | A minimalistic website with multiple pages. It uses our library jpro-web | --- |
auth0 | Login with Auth0. Read the readme for more details. | --- |
logging | Shows how to configure logging via jpro.onJVMStartup , jpro.onFXStartup and jpro.onJVMShutdown configuration options. |
--- |
suneditor | Example on how to integrate a html richtext editor - suneditor in this case. | link |
gps | Shows how to retrieve gps location and use it to show a map. | link |
pwa | Install your Website as a desktop/mobile app! Read the readme for more details. |
./gradlew popups:jproRun
./gradlew multifilehandler:jproRun
./gradlew filehandler:jproRun
./gradlew html-jpro:jproRun
./gradlew native-scrolling:jproRun
./gradlew website:jproRun
./gradlew auth0:jproRun # Read the Readme: https://github.com/JPro-one/JPro-Samples/tree/master/auth0
./gradlew suneditor:run
./gradlew gps:run
./gradlew logging:jproRun
Links: