Airhacks Interviews with Adam Bien
Published on 18 Mar 2019
by Jadon Ortlepp
Topics:
news and events
|
0 Comments
Recently two of our engineers sat down to have a chat with Adam Bien on his podcast airhacks.fm . The podcast discussion covered everything from their very first time programming to their current day issues and projects.
8 Movies Featuring Coding and Technology That Only Works in Hollywood
Published on 15 Mar 2019
by Jadon Ortlepp
0 Comments
In many films that feature computer technology, the film makers often find it necessary to apply some artistic license to its portrayal or force the audience to suspend belief for the sake of the plot. However, sometimes they simply ask too much from an educated audience! Here is a list of some of the worst offenders!
Why Use Docker with Payara Platform? Benefits for your Business
Published on 15 Mar 2019
by Andrew Pielage
Topics:
Payara Micro,
Docker,
Kubernetes
|
2 Comments
There's a lot of noise revolving around Docker at the moment, and with the current industry focus on the cloud, there's a good reason for that.
I hope you would already know why you might want to use Payara Platform in your business, so in this blog I'm going to focus more on why you'd specifically want to use it with Docker in a "business" context. For a start, if you're unfamiliar with Docker, please refer back to our introductory blog: What is Docker and How is it Used with the Payara Platform for a primer.
Payara Platform 4 Goes into Maintenance Mode
Published on 14 Mar 2019
by Rudy De Busscher
0 Comments
Introduction
At the end of February 2019, we started with the phase-out of the Payara Platform 4. It does not mean the end of it, but a first waypoint in the lifecycle of it. You can see all phases of a Payara Platform on our Support Lifecycle page on the website (https://www.payara.fish/support/support-lifecycle/)
Did You Know? You Can Now Rotate Access Log on Date Change in Payara Platform 5.191
Published on 12 Mar 2019
by Susan Rai
Topics:
Payara Platform 5,
Payara Server,
New Releases
|
0 Comments
Help Us Shape Your Journey to the Cloud!
Published on 08 Mar 2019
by Steve Millidge
Topics:
Java EE,
Cloud,
Cloud-native,
Microsoft Azure
|
0 Comments
One of our key goals for the Payara Platform is to enable developers to use the Java EE skills they have honed over many years to take advantage of new infrastructure, architectures and programming models. We fundamentally believe that a managed runtime platform combined with industry standard APIs like Java EE and in the future Jakarta EE is a perfect fit for cloud and containerized infrastructure. Java EE has always separated the development of applications from the construction and management of the infrastructure to run those applications using the concept of deployment artifacts. This has a natural fit to cloud and container platforms including in the future serverless models.
What's New in Payara Platform 191?
Published on 06 Mar 2019
by Andrew Pielage
Topics:
Payara Server 5,
Payara Platform,
New Releases
|
13 Comments
Did You Know? Payara Server Comes with Autocomplete Asadmin Commands!
Published on 26 Feb 2019
by Susan Rai
Topics:
Payara Platform 5,
Payara Support,
New Releases
|
0 Comments
Migration from Oracle WebLogic to Payara Server
Published on 26 Feb 2019
by Dominika Tasarz
1 Comment
What is Docker and How is it Used with Payara Server and Payara Micro?
Published on 19 Feb 2019
by Rudy De Busscher
Topics:
Docker,
Payara Platform
|
4 Comments
What is Docker?
Docker is a platform which makes it easier to create, deploy and run your applications using containers. A container bundles all the software needed to run it. By packaging the required dependencies, it makes it easy to run it on any machine, regardless of small configuration differences.