WATCH VIDEOS NOW: JakartaOne Portugese & Spanish
Published on 14 Oct 2021
by Priya Khaira-Hanks
Topics:
Java EE,
Microservices,
MicroProfile,
JakartaEE,
Java
|
0 Comments
Iberian & South American Payara Platform users: we have recently participated in both theJakartaOne - PortugeseandJakartaOne - Spanishvirtual conferences!
You can now catch up on the videos: vendor talks, discussing what we do at Payara Services, benefits of our products, and more about our customers; and at Jakarta One - Spanish, an informative microservices security talk, using identity platformOkta.
VIDEO: Jakarta Concurrency, What's Next.
Published on 12 Oct 2021
by Priya Khaira-Hanks
Topics:
Java EE,
Microservices,
MicroProfile,
JakartaEE,
Java
|
0 Comments
A key goal of Jakarta Concurrency is creating a simple path betweenJava SEandJakarta EE (previously Java EE) - making it easy for organisations scaling up to migrate their mission-critical applications to the enterprise-orientated Jakarta EE specifications.
Steve Millidgeexplained more in hisEclipse FoundationJakarta EE Tech Talk. You can now watch the video!
Official Microsoft Azure Sample for Payara Micro
Published on 07 Oct 2021
by Priya Khaira-Hanks
Topics:
Cloud-native,
JakartaEE,
Microsoft Azure,
Payara Cloud
|
0 Comments
Payara Server has a strong relationship withMicrosoft Azureand theJava at Microsoft team - and now, there's an official best practice Azure Sample for running Payara MicroonAzure Kubernetes Service(AKS)!
This is a reaction to more and more Azure customers wanting to run Payara on Azure, with many moving from GlassFishto Payara Micro on AKS. It also precedes the next step for Azure and Payara: releasingPayara Cloud as a PaaS running on Azure.
The Payara Monthly Catch: September 2021
Published on 01 Oct 2021
by Priya Khaira-Hanks
Topics:
Microservices,
MicroProfile,
JakartaEE
|
0 Comments
We hope you enjoy our September Payara Monthly Catch - a collection of articles, videos & podcasts around Java, Jakarta EE, MicroProfile, open source and cloud computing!
This month the major news for the Enteprise Java community community was the release ofJDK 17, the next Long-Term Support (LTS) OpenJDK release. Find our pick of the best resources relating to this below, including Payaran Rudy De Busscherexplaining how Payara Platform will soon support JDK 17 and why.
TheEclipse FoundationJakarta EE Developer Surveyresults also came out, revealing that Java EE 8, Jakarta EE 8 and Jakarta EE 9 are now hitting the mainstream, with 75% adoption among respondents.
It's also been a great month for resources and compatabilities for our related technologies: Jelastic has introduced an auto-clustering option for use with Payara, andAzure produced an official best practice sample. More related technologies are realising how many of their users want to use Payara Platform, and creating tools to make this easier!
Why Payara Platform Only Supports LTS Versions of JDK
Published on 29 Sep 2021
by Rudy De Busscher
Topics:
Payara Platform 5,
Java 8,
Java 11,
java 17
|
0 Comments
Using Hazelcast SQL with Payara Micro
Published on 27 Sep 2021
by Rudy De Busscher
Topics:
Payara Micro,
Hazelcast,
Clustering,
domain data grid
|
0 Comments
Co Authored with Nicolas Frankel (Hazelcast Developer Advocate), this article is also available as a PDF.
The Hazelcast In-Memory Data Grid (IMDG) is an efficient method of storing data in a distributed way within the memory of the different processes of the cluster. Because it is distributed, searching the data locally requires 'moving' the data to your instance so it can be accessed, which is not overly efficient. Hazelcast SQL allows distributed queries which perform the search where the data is, and then transfers only the results to your process. Since the Payara products already use Hazelcast IMDG, using the Hazelcast SQL capabilities is straightforward: just add the additional JAR library to start using it.
Getting Started with Jakarta EE 9: Jakarta Faces (JSF)
Published on 24 Sep 2021
by Rudy De Busscher
Topics:
JakartaEE,
getting started with Jakarta EE
|
8 Comments
With Jakarta Faces, you can build user interfaces for web applications, including UI components, state management, event handing, input validation, page navigation, and support for internationalization and accessibility. It is a server-side framework that allows for rapid development of web applications, mainly administrative applications which are data entry and business logic heavy. The web pages are created by defining the components that are required and the events that are triggered by the user, and the rendering happens in a separate phase that can be customised to your needs.
In this blog, we mention a few features of Jakarta Faces 3.0 as it is one of the largest specifications of Jakarta EE 9.
Getting Started with Jakarta EE 9: Jakarta Persistence API (JPA)
Published on 22 Sep 2021
by Rudy De Busscher
Topics:
getting started with Jakarta EE
|
1 Comment
With the Jakarta Persistence API, the system can perform the serialization of Java Objects into the Database or read data into objects. You can use Jakarta JPA to read and write Java instances easily from and to the database.
With the help of annotations on Java classes and instance variables, the mapping is defined between the Java world and the database world.
In this blog, we cover some of the basic aspects of the JPA specification and how you can use it. The specification is rather large so make sure you also consult some documentation and other resources to find out all the capabilities of the specification.
Did You See Our Latest Payara Platform Releases? Users Helped Shape Them!
Published on 20 Sep 2021
by Priya Khaira-Hanks
Topics:
New Releases,
Payara Community
|
0 Comments
As a proud open-source business, we value the contributions of our community of users - driving the Payara Platform forward and shaping its development.
Users can suggest and make improvements or bug fixes by issuing a pull request on GitHub. We then reward our contributors with Payara 'swag' - t-shirts, stickers and pens!
Client Certificate Authentication Improvements in Payara Server July and September 2021 Releases
Published on 17 Sep 2021
by Rudy De Busscher
Topics:
What's New,
Security,
Payara Server 5,
New Releases
|
3 Comments
SSL certificates are used for several features within Payara Server. You can configure your custom certificate for the TLS based connections the Payara Server is serving when using a custom domain name. And those certificates can be used for authentication purposes to identify the caller, mainly in a machine to machine communication.
With the July and September 2021 Payara Server releases, we have implemented two new features to improve the usage of these custom SSL certificates.