Innovative Concurrency: Mastering Jakarta EE with Java 21's Virtual Threads - Webinar Recording
Published on 09 Jan 2024
by Dominika Tasarz
Topics:
news and events,
Payara Events,
Jakarta EE
|
0 Comments
Unleash the power of concurrency in your Jakarta EE applications on the Payara Platform by diving into the world of multi-threaded programming. This hands-on webinar - WATCH HERE - explores the different approaches to writing multi-threaded applications on the Jakarta EE Platform, with a special spotlight on the groundbreaking virtual threads introduced in Java 21.
As applications grow in complexity, ensuring smooth and efficient execution becomes paramount. Multi-threading is a great tool in your developer arsenal, facilitating concurrent task execution, significantly improving application performance and responsiveness. The introduction of virtual threads in Java 21 has further broadened the horizon, offering a simplified, high-throughput concurrency model.
Payara Micro vs. Payara Server: When to Use What?
Published on 08 Jan 2024
by Luqman Saeed
Topics:
Payara Micro,
MicroProfile,
Payara Server,
Jakarta EE
|
2 Comments
The Payara Platform is a comprehensive ecosystem designed to meet the diverse needs of today's enterprise Java developers like you, offering robust solutions for Jakarta EE applications. The Platform is split into two main products, namely Payara Server and Payara Micro.
Let's Write History with Code! - Payara Podcast Episode 4
Published on 05 Jan 2024
by Dominika Tasarz
Topics:
Java 11,
Java,
Jakarta EE,
podcast,
open source,
Java 21
|
0 Comments
In this podcast episode, we would like to invite you to listen to the conversation we had with Otavio Santana. Otavio is a passionate architect and software engineer and a very prominent persona in the Java EE and Jakarta Community. He is a Java Champion, recognized for his vast contributions to the Java and open source ecosystem. He is a committer and leader in several open source products and specifications.
Head over toSpotifyorYouTube to listen to the conversation and subscribe for more episodes!
What’s new with MicroProfile 6.1?
Published on 04 Jan 2024
by Alfonso Altamirano
Topics:
What's New,
MicroProfile
|
0 Comments
Payara Monthly Catch - January 2024 Edition!
Published on 02 Jan 2024
by Valentina Kovacic
Topics:
What's New,
Java EE,
news and events,
Java
|
0 Comments
Happy New Year!
As we step into 2024, let's take a look back at the innovations, events and news that shaped December 2023, and gear up for an exciting year ahead!
Read below for a summary of the most newsworthy, useful and interesting Java industry news, conferences & events, new guides and tutorials.
Payara for Beginners - Getting Started with Payara Platform 6
Published on 29 Dec 2023
by Ilias Efstathiou
Topics:
Payara Micro,
Payara Server
|
0 Comments
Watch the Recording - Build Flexible Jakarta EE Applications With Apache CouchDB NoSQL Database
Published on 27 Dec 2023
by Dominika Tasarz
Topics:
Payara Events,
Jakarta EE
|
0 Comments
Are you a Jakarta EE developer interested in leveraging the power of NoSQL databases for your applications? This webinar - watch the recording here - is designed specifically to introduce you to the world of NoSQL through CouchDB, a high-performance, scalable database ideal for cloud-native applications.
Securing Jakarta EE Applications with MicroProfile JWT
Published on 20 Dec 2023
by Luqman Saeed
Topics:
Security,
MicroProfile,
Jakarta EE,
keycloak
|
0 Comments
Securing applications is a critical aspect of modern software development, ensuring that only authorised users can access sensitive functionalities and data. In the realm of Java enterprise development, one of the robust solutions for securing applications is the use of MicroProfile JWT (JSON Web Tokens). This approach combines the strengths of Jakarta EE, with the agility and portability of MicroProfile standards, particularly for microservices architectures.
Download the Guide -
Securing Jakarta EE Applications with MicroProfile JWT
What’s New In The December 2023 Payara Platform Release?
Published on 18 Dec 2023
by Luqman Saeed
Topics:
What's New,
Payara Enterprise,
Jakarta EE
|
0 Comments
Diving into the digital depths with a surge of enhancements, the December 2023 release of Payara Platform has arrived. This release comes with significant improvements, bug fixes, and component upgrades, further enhancing the robustness and capabilities of the Payara Platform for Jakarta EE and MicroProfile applications.
Payara Enterprise 6.9.0 (request your free trial here) comes with 3 improvements, 4 bug fixes and 7 component upgrades. Payara Community 6.2023.12 (download here) also comes with 2 improvements, 3 bug fixes and 7 component upgrades.
Revolutionising Java Collections: The Advent of Sequenced Collections in Java 21
Published on 15 Dec 2023
by Luqman Saeed
Topics:
Java,
Java 21
|
1 Comment
Java has been a staple in the software development world for decades, renowned for its robustness and vast ecosystem. However, some seasoned Java developers have encountered limitations within its collections framework, particularly when dealing with ordered elements. Enter JEP 431. JEP 431, part of the Java Enhancement Proposal system, represents a significant advancement in Java's ongoing evolution. The Java Enhancement Proposal system is a process for proposing, reviewing, and implementing new features in the Java programming language. JEP 431, in particular, introduces necessary enhancements to the Java Collections Framework, addressing longstanding limitations and expanding its capabilities for us Java developers.