Articles by Tag #jakarta

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Java Trends to Watch for in 2024: Key Developments Shaping the Future of Development

As Java continues to evolve, developers are paying close attention to emerging trends that can shape...

Learn More 22 0Oct 28 '24

Upgrading Your Application to Java 17: A Step-by-Step Guide for Developers

Hello, Developers! In this blog post, I’ll guide you through the process of updating your existing...

Learn More 5 0Oct 22 '24

How well did Jakarta EE 11 respond to the needs of developers?

Crossposted on Ed Burns Blog. Executive Summary The Jakarta Steering Committee chartered...

Learn More 5 0Sep 26 '24

A Practical Introduction to CDI and Weld SE // The Basics

Introduction One of the ways to ensure that applications do not become overly complex as...

Learn More 3 0Mar 29

UnsupportedDataTypeException: Migrating from javax.mail to jakarta.mail

While migrating a simple SMTP mailer class from javax.mail to the current jakarta.mail, I ended up...

Learn More 2 0Sep 2 '24

Jakarta Validation

Jakarta Validation (Bean Validation) no Spring Boot 🚀 O Jakarta Validation, anteriormente...

Learn More 1 0Jan 31

Unveiling Challenges with @Named

In the ever-evolving landscape of Contexts and Dependency Injection (CDI), developers frequently...

Learn More 1 0Aug 28 '24

Jakarta EE, Java & Jboss compatibility.

I recently had to run a feasibility check to upgrade an application from Jboss 7 to Jboss 8 ....

Learn More 0 0Nov 4 '24

Ed's JavaLand 2025 Session Picks

Cross posted at Ed's blog. I'm very blessed to have the opportunity to speak at the 11th anniversary...

Learn More 0 0Feb 26

The Rise and Impact of Online Motorcycle Taxis (Ojol) in Indonesia

The Rise and Impact of Online Motorcycle Taxis (Ojol) in Indonesia In recent years, Indonesia has...

Learn More 0 0May 26

Jakarta validation annotations on the wrong place

During work on my current project I tried to find the optimal solution how to validate the arguments...

Learn More 0 0Jun 13

Creating Custom Constraints: Writing Your Own @NotNull Annotation

When building Java applications, especially with frameworks like Spring or Jakarta EE, validation...

Learn More 0 0Apr 28

Quando usar Jakarta Validation

As anotações de validação do Jakarta Validation (Bean Validation) (@NotBlank, @Size, @Email, etc.)...

Learn More 0 0Jan 31