Tail
Graal
Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
Tail | Graal | |
---|---|---|
0 | 152 | |
21 | 19,264 | |
- | 0.6% | |
0.0 | 9.7 | |
8 months ago | about 18 hours ago | |
Java | Java | |
The Unlicense | GNU General Public License v3.0 or later |
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.
Tail
We haven't tracked posts mentioning Tail yet.
Tracking mentions began in Dec 2020.
Graal
-
Quarkus 3.4 - Container-first Java Stack: Install with OpenJDK 21 and Create REST API
Quarkus is one of Java frameworks for microservices development and cloud-native deployment. It is developed as container-first stack and working with GraalVM and HotSpot virtual machines (VM).
-
Level-up your Java Debugging Skills with on-demand Debugging
Apologies, I didn't mean to imply DCEVM went poof, just that I was sad it didn't make it into OpenJDK so one need not do JDK silliness between the production one and the "debugging one" since my experience is that's an absolutely stellar way to produce Heisenbugs
And I'll be straight: Graal scares me 'cause Oracle but I just checked and it looks to the casual observer that it's straight-up GPLv2 now so maybe my fears need revisiting: https://github.com/oracle/graal/blob/vm-23.1.0/LICENSE
-
Rust vs Go: A Hands-On Comparison
> to be compiled to a single executable is a strength that Java does not have
I think this is very outdated claim: https://www.graalvm.org/
- Leveraging Rust in our high-performance Java database
- Java 21 makes me like Java again
-
A JVM in Rust part 5 – Executing instructions
Why would they? The direction for safer JVM research is to implement JVMs in Java, which has the advantage of being both memory safe outside a few tiny core areas (same as rust) whilst having cleaner code than the Rust impl (none of these problems with lifetimes).
See here: https://github.com/oracle/graal/tree/master/substratevm/src
-
A History of Clojure (2020) [pdf]
Ah, yeah, that's probably a bit far off in the future. Probably would be possible via GraalVM once GC is available, https://github.com/oracle/graal/issues/3391
-
How can I integrate a Svelte(Kit?) frontend on a Spring Boot application?
In short, you need to use graalvm and install the nodejs plugin for it (guide here).
-
CheerpJ 3.0: a JVM replacement in HTML5 and WASM to run Java on modern browsers
Yes, and it will JIT compile the code to native if you're using GraalVM:
https://github.com/oracle/graal/tree/master/wasm
But the point of JNI is to provide language bindings. WASM doesn't automatically fix the need for those.
-
Programming language for Linux apps
well, as you might already know there is https://www.graalvm.org which make possible to compile Java / Kotlin apps to native code. Programming language is just a tool, use whatever you most comfortable with and make great software. Good luck!
What are some alternatives?
Liberica JDK - Free and 100% open source Progressive Java Runtime for modern Javaâ„¢ deployments supported by a leading OpenJDK contributor
Adopt Open JDK - Eclipse Temurinâ„¢ build scripts - common across all releases/versions
awesome-wasm-runtimes - A list of webassemby runtimes
maven-jpackage-template - Sample project illustrating building nice, small cross-platform JavaFX or Swing desktop apps with native installers while still using the standard Maven dependency system.
SAP Machine - An OpenJDK release maintained and supported by SAP
wasmer - 🚀 The leading WebAssembly Runtime supporting WASIX, WASI and Emscripten
teavm - Compiles Java bytecode to JavaScript, WebAssembly and C
Quarkus - Quarkus: Supersonic Subatomic Java.
JDK - JDK main-line development https://openjdk.org/projects/jdk
Dragonwell8 - Alibaba Dragonwell8 JDK
j2cl - Java to Closure JavaScript transpiler
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."