Posts tagged JakartaEE (19)
Payara Services Celebrates the Release of Jakarta EE 9
Published on 08 Dec 2020
by Priya Khaira-Hanks
Topics:
Java EE,
Eclipse,
JakartaEE
|
0 Comments
As leading contributors to the Jakarta EE project, Payara excitedly welcomes Jakarta EE 9 - now officially released!
Announced at today’s Jakarta One Livestream, the headline breaking change is the move from the package namespace javax to jakarta across the Jakarta EE 9 Platform, Web Profile specifications, and related TCKS.
Through our involvement in the Eclipse Foundation Jakarta EE Working Group, we are proud to play a major role in shaping, improving and championing Jakarta EE 9. The specifications will be key to the evolution of cloud native technologies for Java, also central to Payara's mission.
Payara Server Web Profile is Jakarta EE 8 Web Profile Compatible
Published on 07 Dec 2020
by Debbie Hoffman
Topics:
JakartaEE,
news and events
|
0 Comments
Payara Server Web Profile (Enterprise Edition 5.23.0 and Community Edition 5.2020.6), has passed the approximately 18,000 open sourced licensed Jakarta EE 8 TCKs for the Web Profile Platform and is now a Jakarta EE 8 Web Profile compatible implementation. Payara Server is available for download here.
The Payara Monthly Catch from November 2020
Published on 01 Dec 2020
by Priya Khaira-Hanks
Topics:
Java EE,
MicroProfile,
JakartaEE
|
0 Comments
10 Strategies for Developing Reliable Jakarta EE Applications for the Cloud
Published on 27 Nov 2020
by Fabio Turizo
Topics:
Java EE,
Microservices,
Clustering,
Scalability,
Cloud,
Monitoring,
Cloud-native,
JakartaEE,
Payara Platform
|
0 Comments
What happens when an application designed for a small user base needs to be scaled up and moved to the cloud?
It needs to live in a distributed environment: responding to an appropriate number of concurrent user requests per second and ensuring users find the application reliable.
Though Jakarta EE and Eclipse MicroProfile can help with reliable clustering, there is no standard API in Jakarta EE that defines how clustering should work currently. This might change in the future, but in the meantime, this gap must be filled by DevOps engineers.
In this blog, we will cover 10 technical strategies to deal with clustering challenges when developing Jakarta EE and MicroProfile for cloud environments.
November 2020 - What's New Release Video
Published on 23 Nov 2020
by Jadon Ortlepp
Topics:
JakartaEE,
New Releases,
Payara Enterprise,
Payara Community
|
0 Comments
We recently held our regular monthly online event hosted by Rudy De Busscher to discuss the recent updates and enhancements to the Payara Platform in the latest release. For this months theme we also had a community discussion about the monitoring tools available in the Payara Platform, and our future plans.
Building Modern Web Applications With Jakarta EE, NoSQL Databases and Microservices
Published on 16 Nov 2020
by Otavio Santana
Topics:
Java EE,
JakartaEE
|
3 Comments
For many years, Java EE has been a major platform for mission-critical enterprise applications. In order to accelerate business application development for a cloud-native world, leading software vendors collaborated to move Java EE technologies to the Eclipse Foundation where they continue to evolve under the Jakarta EE brand.
What's New in the Payara Platform November Release?
Published on 11 Nov 2020
by Dominika Tasarz
Topics:
What's New,
MicroProfile,
JakartaEE,
New Releases
|
0 Comments
We're happy to announce that Payara Platform Community 5.2020.6 (direct download here) and Payara Platform Enterprise 5.23.0 (request here) Editions are out !
With this major release of Payara Platform Enterprise, we're introducing OpenAPI Refactor and some further improvements to Payara InSight. Meanwhile, the Payara Community Edition adds support for Payara Micro in the Eclipse IDE and a number of useful MicroProfile enhancements.
Read more below to find out the details, and don't miss our Release Overview virtual event next week, which is now open for registrations on Meetup here.
The Payara Monthly Catch from October 2020
Published on 02 Nov 2020
by Jadon Ortlepp
Topics:
Java EE,
MicroProfile,
JakartaEE,
news and events,
Java
|
0 Comments
As we approach the release of Jakarta EE 9, we’ve rounded up blogs and podcasts that are looking ahead to the transition. We also found several useful articles on improving your use of Kubernetes in the Cloud, which continues to be a hot-button topic!
In this round up you will find a curated list of some of the most interesting news, articles and videos from the last month. Can't wait until the end of the month? Visitour Twitter page where we post all these articles as we find them!
October Payara Roadmap Overview Webinar
Published on 26 Oct 2020
by Jadon Ortlepp
Topics:
JakartaEE,
Payara Platform,
Payara Cloud
|
0 Comments
In this Roadmap Overview Webinar, Payara CEO Steve Millidge discusses the current Roadmap for Payara Platform, a retrospective on the last few months, what can be expected in upcoming releases and the latest news on Jakarta EE 9 and beyond. And even a few words on our not so secret, revolutionary project - Payara Cloud.
Notifier API Updated for Payara Server Community Edition
Published on 20 Oct 2020
by Debbie Hoffman
Topics:
JakartaEE,
New Releases,
Extensions,
Notifier
|
0 Comments
Previously, Payara Server did not offer a convenient way to add extensions. If you wanted to add an extension, you had to download the Payara Server code base, build the entire repository, write your own extension and module, and basically act as a developer. We’re working to create a simplified way to add extensions to Payara Server, starting with the Notifier API.