Posts tagged Payara Platform (5)
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.
Using PostgreSQL with Payara Platform (Video)
Published on 01 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 PostgreSQL database and how to use it with the Payara Platform using either the Admin Console, Asadmin CLI tool, or the DataSource definition.
Payara Roadmap 2021
Published on 29 Jan 2021
by Debbie Hoffman
Topics:
What's New,
news and events,
Payara Platform,
Payara Cloud
|
4 Comments
Using a Data Source with JPA (Video)
Published on 19 Jan 2021
by Debbie Hoffman
Topics:
Payara Platform,
Data source
|
0 Comments
JPA is an object relational mapping framework. In this simple video, Rudy De Busscher shows you how to define the data source within the JPA framework in under 8 minutes.
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.