[widgets_on_pages id="Home widgets"]

Java Articles by Foojay.io

September, 2025

  • 15 September

    Research: Measuring Energy Consumption in Programming Languages for AI Applications

    Author: Miro Wengner Original post on Foojay: Read More Decades ago, I contributed to a very interesting project called SunSPOT at SUN Microsystems. It was a small device with wireless connectivity, built-in sensors, running on Java (compatible with runtime 1.6), and powered by battery. It enabled the design of small applications and the connection of additional hardware, or simply the …

    Read More »
  • 15 September

    Foojay Podcast #78: Welcome to OpenJDK 25!

    Author: Frank Delporte Original post on Foojay: Read More Table of Contents VideoPodcast (Audio Only)GuestsContent We’re excited to present the first episode of the Foojay Podcast’s fifth season, marking the release of OpenJDK 25! For the first time, an OpenJDK release is aligned with the year, and we can welcome release 25 in 2025. As usual in the release podcast, …

    Read More »
  • 11 September

    MongoDB Schemas in Java

    Author: Luke Thompson Original post on Foojay: Read More Table of Contents Why MongoDB and Java are such good friendsThe missing schema of loosely typed systems Bringing schema back Example: Spring Boot sea temperature service  Sea temperatures  Weather reports  Schemas Tip—BSON IDs and the _id field Traps—record definitions for POJO codec Data access Tip—typed queries with MongoCollection<> generics Trap—pagination and aggregate facets Creating our API Tip—indexing Trap—check your explain plans! Why …

    Read More »
  • 10 September

    Stochastic AI Agility: Breaking Cycles of Debt

    Author: Miro Wengner Original post on Foojay: Read More The launch of ChatGPT in November 2022 has influenced and perhaps even changed the rules of the game in many areas. Although I personally focus on the IT industry, observations suggest that it is affecting the entire industry, including the lives of ordinary people. The article aims to discuss or address …

    Read More »
  • 10 September

    JetBrains and Azul Collaborate on Kotlin Performance in Various JVMs

    Author: Jiří Holuša Original post on Foojay: Read More Table of Contents Benchmarking Kotlin performance on Azul Platform Prime What’s next for JetBrains and Azul?  JetBrains and Azul are collaborating on a shared vision of running Kotlin-generated bytecode on a high-performance Java platform to find new ways to enhance runtime performance. Benchmarks of Kotlin performance on Azul Platform Prime have yielded some eye-opening …

    Read More »
  • 9 September

    Building REST APIs in Java with Spring Boot

    Author: Tim Kelly Original post on Foojay: Read More Table of Contents How can Spring help? Prerequisites Creating our appConnecting our database Our Book model Book repository Our REST controller CreateReadUpdateDeleteAdding DTOs and validation BookRequest BookResponse Updating the controller Testing the API Run the API Create Read Update Delete Conclusion REST has become the default choice for building web services, …

    Read More »
  • 8 September

    Spec-Driven Development with AI: A New Approach and a Journey into the Past

    Author: Simon Martinelli Original post on Foojay: Read More Table of Contents The Problem with Code-Centric DevelopmentRequirements as the Single Source of Truth The Complete Workflow Everything is Code, Everything is Versioned AI as the Consistency Engine The Structure: Independent EpicsA Real Example: System Use Case SpecificationThe ResultsWhy This Works for Business ApplicationsGetting StartedThe Future of Business Application Development The …

    Read More »
  • 4 September

    MongoDB Aggregations: Organizing Recipes by Meal Type with $group

    Author: Justin Jenkins Original post on Foojay: Read More Table of Contents Why Use $group for Organizing Recipes?Setting Up the DataUsing $group to Organize Recipes by Type Step 1: Grouping Recipes by Type Step 2: Including Recipe Details in Each Group Grouping Recipes by Tags Step 1: Using $unwind to Break Down Tags Advanced Tip: Using $match for Specific FiltersConclusion …

    Read More »
  • 3 September

    KCDC 2025

    Author: Nicolas Frankel Original post on Foojay: Read More Table of Contents The talks Home Lab – Private Cloud on a budget Loom is more than virtual threads: Structured Concurrency and Scoped Values 15 Productivity tips to accelerate your Apache Maven builds Take the Polar Plunge: A Fearless Introduction to Apache Iceberg® Epic App Performance Starts with the Database The …

    Read More »
  • 2 September

    JC-AI Newsletter #4

    Author: Miro Wengner Original post on Foojay: Read More Table of Contents Previous: 14 days have passed and it’s time for a new batch of readings that could shape developments in the field of artificial intelligence. The current newsletter vol. 4 offers us a closer look at several different areas of artificial intelligence. We start with the topic of energy …

    Read More »