[widgets_on_pages id="Home widgets"]

Java Articles by Foojay.io

November, 2025

  • 30 November

    JavaFX Links of November 2025

    Author: Frank Delporte Original post on Foojay: Read More Table of Contents CoreApplicationsGamesComponents, Libraries, ToolsPodcasts, Videos, BooksTutorialsMiscellaneousJFX Central Here is the overview of the JavaFX LinksOfTheMonth of November 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 links@jfx-central.com. …

    Read More »
  • 28 November

    From Spring Boot To Jakarta EE 11: How Payara Starter Eases The Transition

    Author: Dominika Tasarz Original post on Foojay: Read More Table of Contents Starting with Jakarta EE Doesnโ€™t Have to be Slowย ย Meet Payara Starter: The Equivalent to Spring Initializr for Jakarta EEPayara Starter vs. Spring Initializr: Same Comfort, Different StackPayara Starter and Spring Initializr Side by SideStep-by-Step: Starting a Jakarta EE 11 App with Payara StarterWrapping Up: Familiar Simplicity, Different Frameworkย  …

    Read More »
  • 26 November

    JC-AI Newsletter #10

    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 agentic AI systems improve accuracy, tutorials on agentic system architecture, and importnat security challenges arising from increased not only from …

    Read More »
  • 26 November

    The Visitor Pattern โ€“ โ€˜Revisitedโ€™ using Data Oriented Programming techniques

    Author: Wim De Troyer Original post on Foojay: Read More Table of Contents IntroductionWhat is the visitor pattern?Example: A book curation system The Book Domain The task: Collect interesting information about a book An implementation using OOP concepts Re-implementation using Data Oriented Programming (DOP) techniques Recommended further reading and watching Introduction Design patterns are great, they standardize solutions for common …

    Read More »
  • 26 November

    Will OpenJFX Be Merged Into OpenJDK? It Would Be a Perfect Match with Java on Mobile!

    Author: Frank Delporte Original post on Foojay: Read More Table of Contents History: Why JavaFX Got Separated From The JDKTime to Reunite The Developer Experience Matters Enter Java on Mobile: The Perfect Timing The Challenge They’re Solving A New Approach: Java on Mobile Current Progress and Roadmap Why These Two Initiatives Complement Each Other PerfectlyA Community EffortWhat’s Next? While looking …

    Read More »
  • 25 November

    BoxLang Redis Has Landed: Enterprise-Grade Caching, Pub/Sub, and Distributed Locking

    Author: Cristobal Escobar Original post on Foojay: Read More Table of Contents What is the Redis Module? Key Features Getting Started Quick Configuration Powerful Caching Made Simple Publish/Subscribe: Real-Time Messaging Distributed Locking: Coordinate Across Servers Deployment Modes Comprehensive Documentation Use Cases Get Access We’re thrilled to announce the release of the BoxLang Redis Module (bx-redis) – a powerful addition to …

    Read More »
  • 25 November

    The Art of Performance Tuning: Why Saving 30% in the Cloud Means Nothing if Your Code Wastes 1000ร— More

    Author: Daniel Witkowski Original post on Foojay: Read More Table of Contents The Hidden Cost of โ€œGood Enoughโ€ CodeA Quick Reality Check โ€“ Programming Languages and EnergyLet’s see how good am I with performance analysis Step One โ€“ Exceptions as Logic Step Two โ€“ The RegExp Trap Step Three โ€“ Let the CPU Breathe Step Four โ€“ Handcrafted Precision Step …

    Read More »
  • 24 November

    Foojay Podcast 83: OpenJDK Evolutions plus Tips and Tricks

    Author: Frank Delporte Original post on Foojay: Read More Table of Contents YouTubePodcast AppsContent Welcome to another episode of the Foojay Podcast! Just like in the previous episode, I bring you conversations from two of Europe’s premier Java conferences – Devoxx in Belgium and JFall in the Netherlands. At these conferences, I had the opportunity to speak with members of …

    Read More »
  • 21 November

    Spring Framework 7.0 and Spring Data 2025.1.0 Embrace Jakarta EE 11 Compatibility

    Author: Dominika Tasarz Original post on Foojay: Read More Table of Contents Why This MattersA Look Back at the Spring and Java/Jakarta EE RelationshipWhat This Means for Payara UsersExpanding Your Options With Spring and Payara Qube The recent releases of Spring Framework 7.0 and Spring Data 2025.1.0 mark an important milestone for the Java ecosystem, with both now aligned with …

    Read More »
  • 20 November

    Navigating the Nuances of GraphRAG vs. RAG

    Author: Thibaut Gourdel Original post on Foojay: Read More Table of Contents RAG: The Baseline Approach Based on EmbeddingsGraphRAG: Connecting the Dots with Knowledge Graphs Towards Hybrid Approaches and Unified Platforms Building Reliable AI Apps While large language models (LLMs) hold immense promise for building AI applications and agentic systems, ensuring they generate reliable and trustworthy outputs remains a persistent …

    Read More »