Martin Smelt

Shaping Jakarta Agentic AI Together – Watch the Open Conversation

Author: Dominika Tasarz Original post on Foojay: Read More Table of Contents What is Jakarta Agentic AI?What we discussed in the sessionWhy this matters for the Jakarta ecosystemWatch the recording and get involved Last week, Eclipse Foundation and Payara hosted Jakarta Agentic AI, An Open Conversation, an open house Jakarta TechTalk session, exploring a brand new initiative under the Eclipse …

Read More »

Foojay Podcast #91: 25 Years of IntelliJ IDEA: The IDE That Grew Up With Java

Author: Frank Delporte Original post on Foojay: Read More Table of Contents YouTubePodcast AppsGuestsLinksContent In this Foojay Podcast, we’re celebrating a major milestone in Java development history: 25 years of IntelliJ IDEA. Think about it: IntelliJ IDEA launched in 2000, and since then, it has become the go-to IDE for millions of Java developers worldwide. From its revolutionary code completion …

Read More »

JavaFX Links of February 2026

Author: Frank Delporte Original post on Foojay: Read More Table of Contents ApplicationsComponents, Libraries, ToolsPodcasts, Videos, BooksTutorialsMiscellaneousJFX Central Here are the JavaFX LinksOfTheMonth of February 2026. 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. Applications Amazing work …

Read More »

How to Build a Search Service in Java with MongoDB

Author: Erik Hatcher Original post on Foojay: Read More Table of Contents PrerequisitesSearch service designSearch service interface Returned results Search service implementation GETting the search results Aggregation pipeline behind the scenes $search in code Field projection Aggregating and responding Taking it to productionFuture roadmapConclusion We need to code our way from the search box to our search index. Performing a …

Read More »

Cipher Downgrade: How a Tomcat Update Could Weaken Your TLS Configuration

Author: Joe Kuhel Original post on Foojay: Read More Table of Contents What’s the risk?Who is AffectedThe Fix How to Verify Recommendation A recent update to Apache Tomcat introduced a subtle but significant change to how TLS cipher suites are configured. If your Spring Boot application explicitly configures TLS ciphers, particularly TLSv1.3 ciphers, and runs on Tomcat 9.0.115+ (Spring Boot …

Read More »

Translating a Website into 8 Languages with AI Agents in One Night

Author: Bruno Borges Original post on Foojay: Read More Table of Contents How I used Claude Sonnet 4.6 and fleets of GitHub Copilot Coding Agents to internationalize java.evolved — from spec to deploymentThe Architecture Decision: Let the AI Draft the SpecPhase 1: Building the InfrastructurePhase 2: The First Translations (Spanish + Portuguese)Phase 3: The Fleet — 6 Languages in Parallel …

Read More »

Watch the Recording: DIY Technical Marketing for Java Developers

Author: Dominika Tasarz Original post on Foojay: Read More The software development industry is more competitive than ever. Being a strong technical expert is essential, but on its own it is often not enough to grow your career or open new opportunities. In this short, practical talk DIY Technical Marketing, Real World Tips For Building A Successful Developer Brand, delivered …

Read More »

I Got Java 25 Running on the RISC-V BeagleBoard BeagleV-Fire

Author: Frank Delporte Original post on Foojay: Read More Table of Contents The ChallengeThe Solution: BeagleBoard Imaging Utility Serial Connection Setup Failed With macOS Succeeded With Linux Installing Java 25What’s Next: Performance TestingConclusion After my initial struggles with the BeagleV-Fire in a previous video, I succeeded in getting Java 25 running on RISC-V-powered BeagleV-Fire! Let me walk you through the …

Read More »

MongoDB and the Raft Algorithm

Author: Elie Hannouch Original post on Foojay: Read More Table of Contents Raft Roles and MongoDB’s Replica Set Log Replication: Ensuring Consistency Commitment and Durability in MongoDB Failure Handling and Recovery MongoDB-Specific Optimizations in Raft Consistency Levels with Raft Raft vs. Paxos: Why Chose Raft Conclusion MongoDB’s replica set architecture uses distributed consensus to ensure consistency, availability, and fault tolerance …

Read More »