Jeff Martin
Jeff Martin
As someone who has spent a lot of time with TeaVM, CheerpJ, Swing and JavaFX (and SnapKit), I think Alexey is right about this. An interesting test would be to...
By the way, last time I made an effort to measure the numbers looked something like this: CheerpJ Swing: 80m download (15m compressed) 1+ min CheerpJ Dom: 50m download (10m...
I'm still seeing this issue with the .6 release. Very easy to work around, though.
I’m not sure what version - I built a snapshot from the latest stuff on Jan 10. Is there a way to find out from the cli jar? (Sorry for...
CheerpJ is a compiler - so you can definitely generate JS, save and deploy it. The on-the-fly dynamic compilation is just a cool fallback. However, CheerpJ compiles from Java byte...
I’ve also wondered about this. Apparently there’s a tool in Java9 called jlink that builds minimal runtime jars. I’ve also wondered whether there would be any benefit to using webpack...
JavaFX support is on the long term roadmap, but not planned for the near term, due to resource constraints. This could change if there is a customer with more immediate...