jdeploy
teavm
Our great sponsors
- Revelo Payroll - Free Global Payroll designed for tech teams
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Sonar - Write Clean Java Code. Always.
jdeploy | teavm | |
---|---|---|
15 | 27 | |
320 | 2,320 | |
- | - | |
8.4 | 9.1 | |
about 2 months ago | 5 days ago | |
Java | Java | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
jdeploy
- How do users open the application?
- How do you usually deploy Java Swing application in Windows machine, so that it can pass Microsoft Defender SmartScreen checking?
-
How do you package your Swing app?
See http://www.jdeploy.com/
-
How do I finish a JavaFX project?
You could try jdeploy as well.
-
Conveyor + AtlantaFX theme sampler case study
Why would someone use conveyor over https://www.jdeploy.com/
-
What does everyone use for GUI work?
Agree. For quite a while it was hard to deploy JavaFX applications but jpackage exists now. There are also tools out there which do everything for you :https://www.jdeploy.com/https://conveyor.hydraulic.dev/1.0/
-
New tool for packaging JVM apps, an alternative to jpackage
How does it compare to jdeploy?
- Any ideas to convert my jar file / eclipse project to exe?
- Is is possible to ship Java app with Embedded JVM?
-
Java: "write once, run everywhere" vs "build once, run everywhere"
You can try https://www.jdeploy.com. I didn't try it yet. I use GitHub Actions which allow me to deploy to all platforms by just pushing to the master branch (or whichever you set up). It's free for a certain amount of machine runtime minutes. Shouldn't be a problem for a personal application.
teavm
-
Play Runescape Classic Again
Uses this apparently: https://github.com/konsoletyper/teavm
- ASP.NET Core Dev Team Launches 'Blazor United' Push for .NET 8
- Pure Java Typesetting System
-
Embed your Doom in Java with GraalVM Wasm.
How does this compare to say the TeaVM (https://github.com/konsoletyper/teavm) which I know only has "experimental" WASM support at the moment?
-
Regex101.com needs help getting a small Rust WASM binary
For Java, no WASM file is requested. Maybe the Java code was transpiled to JavaScript, perhaps using TeaVM.
-
Oracle Contributing GraalVM Community Edition Java Code to OpenJDK
>> It's not like you can take a random JAR and convert it to WASM.
Maybe you can:
TeaVM is an ahead-of-time compiler for Java bytecode that emits JavaScript and WebAssembly that runs in a browser. Its close relative is the well-known GWT. The main difference is that TeaVM does not require source code, only compiled class files. Moreover, the source code is not required to be Java, so TeaVM successfully compiles Kotlin and Scala.
I have never had an opportunity to try out TeaVM, but it seems promising.
-
Using Java for the front-end of a web app in 2022
For a fast, lightweight, Java-based front-end, try TeaVM and its Flavour toolkit:
It is easy to get started by using the maven archtetype, there's an tutorial in Java Magazine here:
https://blogs.oracle.com/javamagazine/post/java-in-the-brows...
With TeamVM and Flavour you get a full front-end SPA framework that lets you code business logic in Java, and pair that with HTML and CSS to make components.
To see what it can do, check out Wordii, a fast-paced 5-letter word game:
-
TSMC to Begin 3nm Chip Production Next Month, Apple gets first dib
> Someone will make the JRE run on WASM
Minecraft contains some native dependencies, though; you'll need something like https://copy.sh/v86/ or https://bellard.org/jslinux/ with the right operating system image to run it in browser.
- TeaVM
-
bUt PeRForMaNCE
TeaVM seems to be the JVM equivalent of Blazor, also see Scala.js
What are some alternatives?
Graal - GraalVM: Run Programs Faster Anywhere :rocket:
HumbleUI - Clojure Desktop UI framework
teavm-flavour - Framework for writing client-side applications using TeaVM
artipie - Binary Artifact Management Tool
spring-fu - Configuration DSLs for Spring Boot
Getdown - Download, Install, Update
helidon - Java libraries for writing microservices
wasm3 - 🚀 A fast WebAssembly interpreter and the most universal WASM runtime
JHipster - JHipster, much like Spring initializr, is a generator to create a boilerplate backend application, but also with an integrated front end implementation in React, Vue or Angular. In their own words, it "Is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures."
aWsm - WebAssembly ahead-of-time compiler and runtime. Focuses on generating fast code, simplicity, and portability.
ClojureCLR - A port of Clojure to the CLR, part of the Clojure project
tetris - Tetris game implemented in languages I used for something more serious than "Hello world".