Posts tagged Payara Cloud (5)
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.
'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.
Adam Bien: Overview of Next Generation Cloud Java Runtimes (Video)
Published on 22 Jul 2021
by Priya Khaira-Hanks
Topics:
Cloud,
Payara Cloud
|
0 Comments
As part of Closed Beta testing, we offeredJakarta EEexpert, Java Champion,bloggerand podcaster,Adam Biena trial of our next-generation cloud-native application runtime, Payara Cloud.
He went on to discuss Payara Cloud as an alternative to HelidonandQuarkus; a 'serverless server'. He included it in hisMid-Year 2021 Observations and Reflectionsand created a video with hisinitial thoughts. Read our previous blog, rounding up his comments so far,here.
At theJ4Kconference this year, he went into further detail. He told viewers:“I really like the idea [of Payara Cloud]. Why? Because it is the opposite of where everyone is going with smaller and smaller runtimes, you can go that route or another route.” You can now view the video of this talk to watch him demonstrate Payara Cloud live and see how he reached this conclusion.
Watch Adam Bien Trial Payara Cloud! (Video)
Published on 24 Jun 2021
by Priya Khaira-Hanks
Topics:
Cloud,
Payara Cloud
|
1 Comment
Adam Bien is a well-known expert in the world ofJakarta EE. He is a freelancer, author, Java Champion andblogger, providing resources and training materials, and is host of theAirHacks.FM podcast - where he regularly talks to the leading experts in the Java and Jakarta EE community, with recent guests including PayaransLenny PrimakandRudy De Busscher.
As a long time user of the Payara Platform - regularlyrecommending it as a solution to GlassFish problems - we were keen to offer him a trial ofPayara Cloud, our next generation of cloud-native application runtime. Payara Cloud offers an easier way to run Jakarta EE apps on the cloud, allowing you to simply select your war, click deploy, and watch your apps run - automatically, like magic!
As part of our Payara Cloud Closed Beta testing, we offered him a trial of the software. He created a concise video showing his experience using serverless MicroProfile and Jakarta EE on Payara Cloud. Watch it now to find out what his first thoughts were in his own words.
Do You Really Need Kubernetes?
Published on 09 Jun 2021
by Rudy De Busscher
Topics:
Cloud-native,
Kubernetes,
Containers,
Payara Cloud
|
0 Comments
These days, it seems Kubernetes is a topic that is never too far from people's lips. The tool, and the associated tools built around it, are talked about so often it seems it's the only subject important to developers these days - especially as the IT world becomes increasingly orientated towards cloud and microservices.
But in spite of all the conversation around Kubernetes... do you really need Kubernetes for your environment? Or is it just another case of the next 'new and shiny' object, with people distracted by the novelty and possibility, rather than the facts? In this blog, I'll take a closer look at why Kubernetes might be a case of the hype outweighing the helpfulness in most cases.