Posts tagged Jakarta EE (3)

Successfully navigate application server shifts -  Inside CDL’s strategic migration to Payara

Pushing the boundaries of innovation in application development is a must for Insurtech providers whose goal is to deliver competitive advantage for customers, positioning them at the cutting edge of customer experience, operational efficiency and resilience. Succeeding in this goal often requires a full migration to a new application server to create advanced tech capabilities.

When one of the UK's leading technology service providers, CDL, aimed to re-engineer its flagship platform, it opted to migrate to Payara Server Enterprise as the most effective solution to support its goals.

Nugget Friday - Streamlining Configuration with MicroProfile Config

Managing configurations in enterprise Java application can often feel like a daunting task. As applications scale, configuration values become scattered across multiple files, formats, and environments—creating complexity and increasing the risk of errors. From juggling different settings for development, testing and production environments to dealing with the frustration of restarting applications for minor config changes, these challenges slow down development and impact productivity.

But what if there was a better way to manage configurations that are flexible, dynamic and type-safe?  This Nugget Friday, we discuss MicroProfile Config—a powerful, standards-based solution designed to simplify configuration management for Java EE and Jakarta EE applications.

Shaping Java's Future: Join the Jakarta EE Interest Group

The Java Platform is an essential technology platform for modern applications. The Jakarta EE collection of specifications, crafted on Java SE, is arguably the most widely used (directly and indirectly) development platform for enterprise applications on the Java Platform. Over the last couple of years, Jakarta EE has started evolving much faster to meet the rapidly changing needs of enterprises. However, this evolution could be improved to better address the future needs of the industry. This is why the Eclipse Foundation, the home of the Jakarta EE Platform, has introduced the Jakarta EE Future Directions Interest Group.

Get Ready for Devoxx Belgium 2024: Payara is Excited to See You There!

It's almost time for one of the most anticipated tech events of the year: Devoxx Belgium 2024! From October 7th to 11th, the Java developer community will gather at Kinepolis, in Antwerp, Belgium, for a week of networking, learning and exploring the latest in software development. With over 3,500 attendees expected, this conference promises to be a major highlight for developers, software engineers, tech enthusiasts as well as Payarans!

Improving Responsiveness in Jakarta REST (JAX-RS) Services through Asynchronous Processing

Speed and responsiveness are very important in the development and use of modern RESTful APIs in Java applications, as they help ensure efficiency and scalability, especially as businesses move towards cloud-native applications. The primary means of achieving high speed, responsiveness, efficiency and scalability is through asynchronous processing. It allows applications to handle requests efficiently and perform tasks without getting stuck, making things run smoother and faster for the user while supporting scalability.

In this post, we'll look at how asynchronous processing works in Jakarta RESTful Web Services (JAX-RS or Jakarta REST) and how to implement async patterns in JAX-RS to enhance your Java web services, so you can build powerful and scalable RESTful APIs in Java.

Join Live Webinar - Jakarta EE 11: What’s Next for Enterprise Java

Join us for this informational webinar lead by Tanja Obradovic, Java Programs Senior Manager at Eclipse Foundation and Andrew Pielage, Senior Software Engineer at Payara, where we’ll explore what’s coming in the highly anticipated Jakarta EE 11 release.
 
Designed to keep enterprise Java modern, productive, and aligned with the latest advancements in the Java ecosystem, Jakarta EE 11, coming in Autumn this year, introduces powerful new features, including support for Java SE 21 Virtual Threads, and Jakarta Data for simplified, cloud-native data access.

Jakarta EE 11: What’s Next for Enterprise Java

Monday, 30th of September, 2pm BST

Register: https://www.crowdcast.io/c/jakarta-ee-11-whats-next

Nugget Friday - Exploring Jakarta RESTful (JAX-RS) Web Services Validation

Welcome to this week’s Friday Nugget and congratulations, you've made it through the week! What better way to kick off the weekend than by talking about simplifying something that is essential to ensure that data flows smoothly between clients and servers, meeting all necessary formats, types and rules. Correct, we are talking about validation.

Mastering Java Frameworks: Power Up Your Jakarta EE Skills As A Spring Boot Developer

Jakarta EE, formerly known as Java EE (J2EE), and Spring Boot are the two de facto standards when it comes to enterprise Java applications, and the competition between these two alternatives to secure more market share has been going on for a while. Currently, many enterprise applications rely on Jakarta EE. However, most junior developers are familiar solely with Spring Boot. If you are a Spring Boot developer that needs to use or migrate to the Jakarta EE framework, we have created a guide to help you bridge your existing Spring Boot expertise with core Jakarta EE concepts.

How to Mitigate the Risks of Unsupported Open Source Technologies for Mission-Critical Applications

Open source technologies have become invaluable tools for software developers and software engineers focusing on innovation and experimentation. In particular, open source application servers can greatly help to accelerate project development, reduce costs and foster collaborative approaches within teams and across organizations.

However, when it comes to deploying mission-critical applications in production environments, open source runtimes that are unsupported can present significant risks, exposing businesses to unnecessary vulnerabilities.

What to Expect From Jakarta Concurrency 3.1 With Jakarta EE 11?

The upcoming release of Jakarta EE 11 is expected to feature a number of updated specifications. One of the key updates expected in this release is to Jakarta Concurrency, which will be advancing to version 3.1. This update is set to bring a host of new features and improvements aimed at making concurrent programming in Jakarta EE even more powerful and flexible.