Posts tagged Payara Cloud
New Guide: A Business Guide To Cloud Deployment Options For Jakarta EE Applications
Published on 02 Feb 2023
by Priya Khaira-Hanks
Topics:
Java EE,
Cloud,
JakartaEE,
Payara Cloud,
Jakarta EE
|
0 Comments
Simplify Jakarta EE in the Cloud!
Published on 12 Dec 2022
by Priya Khaira-Hanks
Topics:
Java EE,
Cloud,
MicroProfile,
JakartaEE,
Payara Cloud
|
0 Comments
What’s New in Jakarta REST 3.1 in Jakarta EE 10?
Published on 28 Nov 2022
by Luqman Saeed
Topics:
REST,
JakartaEE,
Payara Cloud,
Jakarta EE
|
0 Comments
The Representational State Transfer or RESTful architecture is a stateless, HTTP based communication standard for modern applications. It was originally proposed by Dr. Roy Fielding in hisPhD thesis. It has, over the years, become the default, programming language-agnostic means of enabling machine-to-machine communication. An application written in the Django framework in Python can have REST resources that are consumed by another application written in Java with Jakarta EE. Similarly, a Jakarta EE application can create resources that can be consumed by a C# application.
Deploying to Payara Cloud from a GitHub Action Workflow
Published on 05 Sep 2022
by Patrik Duditš
Topics:
CLI,
Cloud,
Cloud-native,
Payara Cloud,
Getting Started with Payara Cloud
|
0 Comments
Payara Cloud provides an easy-to-use user interface to allow your application to run in a managed cloud environment. While this is very convenient for configuration and troubleshooting work, integration in continuous deployment pipelines calls for something else.
Our answer is deploying to Payara Cloud using a GitHub Action Workflow and Payara Cloud Command Line (PCL).
Ignore Infrastructure and Concentrate on Code with Jakarta EE and Payara Cloud
Published on 26 Jul 2022
by Priya Khaira-Hanks
Topics:
Cloud-native,
JakartaEE,
Payara Cloud
|
0 Comments
Java EE, now Jakarta EE, makes it possible for developers to focus purely on the development of a Java enterprise application, solving the business logic without needing to think about infrastructure and operations when writing code. Payara Cloud extends this philosophy by also eliminating the need to worry about infrastructure and operations when preparing your application to run in the cloud. Together, Jakarta EE and Payara Cloud let you focus on writing code and delivering solutions to business challenges from the moment you write your first piece of code to the day people are using your application successfully on the cloud.
We are currently offering limited free previews of Payara Cloud to businesses - follow the link below:
Payara at the JakartaOne Livestream
Published on 13 Jan 2022
by Priya Khaira-Hanks
Topics:
Java EE,
Microservices,
MicroProfile,
Cloud-native,
JakartaEE,
Java,
Payara Cloud
|
0 Comments
The JakartaOne Livestream is a huge event in the Jakarta EE and MicroProfile calendar. Organised by the Eclipse Foundation, it is a one-day virtual conference for developers and technical business leaders.
It brings insight into the current state and future of Jakarta EE and related technologies focused on developing cloud-native Java applications.
VIDEO: Adam Bien - The Future is Now (Payara Cloud)
Published on 09 Nov 2021
by Priya Khaira-Hanks
Topics:
Java EE,
Microservices,
MicroProfile,
Cloud-native,
JakartaEE,
Java,
Payara Cloud
|
1 Comment
Adam Bien explored the possibilities of Payara Cloud in his recent talk for the 2021 J4K conference!
He used the Payara Cloud demonstration environment - with the caveat that the user interface is not completed yet - to demonstrate how our next generation application server creates a "serverless" environment; moving the "plumbing behind the scenes" so you only have to worry about selecting your WAR, clicking deploy, and running it on the cloud!
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.
How to Search Log Entries in Payara Cloud
Published on 05 Oct 2021
by Debbie Hoffman and Rudy De Busscher
Topics:
Payara Cloud,
Getting Started with Payara Cloud
|
0 Comments
Payara Cloud (launching soon!) delivers an easier way to run your Jakarta EE applications on the cloud. You can upload any web application that follows the Jakarta Web profile specification and click deploy - Payara Cloud will configure and run it in a containerized Payara Micro instance.
Unlike building an application server deployment on a Cloud Infrastructure as a Service or on raw Kubernetes, Payara Cloud takes on a Platform as a Service (PaaS) role and handles provisioning of the infrastructure, installation, configuration, deployment, and scaling your application to eliminate costs and reduce the risks of managing Jakarta EE application servers on Cloud.
You can search the log entries easily within Payara Cloud if you suspect errors or expect a message within the log file.
'Serverless Kubernetes without YAML' - Adam Bien's interview with Patrik Duditš
Published on 07 Sep 2021
by Jadon Ortlepp
Topics:
JakartaEE,
Payara Cloud
|
0 Comments
In a recent episode of the Airhacks podcast, host Adam Bien interviewed Payaran Patrik Duditš who is in charge of our Payara Cloud project.