Get Coding for a Chance to Win £3,000 - Payara Hackathon 'Generative AI on Jakarta EE' is On!

We're excited to announce that the 3rd edition of Payara Hackathon is now open for sign ups! Find out more !

The Payara Hackathon - Generative AI on Jakarta EE - will be running from the 2nd of October until the 6th of November and this time, we are challenging you to push the boundaries of enterprise Java development to create futureproof applications. This hackathon gives you the chance to create and showcase ground-breaking applications that harness the power of Generative AI within the Jakarta EE platform.

Whether you’re passionate about AI or a driven Java developer, this is your chance to innovate and help us showcase how Jakarta EE is a valuable solution for developing tomorrow’s apps. Winners will be spotlighted across our platforms, earn money prizes, and present their solutions to a worldwide audience.

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.

Eclipse Foundation’s New Open Regulatory Compliance Working Group Launch

The Eclipse Foundation is launching a new Open Regulatory Compliance Working Group on 24 September 2024. Payara Services is delighted to be a Participant member and the organization is keen to ensure as many development and security teams, small to medium-sized enterprises, and corporations as possible are aware of its work. And, of course, the more organizations that join the Open Regulatory Compliance Group, the stronger our impact can be. When we work together, we can better represent open-source software-related industries while the EU develops standards under the Cyber Resilience Act 2024 and subsequent data security compliance legislation.

In this blog post, we look at the history and development of the Eclipse Foundation as well as its new focus on cybersecurity compliance regulations through the new working group since July 2024.

The Payara Monthly Catch - September 2024

Ahoy crew! Welcome aboard the September edition of Payara’s Monthly Catch! As we chart our course toward the final quarter of the year, we’ve got a boatload of exciting updates, news and highlights from the Payara community and beyond. Here's our brief overview of must-read guides, in-depth tutorials, technical insights, and expert advice from September that will help you elevate your software development and deployment for enterprise Java applications!

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.

Payara Platform Enterprise 4 Lifetime Support 2025

Payara Platform 4 is reaching its End of Life, and the end of Extended Support is scheduled for the first quarter of 2025. 

However, we understand there are critical business reasons for which some of our customerscannot immediately transition some workloads to newer versions of the platform. To meet your legitimate business requirements, we are introducing the Lifetime Support model. This new offer replaces the Extended Support offeringfor this version and is designed to give you confidence that your business-critical applications will have enterprise level support to remain stable and secure during this transition period. 

This is your advance notice so that you can begin making plans to secure support for your existing infrastructure or to upgrade to Payara Platform 5 or 6. 

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!

Nugget Friday - Simplifying Multiline Strings with Java Text Blocks

Working with multiline strings in Java has historically been a challenge, often resulting in messy code that is hard to read and maintain. Whether you're dealing with SQL queries, JSON or HTML templates, managing escape characters and manual line breaks is a cumbersome process. In today's Nugget Friday, we'll look at how Text Blocks can redefine how developers handle multiline strings, making code cleaner, more readable and easier to maintain.

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.