Latest updates for Enterprise Java

Fresh curated links around Enterprise Java are collected here so marketers can spot useful updates and turn timely ideas into posts faster.

Recent items include:

  • Jakarta EE Series
  • Jakarta EE Glossary: The Terms Every Java Engineer Should Actually Understand
  • Java News Roundup: OpenJDK JEPs, Jakarta EE 12, Spring Framework, Micrometer, Camel, JBang

Post angles to try

Share the most useful takeaway for your audience.
Turn one article into a quick practical checklist.
Ask your audience how this shift affects their work.
Turn angles into scheduled posts

Fresh articles and ideas

Recent curated links from global sources. Generate one free draft from any story, then use SocialBu to schedule and refine your content calendar.

feeds.feedblitz.com /1 month ago

Jakarta EE Series

This series covers core Jakarta EE APIs in practical application. The post Jakarta EE Series first appeared on Baeldung.       

Read source
dzone.com /1 month ago

Jakarta EE Glossary: The Terms Every Java Engineer Should Actually Understand

Most developers don’t have a problem writing code. They have a problem understanding the platform they are building on. And that difference shows up later — in architectural decisi...

Read source
infoq.com /1 month ago

Java News Roundup: OpenJDK JEPs, Jakarta EE 12, Spring Framework, Micrometer, Camel, JBang

This week's Java roundup for April 13th, 2026, features news highlighting: new OpenJDK JEPs; point releases of Apache Grails, Apache Camel and JBang; maintenances of Spring Framewo...

Read source
dzone.com /1 month ago

Using Java for Developing Agentic AI Applications: The Enterprise-Ready Stack in 2026

As agentic AI shifts from prototypes to enterprise production, Java emerges as a powerful alternative to Python-centric stacks. This article looks into building robust agentic appl...

Read source
dzone.com /1 day ago

Pragmatica Aether: Let Java Be Java

The Aberration We build Java applications like Go or Rust programs. Fat JARs. Docker images. Kubernetes deployments. Everyone does it, so it looks normal. It contradicts Java’s des...

Read source
javacodegeeks.com /1 month ago

MCP for Java Developers: A Practical Tutorial With Spring AI and the MCP Java SDK

The Model Context Protocol finally gives Java a universal plug for AI. Here is how to wire up your first MCP server and client in a Spring Boot application — from scratch, with wor...

Read source
feeds.feedblitz.com /3 weeks ago

JDBC Series

This series covers core JDBC operations from fundamentals to practical patterns. The post JDBC Series first appeared on Baeldung.       

Read source
dzone.com /1 month ago

Accelerating Your Software Engineering Career With Open Source and Jakarta EE

For decades, software engineering followed a relatively predictable path: learn the language, master the tools, deliver results, and progress. That model is quietly breaking. Today...

Read source
javarevisited.blogspot.com /2 weeks ago

The Java Hibernate Developer Reading List (6 Books That Matter)

Hibernate is one of the most popular, open-source ORM (Object Relational Mapping) framework, which has now become a standard for developing persistence layer on Java enterprise app...

Read source
javacodegeeks.com /3 weeks ago

MCP for Java Developers: A Practical Tutorial WithSpring AI and the MCP Java SDK

The Model Context Protocol gives AI models a standardized way to call your services, read your data, and use your tools — all without custom glue code. Here is everything a Java de...

Read source
dzone.com /1 week ago

Ujorm3: A New Lightweight ORM for JavaBeans and Records

"Do the simplest thing that could possibly work." — Kent Beck, creator of Extreme Programming and pioneer of Test-Driven Development.

Read source
dzone.com /1 month ago

Enterprise Java Applications: A Practical Guide to Securing Enterprise Applications with a Risk-Driven Architecture

Enterprise Java applications still serve business-critical processes but are becoming vulnerable to changing security threats and regulatory demands. Traditional compliance-based s...

Read source
infoq.com /2 weeks ago

Java News Roundup: GraalVM, Spring AI, JobRunr, GlassFish, Grails, Groovy, Quarkus Agent MCP

