Posts tagged Payara Platform (4)
How to Update An Application Using JAXB from JDK 8 to JDK 11
Published on 18 Jun 2021
by Rudy De Busscher
Topics:
JDK 8,
Payara Platform,
JDK 11
|
0 Comments
The Java Architecture for XML Binding (JAXB) framework is used to easily convert between XML and Java class instances. You just have to define some annotations on the Java classes and properties and the framework uses those definitions to convert between them. But is also heavily used within the Java EE specification Java API for XML Web Services (JAX-WS) that implements the support for SOAP messages within Java Enterprise.
GlassFish 6.1 Should Not Be Used In Production: Here’s Why
Published on 27 May 2021
by Rudy De Busscher
Topics:
GlassFish,
JakartaEE,
Payara Platform
|
1 Comment
Earlier this week, Jakarta EE 9.1 was released. This is an update to Jakarta EE 9, adding support for JDK 11 - you can read more about it in our bloghere.
Alongside the Jakarta EE 9.1 release, GlassFish 6.1 has been released as a Compatible Implementation.
However, although GlassFish is still used by many - a legacy of the time it was supported by Oracle - we would argue it is NOT a good choice for running your enterprise applications in production.
If you are considering updating to more recent GlassFish versions, it might be better to consider more reliable, supported, and up-to-date alternatives. In this blog, I explain why GlassFish 6.x is not the best choice for your mission critical deployments.
How to Configure the HSTS Header on Payara
Published on 12 May 2021
by Rudy De Busscher
Topics:
Payara Platform,
New Releases
|
1 Comment
The HTTP Strict-Transport-Security response header (often abbreviated as HSTS) tells the browser that it should access the website only using HTTPS, instead of using HTTP.
The May 2021 releases of the Payara Platform, Community version 5.2021.3 and Enterprise version 5.28.0, allow you to configure the HSTS header.
May Payara Roadmap Overview Webinar
Published on 10 May 2021
by Priya Khaira-Hanks
Topics:
JakartaEE,
Payara Platform,
Payara Cloud
|
0 Comments
We kicked off the year with the Payara Roadmap for 2021. In this January webinar, Steve provided: detail on benefits of the Jakarta EE model; how the Payara Platform is evolving and moving toward Payara 6; updates and progress of the Payara Cloud project, our new PaaS product; and latest news regarding the next major OpenJDK release - JDK 17 Long Term Support (LTS) and what that means for Payara Platform.
Find a full-write up here:https://blog.payara.fish/payara-roadmap-2021
In this May update, Steve gives a check-in on how we are progressing along our roadmap, with a retrospective on the year so far and details on what the rest of the year is set to look like. He provides a snapshot of where we are in relation to the plans and projects he mapped out at the beginning of the year.
Steve also discusses the results of the Payara Platform 2021 Survey. If you haven't had a chance to read the full report and summary yet, make sure you do by following this link:https://blog.payara.fish/2021-payara-platform-survey-results
Payara Platform 2021 Survey Results
Published on 04 May 2021
by Priya Khaira-Hanks
Topics:
JakartaEE,
Payara Platform,
Payara Cloud
|
0 Comments
We’re pleased to announce that our 2021 Payara Platform Survey results are now available!
This survey was promoted to our audience between March and April 2021. We shared with Payara Platform Enterprise customers and Community users via social media, emails and blogs. Thank you so much to everyone who took the time to contribute!
April Payara Release Overview Webinar
Published on 27 Apr 2021
by Priya Khaira-Hanks
Topics:
JakartaEE,
Payara Platform,
Payara Cloud
|
0 Comments
Using a Data Source with JDBC (Video)
Published on 16 Mar 2021
by Debbie Hoffman
Topics:
Payara Platform,
Data source
|
0 Comments
JDBC is part of the Java SE specification. In this simple demo video by Rudy De Busscher, learn how to define the data source within the JDBC framework in under 8 minutes.
Payara Server on Microsoft Azure (Video Series)
Published on 08 Mar 2021
by Debbie Hoffman and Rudy De Busscher
Topics:
Microsoft Azure,
Payara Platform
|
4 Comments
In this video series created by Rudy De Busscher you’ll learn how to run an application which connects to a PostgreSQl database with Payara Server on the Microsoft Azure Platform in five short videos.
Using Oracle Database with Payara Platform (Video)
Published on 24 Feb 2021
by Debbie Hoffman
Topics:
Payara Platform,
Data source
|
0 Comments
In this simple demo video by Rudy De Busscher, learn how to configure the connection to the Oracle Database and how to use it with JPA or JDBC framework, and various options for using it with the Payara Platform.
Using a MySQL with Payara Platform (Video)
Published on 08 Feb 2021
by Debbie Hoffman
Topics:
Payara Platform,
Data source
|
0 Comments
In this simple demo video by Rudy De Busscher, learn how to configure the connection to the MySQL database and how to use it with JPA or JDBC framework, and various options for using it with the Payara Platform.