-
How to Upgrade to Jakarta EE 10 and GlassFish 7: It’s Much Easier Than You Think!
We’ll explain everything you need to know before upgrading to Jakarta EE 10 and guide you to complete the upgrade successfully and in almost no time.
-
Introducing the Foojay.io Calendar API
We are excited to share that Foojay is growing and offering additional resources to bring the OpenJDK community together on a global scale.
-
Building Custom Solutions vs. Buy-and-Build Software
Sometimes time spent reinventing the wheel results in a revolutionary new rolling device. But sometimes it just amounts to time spent reinventing the wheel.
-
Exploring Java 21’s Intriguing Additions: Unveiling New Features (Part 1)
Learn about a few notable features that stand out in the upcoming Java 21, in an overview of their functionalities and potential use cases.
-
Manifold vs. Lombok: Enhancing Java with Property Support
Two decades ago we worked on properties in Java. Lombok filled in that gap. Manifold aims to solve this same problem. Is it ready?
-
Operator Overloading in Java
Although Java doesn’t natively support operator overloading, we’ll discover how Manifold can extend Java with that functionality.
-
Java String Templates Today
Today, we will take a look at another exciting feature of the Manifold project: string templates.
-
Java is Very Fast, If You Don’t Create Many Objects
The cost of object creation can be far higher than the cost of cleaning them up if they are very short lived.
-
Boosting Similarity Search with Real-time Stream Processing
Combining the strengths and advantages of vector databases and real-time stream processing provides a unique developer experience and an efficient way of processing data in real-time at scale.
-
Revolutionize JSON Parsing in Java with Manifold
Parsing JSON in Java (and other formats) can be as easy as in JS. It can do much more while keeping the type-safety and deep IDE integration.