Posts tagged Jakarta EE (5)
Improving Responsiveness in Jakarta REST (JAX-RS) Services through Asynchronous Processing
Published on 19 Sep 2024
by Luqman Saeed
Topics:
REST,
Java,
Jakarta EE
|
0 Comments
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
Published on 18 Sep 2024
by Dominika Tasarz
Topics:
JakartaEE,
news and events,
Payara Events,
Java,
Jakarta EE,
Jakarta EE 11
|
0 Comments
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
Published on 13 Sep 2024
by Luqman Saeed
Topics:
REST,
Jakarta EE
|
0 Comments
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
Published on 10 Sep 2024
by Chiara Civardi
Topics:
Spring Boot,
Developer,
Jakarta EE
|
3 Comments
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
Published on 04 Sep 2024
by Chiara Civardi
Topics:
Payara Enterprise,
Migration,
Payara Community,
Jakarta EE,
open source
|
0 Comments
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?
Published on 03 Sep 2024
by Luqman Saeed
Topics:
New Releases,
Jakarta EE,
Jakarta Concurrency
|
0 Comments
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.
Nugget Friday: Simplify Module Imports in Java 23
Published on 23 Aug 2024
by Luqman Saeed
Topics:
Java,
Jakarta EE,
java 23
|
0 Comments
Welcome to this week’s Friday Nugget! In today’s post, we’re focusing on a new feature coming in Java 23 that’s set to make your coding life a little easier, especially if you’ve ever found yourself frustrated by the clutter of import statements: module import declarations. By leveraging such tool, you can streamline your Java code, reduce verbosity and enhance readability, making your development process more efficient.
Payara Cloud Connectivity: Linking Your Apps to Essential Backend Services
Published on 19 Aug 2024
by Luqman Saeed
Topics:
Cloud,
MicroProfile,
DevOps,
Developer,
Payara Cloud,
deployment group,
Getting Started with Payara Cloud,
Jakarta EE
|
0 Comments
Payara Cloud, our increasingly popular Payara as a Service (PaaS) offering, automates the cloud deployment of your Jakarta EE and MicroProfile applications, making it easy to connect to essential services that your application relies on. This post shows you how to connect your applications to the services they need. This quick tutorial applies whether those services are inside or outside your cloud environment, as long as they are reachable across the internet.
Payara Platform Roadmap Update - August 2024
Published on 15 Aug 2024
by Ilias Efstathiou
Topics:
Java EE,
DevOps,
Developer,
Payara Platform,
Java,
Jakarta EE
|
0 Comments
Now that we're eight months into 2024 (already!?), and in the middle of summer, it seems like a good time to catch up and update you on the Payara Roadmap for 2024 - let's see what we've done and what we are still planning to do for the rest of the year and beyond.
You can also watch the Payara Roadmap Update presented at the Virtual Payara Conference last month.
What's Coming in Jakarta EE 11?
Published on 07 Aug 2024
by Luqman Saeed
Topics:
Java EE,
Jakarta EE,
java se,
Eclipse Foundation
|
0 Comments
The 11th release of Jakarta EE, the open-source successor to Java EE whose advancement is led by the Eclipse Foundation, is still undergoing development. Scheduled for release later in 2024, Jakarta EE 11 will introduce a range of enhancements and new functionalities aimed at improving Java enterprise application development. Let’s take a quick look at what to expect.