All Projects → JPro-one → Hellojpro

JPro-one / Hellojpro

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Hellojpro

openjfx-docs
Getting started guide for JavaFX 11
Stars: ✭ 70 (+52.17%)
Mutual labels:  gradle, maven, javafx
Samples
JavaFX samples to run with different options and build tools
Stars: ✭ 352 (+665.22%)
Mutual labels:  gradle, javafx, maven
Javapackager
📦 Gradle/Maven plugin to package Java applications as native Windows, Mac OS X, or GNU/Linux executables and create installers for them.
Stars: ✭ 285 (+519.57%)
Mutual labels:  gradle, maven
Trampoline
Admin Spring Boot Locally
Stars: ✭ 325 (+606.52%)
Mutual labels:  gradle, maven
Lib I18n
The library `Lib-I18N` allows a developer to bind a key-value pair of a `.properties` file to a [StringBinding]. This makes it very easy to change the language during runtime in a [JavaFX] application.
Stars: ✭ 40 (-13.04%)
Mutual labels:  javafx, maven
broom
A disk cleaning utility for developers.
Stars: ✭ 38 (-17.39%)
Mutual labels:  gradle, maven
Animatefx
A library of +70 ready-to-use animations for JavaFX
Stars: ✭ 254 (+452.17%)
Mutual labels:  gradle, javafx
Gradle Maven Publish Plugin
Gradle plugin that configures an uploadArchives task to automatically upload all of your Java, Kotlin or Android libraries to any Maven instance.
Stars: ✭ 392 (+752.17%)
Mutual labels:  gradle, maven
Javafx Gradle Plugin
Gradle plugin for JavaFX
Stars: ✭ 425 (+823.91%)
Mutual labels:  gradle, javafx
Spock Example
Spock example specifications along with ready-to-go Gradle and Maven builds
Stars: ✭ 595 (+1193.48%)
Mutual labels:  gradle, maven
Ok Gradle
IntelliJ/Android Studio plugin for searching artifacts ids of popular Java libraries.
Stars: ✭ 664 (+1343.48%)
Mutual labels:  gradle, maven
manon
🧪 Play with SpringBoot 2, JWT, Querydsl, GraphQL, Docker, ELK, PostgreSQL, MariaDB, Redis, MongoDB, Flyway, Maven, Gradle, TestNG, JUnit5, JaCoCo, GreenMail, CI, Quality Gates, Prometheus, Gatling, etc.
Stars: ✭ 26 (-43.48%)
Mutual labels:  gradle, maven
TwitterApiKit
Twitter's API v2 Objectified. This will save you time from creating data objects to access twitter's API v2. This library is supported on Gradle, Maven, Java, Kotlin, and Android projects.
Stars: ✭ 23 (-50%)
Mutual labels:  gradle, maven
Kotlin Examples
Various examples for Kotlin
Stars: ✭ 3,014 (+6452.17%)
Mutual labels:  gradle, maven
sonatype-publish-plugin
Gradle Plugin for publishing artifacts to Sonatype and Nexus
Stars: ✭ 17 (-63.04%)
Mutual labels:  gradle, maven
Android Cookbook Examples
Contributed code examples from O'Reilly Android Cookbook. See #user-content-table README below!
Stars: ✭ 935 (+1932.61%)
Mutual labels:  gradle, maven
LogoRRR
A log viewer which visualises log events such that it is easy to identify problems or events of interest. This app was implemented using Scala and JavaFX, GluonHQ toolchain and GraalVM as platform.
Stars: ✭ 40 (-13.04%)
Mutual labels:  maven, javafx
lib-preferences
Lib-Preferences is a library for easy storing simple data to a Preferences.properties file in a Java(FX) & Maven desktop application.
Stars: ✭ 12 (-73.91%)
Mutual labels:  maven, javafx
Ms Backend Boilerplates
Boilerplate for Your Server Side(Backend) Application, Java | Spring(Boot, Cloud) | Node.js(Express, Koa, Egg) | Go | Python | DevOps 💫 服务端项目模板
Stars: ✭ 394 (+756.52%)
Mutual labels:  gradle, maven
Javafx Maven Plugin
Maven plugin for JavaFX
Stars: ✭ 764 (+1560.87%)
Mutual labels:  javafx, maven

HelloJPro

Build Status

This project, is a hello-world for jpro, which enables javafx in the web.

Here you can see this program running.

More about JPRO:

How to start

Web Browser

Start jpro in foreground (development mode)

./gradlew jproRun

Start jpro in background (server mode)

./gradlew jproRestart

Open jpro app in Web Browser

http://localhost:8080/index.html

Show all jpro apps in Browser

http://localhost:8080/test/default

Open jpro app in fullscreen

http://localhost:8080/test/fullscreen/[app-name]

Deployment:

Step 1. Prepare your server

To run jpro on linux, the server must be configured correctly.

Checkout the following chapters to configure your server correctly for jpro:

DEPLOYING JPRO

PREPARING LINUX FOR JPRO

Step 2. Create the binary

Create a zip which contains the application with the following command:

./gradlew jproRelease

The path of the zip-file is the following: build/distributions/HelloJPro-jpro.zip

Now copy this file to your Server and unzip it.

Step 3. Run jpro

In the unzipped folder you can find a start-script: bin/start.sh

By running ./bin/start.sh you start the JPRO Server on your server.

The JPRO Server is now ready to server your URLs entered in your browser.

./bin/start.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].