Quasar: Support JavaFX WebView as wrapper

Created on 31 May 2017  路  6Comments  路  Source: quasarframework/quasar

Hi

I'am a Java developer. Since Java 8 there is a WebView based on WebKit that can be used to run HTML apps. The JavaFX WebView allows for integration between the browser context and Java. This integration allows JavaScript to call Java code and vice-versa. So, one can use any Java library and call it from the HTML app as it was JavaScript. Some useful libraries in Java are for embedded RDMS or NOSQL, webservers and ORM.

One of the benefits would be enable the app to be distributed with a fully integrated backend using Java, making a transition between Java Desktop apps and SPA hybrid desktop apps easier to Java developers.

As a lot of people have Java already installed, this wrapper could have a option to set if a JRE should be embedded or not, allowing for reduced distribution size, as JRE should be installed by the client and only the needed java libraries would be delivered in distribution package.

Best regards

Most helpful comment

If enough people become interested in this I'll give it a go. So please upvote this if you need it. Thank you!

All 6 comments

If enough people become interested in this I'll give it a go. So please upvote this if you need it. Thank you!

Is this quasar framework loading contents in webview for mobile app or its using native apis of android/ios ?

It's using Cordova, so webview. Please read documentation.

Thanks for informing . Instead of cordova , cant you guys develop something like react native or nativescript which can be used to build native apps ? Please let me know.

@lakinmohapatra take a look at weex for that, is being built by alibaba group

I'm sorry but due to the lack of interest in this from multiple people and also from very low resources available, I'm going to close this.

Was this page helpful?
0 / 5 - 0 ratings