Graal
Quarkus
Graal | Quarkus | |
---|---|---|
170 | 139 | |
20,689 | 14,221 | |
0.5% | 1.3% | |
10.0 | 10.0 | |
7 days ago | 4 days ago | |
Java | Java | |
GNU General Public License v3.0 or later | 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.
Graal
-
Chicory: A JVM native WebAssembly runtime
How does it compare to graal wasm? https://github.com/oracle/graal/blob/master/wasm/README.md/
-
Why Does Everyone Forget Java and C# for Backend Development? Why Don’t Full-Stack Developers Learn Java and C#?
Java was created by James Gosling and released by Sun Microsystems in 1995. It was designed with the principle of "Write Once, Run Anywhere" (WORA), enabling cross-platform compatibility through the Java Virtual Machine (JVM). Over the years, Java became a leading language for enterprise applications, Android development, and large-scale backend systems. Oracle now maintains Java, with modern innovations such as Project Loom and GraalVM enhancing its performance.
-
Compiling Java into Native Binaries with Graal and Mill
Sorry, I know you weren't asking me, but for this same use case, yes, I've used a GHA build matrix with each OS/arch pair.
Cosmo/APE support would fix this, and GraalVM already ships with a Musl libc implementation, so it isn't very far off.
https://github.com/oracle/graal/issues/8350
-
Java Can Be Serverless Too: Using GraalVM for Fast Cold Starts
It wasn’t long before I ran into several other blog posts about developers successfully using GraalVM and frameworks such as Quarkus to address this very problem. And so I’ve decided to try it out for myself.
- Getting Started with Spring Boot 3 for .NET Developers
- Introduction to the Bytecode DSL
-
Lambda function with GraalVM Native Image - Part 1 Introduction to GraalVM and its native image capabilities
GraalVM adds an advanced just-in-time (JIT) optimizing compiler, which is written in Java, to the HotSpot Java Virtual Machine.
-
Marta File Manager: Back on Track
You can trim down the runtime[1] but the tooling around doing this is non-existent / unreliable. Alternatively, you can generate native binaries with GraalVM[2] which comes with its own baggage (license, slow compile time, etc).
[1]: https://docs.oracle.com/javase/8/embedded/develop-apps-platf...
[2]: https://www.graalvm.org/
-
Cosmopolitan v3.5.0
Too bad it looks stuck since about a month ago (https://github.com/oracle/graal/issues/8350#issuecomment-210...), needs some attention from @jart.
-
Migrating from Java 8 to Java 17: A Comprehensive Guide to New Features
Really now? Now that's interesting. I thought GraalVM might be a good option in that space https://www.graalvm.org/ last I checked, but something literally called Hermetic Java has my interest piqued.
Quarkus
-
A Lean Decision-Making Approach for Choosing Java Frameworks with Architecture Decision Records
Quarkus Official Documentation
-
Your First Open Source Contribution: A Beginner's Guide
If you are into Java and are looking for a great project to start, make sure to check out Quarkus. They also have a great contributor guide which you can check out and get started directly!
- Year After Switching from Java to Go: Our Experiences
-
Java Can Be Serverless Too: Using GraalVM for Fast Cold Starts
It wasn’t long before I ran into several other blog posts about developers successfully using GraalVM and frameworks such as Quarkus to address this very problem. And so I’ve decided to try it out for myself.
-
Choosing the Right Java Microservices Framework: Spring Boot, Quarkus, Micronaut, and Beyond
Quarkus is a newer entrant designed with cloud-native and serverless applications in mind. It boasts lightning-fast startup times and low memory usage.
-
Rewrite It in Rails
I did write a lot of Java but never called myself a Java developer, and in my current company there are a lot of hardcore Java devs who used to swear by the Spring stack (some even liked JSF!), and a lot of them are moving things to Quarkus (https://quarkus.io/). No idea why, just an observation.
-
Htmx, Raku and Pico CSS
Recently, I’ve been working with Quarkus[1], the quarkus-qute[2] (a type-safe templating engine), and htmx. I found the experience quite positive. Quarkus offers lightning-fast compilation with a hot-reloading Maven wrapper (mvnw), making development seamless. Picking up qute was straightforward, and combining it with htmx, especially with qute’s #fragment support for htmx, felt like a natural fit.
[1] https://quarkus.io/
-
Deploying native Quarkus REST API's in AWS Lambda
In recent days or weeks, as someone relatively new to AWS services, I've been struggling to run a Quarkus application I've been working on, on AWS Lambda.
-
How to enable mongodb query logging in reactive java for quarkus with panache
A github discussion
-
A tour of CLI tools for installing Java and creating projects
Two of the most famous Java server frameworks, namely Spring and Quarkus, provide CLIs for improving DX.
What are some alternatives?
Liberica JDK - Free and 100% open source Progressive Java Runtime for modern Javaâ„¢ deployments supported by a leading OpenJDK contributor
ktor - Framework for quickly creating connected applications in Kotlin with minimal effort
Adopt Open JDK - Eclipse Temurinâ„¢ build scripts - common across all releases/versions
javalin - A simple and modern Java and Kotlin web framework [Moved to: https://github.com/javalin/javalin]
SAP Machine - An OpenJDK release maintained and supported by SAP
Nacos - an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.