[widgets_on_pages id="Home widgets"]

Java Articles by Foojay.io

November, 2025

  • 10 November

    Java Security Starts with the JVM

    Author: Anthony Layton Original post on Foojay: Read More Table of Contents 1. Security starts with timely, predictable updates   Azul does it differently  Why this matters  2. Long-term support = long-term security   The problem  Azul’s solution  3. A secure software supply chain   How Azul secures the supply chain  Key Takeaway  4. Beyond the JDK: proactive insights   Why this matters  5. …

    Read More »
  • 7 November

    Your New AI-Powered Coding Buddy: A Guide to SonarQube MCP Server on IntelliJ 🤖

    Author: Jonathan Vila Original post on Foojay: Read More Table of Contents A Day in the Life of a Java Developer Getting Started: Accessing the MCP Server from IntelliJ Supercharge Your Daily Tasks with SonarQube MCP Server Conclusion: Your MCP for Supercharged Code Resources Hey Java devs! 👋 Ever feel like you’re drowning in a sea of code, trying to …

    Read More »
  • 4 November

    JC-AI Newsletter: Easy Access to Expanding Challenges

    Author: Miro Wengner Original post on Foojay: Read More A few months ago, I launched the AI Newsletter to provide a minimally biased perspective on the growing challenges surrounding artificial intelligence. My primary motivation was and remains to be serving the community not only by showing how to use and access specific services for utilizing Large Language Models, but also …

    Read More »
  • 4 November

    Modeling Relationships With Hibernate ORM and MongoDB

    Author: Ricardo Mello Original post on Foojay: Read More Table of Contents PrerequisitesOne-to-many relationship Approach 1: Embedding reviews inside books Approach 2: Moving reviews to a separate collection Approach 3: Bringing back recent reviews (Subset Pattern) Implementing the Subset Pattern Testing the feature Wrapping up In the previous article—Getting Started With Hibernate ORM and MongoDB—we learned how to configure Hibernate …

    Read More »
  • 4 November

    Getting Started With Hibernate ORM and MongoDB

    Author: Ricardo Mello Original post on Foojay: Read More Table of Contents How MongoDB fits inPrerequisitesTag your Atlas clusterProject overviewSetting up the project Configure Hibernate The Book entity Creating the SessionFactory Implementing the Book service Running the applicationCurrent limitations (Public Preview)Wrapping up For years, Hibernate ORM has been one of the most popular frameworks in the Java ecosystem. It was …

    Read More »
  • 3 November

    Sonar Connect Zurich

    Author: Jonathan Vila Original post on Foojay: Read More Sonar Connect Zurich: Maximize the ROI of your generative AI projects Where? AWS Offices Event Space – Marsstrasse 2, 8002 Zurich, Switzerland When? November 18, 13:00 – 17:00 Generative AI projects—especially code assistants—introduce new complexities. Maintaining code quality and security is paramount to control the exponential growth of technical debt and …

    Read More »
  • 3 November

    Hey Java Devs, Let’s Talk About AI MCP! 🤖

    Author: Jonathan Vila Original post on Foojay: Read More Table of Contents Hey Java Devs, Let’s Talk About AI MCP! So, What’s the Big Deal with MCP? The Problem MCP Is Solving The Evolution of AI Integration The Good, the Bad, and the How-To Let’s Get Our Hands Dirty: Creating an MCP with Java and Quarkus Using Your MCP from …

    Read More »
  • 3 November

    Foojay Podcast #81: Maven 4 – The Future of Java Build Automation

    Author: Frank Delporte Original post on Foojay: Read More Table of Contents YouTubePodcast AppsGuestsContent Maven 4 is approaching its release, bringing many improvements to the build tool powering millions of Java projects. In this Foojay Podcast episode, we talk about Apache Maven 4, a significant milestone that has been years in the making. Maven has been the backbone of Java …

    Read More »

October, 2025

  • 31 October

    JavaFX Links of October 2025

    Author: Frank Delporte Original post on Foojay: Read More Table of Contents CoreSceneBuilderApplicationsGamesComponents, Libraries, ToolsConferences, PresentationsPodcasts, Videos, BooksTutorialsMiscellaneousJFX Central Here is the overview of the JavaFX LinksOfTheMonth of October 2025. You can find the weekly lists on jfx-central.com. Did we miss anything? Is there anything you want to have included in one of the next overviews? Let us know via …

    Read More »
  • 30 October

    The Pitfall of Increasing Read Capacity by Reading From Secondary Nodes in a MongoDB Replica Set

    Author: Artur Costa Original post on Foojay: Read More Table of Contents The scenarioA solution from AI ModelsThe pitfall of scaling capacity by reading from secondary nodesIncreasing read capacity vs increasing read performanceProperly increasing read capacity Vertical scaling (scale up) Horizontal scaling (scale out via sharding) Maybe other ways around it? Read-only node Analytics node Conclusion The scenario Imagine we …

    Read More »