Yuriy Artamonov
Yuriy Artamonov
Take a look at the https://github.com/jreznot/electron-java-app repo. There is `bundle` Gradle task that compiles parts all together into one single directory.
It works on all the platforms even without this callback
Conceptually, all the stuff should work for Vaadin 10, the only difference is the way you start Jetty (servlets and setup changed in V 10). I did not try this...
Sure, its possible, see examples here https://github.com/jreznot/electron-java-app
Yes, I've been waiting for 14 LTS release because there they finally support NPM packages for front-end. See https://github.com/jreznot/electron-java-app/issues/15
It should work as expected, there is no magic inside
I would say that it is really experimental thing. It is not ready to use framework, but PoC. There is no need to use Gretty and/or Vaadin, just idea. Thus...
I'm going to update the tutorial with the latest Vaadin 12 a little bit later
Dear Fig, please change icon of the plugin! And do not use IntelliJ Platform SDK as the author. We now consider banning the plugin installation (even manual one) which pretends...
We could implement a script that will generate simple Composite classes with injected fields. For instance, we pass the following XML file: ```xml ... ... ``` It should generate Java...