What’s New In The August 2024 Payara Platform Release

We're pleased to announce the latest releases of Payara Platform, addressing key bug fixes and delivering component upgrades for improved performance and security. Thanks to these updates, users of Payara Platform Enterprise and/or Payara Platform Community, can benefit from a more reliable and optimized runtime environment.

Ensuring Seamless Operations and Maximum Profitability: Key Insights on Application Server Efficiency and SLAs - Part 2

Robust and efficient application servers are crucial for companies relying on software applications, whether supporting e-commerce platforms, financial services portals, or internal operations. To ensure smooth operations and deliver seamless services to users, it's essential to partner with vendors who can provide a system runtime that offers maximum uptime. This reduces costs and optimizes performance, profitability, and user satisfaction. Effective service level agreements (SLAs) with these vendors play a key role in minimizing disruptions and ensuring that your applications run efficiently and reliably. 

In this blog post, we share insights from industry players on what to look for in application runtime SLAs to minimize disruptions.

Join Live Webinar - GlassFish to Payara Platform Migration Roadmap

Are you currently using GlassFish 7 and considering a migration to Payara Server? This webinar will provide a comprehensive high-level roadmap for your transition, ensuring a smooth migration process and taking full advantage of the full potential of your Jakarta EE applications running on Payara Server.

GlassFish to Payara Platform Migration Roadmap

Wednesday, the 14th of August 2pm BST

Register: https://www.crowdcast.io/c/glassfish-to-payara-migration-aug-2024 

What's Coming in Jakarta EE 11?

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. 

Payara Podcast Episode 7: Keeping Projects Alive – A Conversation About Open Source Contribution

In the latest episode of the Payara Podcast, we talk to Lenny Primak. Lenny is an experienced software architect and developer - he’s been contributing to various open source projects for many years, including Apache, Jakarta EE and Payara.

Last month, in June 2024 we held the Virtual Payara Conference, and that’s where Lenny joined us for the Open Source contributors roundtable. We had a really interesting conversation then, but had limited time to discuss various aspects of his work on open source, so we thought it’d be best to give Lenny some more time to share his journey and his experience during the Payara Podcast so here we are - we hope you will enjoy listening to this episode !

The Payara Monthly Catch - July 2024

As August is about to unfold, we take some time to dive into the depths of Payara's resource base to gather for you the best pearls from July on Java, Jakarta EE, cloud computing, application development and devops. Our talented team has compiled an array of invaluable contributions designed to enhance your projects, meaning this month's roundup is packed with insightful guides, tutorials, technical insights and expert advice that you won't want to miss. 

How To Make Your Apps Work All The Time

With business running around the clock, customers and staff expect uninterrupted access to key software applications, making uptime essential to deliver optimum user experience. By implementing strategies aimed at keeping applications online, operational and responsive, companies can enhance their profitability, profile and overall competitiveness in the marketplace.

We interviewed our experts Luqman Saeed, Fabio Turizo and Patrik Duditš to help you with a few key tips on how to develop applications with high availability, consistency and reliability.

Nugget Friday - Statements Before super()

As Java developers, we’ve long grappled with the constraints of constructor logic and initialization.  In the past, if you needed to perform any operations before invoking the superclass constructor (via super()) in any class, you were often forced to rely on helper methods or extra constructors. This mostly ended up with cluttered, hard to read code as you needed to duplicate constructors or find workarounds. Let's look at how to address this in today's Nugget Friday!