• The Mentorship Hub with Bruno Souza at J-Fall 2025

    ๐‘๐ž๐š๐๐ฒ ๐ญ๐จ ๐ญ๐š๐ค๐ž ๐ญ๐ก๐ž ๐ง๐ž๐ฑ๐ญ ๐ฌ๐ญ๐ž๐ฉ ๐ข๐ง ๐ฒ๐จ๐ฎ๐ซ ๐œ๐š๐ซ๐ž๐ž๐ซ? Do you want to grow beyond …

    Read More »
  • J-Fall 2025 is uitverkocht

  • What’s New in Java 25 in 2 minutes

  • Oracle brengt Java 25 uit

[widgets_on_pages id="Home widgets"]

Java Articles by Foojay.io

November, 2025

  • 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 »
  • 30 October

    JC-AI Newsletter #8

    Author: Miro Wengner Original post on Foojay: Read More Fourteen days have passed, and it is time to present a fresh collection of readings that could influence developments in the field of artificial intelligence. This newsletter focuses on examining how AI enhances productivity through enterprise studies, agentic system architecture, attack vectors, Model Context Protocol (MCP) implementation, Agent-to-Agent (A2A) protocol, Java …

    Read More »
  • 29 October

    BoxLang v1.6.0 โ€“ Performance, AI-Powered Docs, and Advanced Async Monitoring

    Author: Cristobal Escobar Original post on Foojay: Read More Table of Contents What’s New in 1.6.0? BoxLang Documentation Meets AI: MCP Server Integration Connect to the MCP Server: Extreme Performance Optimizations: Up to 65% Faster Key Performance Enhancements: Real-World Performance Stats: Advanced Async Monitoring with BoxExecutor Health Checks New Health Status Indicators: Comprehensive Health Reporting: MiniConsole Framework & Enhanced REPL …

    Read More »
  • 29 October

    Explore Spring Framework 7 Featuresโ€”API Versioning

    Author: Mahendra Rao B Original post on Foojay: Read More Table of Contents What is API versioning?API Versioning In Action Import the Project into your IntelliJ IDEA Annotation-Based Approach In my previous article, I outlined a comprehensive list of features introduced in Spring Framework 7 and Spring Boot 4. In this series of articles, we will explore these features in …

    Read More »