This week's Java roundup for May 4th, 2026, features news highlighting: OpenJDK JEPs targeted for JDK 27; the sixth milestone release of Spring AI 2.0; the first milestone release...

Read source
infoq.com /1 week ago

Java News Roundup: OpenJDK JEPs, Azul Payara, WildFly, LangChain4j, OpenXava, Google ADK

This week's Java roundup for May 11th, 2026, features news highlighting: three OpenJDK JEPs targeted for JDK 27; introducting Azul Payara Community and the WildFly wado CLI tool; p...

Read source
javacodegeeks.com /2 weeks ago

Spring Boot Dependency Injection using @Autowired

Spring Boot is a widely used framework for building production-ready Java applications with minimal configuration. At the core of Spring Boot lies the concept of Dependency Injecti...

Read source
javacodegeeks.com /2 weeks ago

Java HttpSession Object Storage

In Java web applications, maintaining user state across multiple requests is essential. Since HTTP is a stateless protocol, we use HttpSession to store user-specific data. One powe...

Read source
infoq.com /3 weeks ago

Java News Roundup: OpenJDK JEPs, GlassFish, Spring AI, JReleaser, A2A Java SDK, Google ADK, Gradle

This week's Java roundup for April 27th, 2026, features news highlighting: OpenJDK JEPs for JDK 27; the fifth milestone release of Spring AI 2.0; the second milestone release of Gl...

Read source
javacodegeeks.com /1 month ago

Hibernate 6 vs. Spring Data JDBC vs. jOOQ. Picking Your Persistence Strategy for the Virtual-Thread Era

JDBC is still blocking. Hibernate 6 added reactive support through Vert.x. jOOQ is reviewing its ThreadLocal usage for Loom compatibility. Spring Data JDBC gained first-class Intel...

Read source
dzone.com /1 month ago

Java in a Container: Efficient Development and Deployment With Docker

There is a specific kind of frustration reserved for Java developers who have just containerized their application. You spend hours optimizing your Spring Boot microservice, ensuri...

Read source
smartermsp.com /1 week ago

Tech Time Warp: Was Java too much of a good thing?

This edition of Tech Time Warp takes us back to 1995—the public debut of Java, the legendary “Write Once, Run Anywhere” programming language—and a textbook example of the security...

Read source
infoq.com /4 days ago

Java News Roundup: WildFly, Micronaut, Spring AI, Apache Fory, GlassFish Plugin, Open Liberty

This week's Java roundup for May 18th, 2026, features news highlighting: GA releases of WildFly 40, Micronaut 5.0, Maven Embedded GlassFish Plugin 8.0 and Apache Fory 1.0; the May...

Read source
feeds.feedblitz.com /1 month ago

Store Java Objects in HttpSession

Discover the key methods from the HttpSession interface to store, retrieve and remove Java objects from a session. The post Store Java Objects in HttpSession first appeared on Bae...

Read source
javacodegeeks.com /1 week ago

Serialization Is Still Java’s Biggest Attack Surface. What JEP 290 Actually Did and What It Didn’t

What JEP 290 actually did, what it genuinely left open, and how to write filters that hold up in the real world — not just on paper. Java deserialization has been described as “the...

Read source
javacodegeeks.com /1 month ago

OpenRewrite: The Automated Migration Tool That’s Quietly Changing How Teams Upgrade Java

It started at Netflix, migrated the Jakarta EE TCK, and is now the dominant automation tool for Java modernization according to InfoQ’s 2025 trends report. Most teams still haven’t...

Read source

Turn fresh research into a full content calendar

Use SocialBu to discover ideas, generate post drafts, and schedule them across your social channels.

Sources covering Enterprise Java

feeds.dzone.com

Recent coverage from public sources
Public source

javarevisited.blogspot.com

Recent coverage from public sources
Public source

smartermsp.com

Recent coverage from public sources
Public source

feed.infoq.com

Recent coverage from public sources
Public source

feeds.feedblitz.com

Recent coverage from public sources
Public source

javacodegeeks.com

Recent coverage from public sources
Public source