Using Payara Server with Docker
Published on 22 Apr 2020
by Jadon Ortlepp
Topics:
Docker,
JakartaEE,
Payara Server
|
4 Comments
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. This article will explain more about introducing Docker.
Getting Started with Payara Server
Published on 20 Apr 2020
by Jadon Ortlepp
Topics:
MicroProfile,
JakartaEE,
Payara Server
|
0 Comments
Video Tutorial - How to Create a Secure JSF JPA Application
Published on 17 Apr 2020
by Fabio Turizo
Topics:
Java EE,
Security,
JakartaEE
|
6 Comments
Utilising MicroProfile Healthchecks in a Cloud Environment
Published on 07 Apr 2020
by Andrew Pielage
Topics:
Payara Micro,
Microservices,
Healthcheck,
MicroProfile
|
1 Comment
MicroProfile Health is an API designed specifically for use in cloud and containerized environments, where you want to quickly determine if an instance of an application is unhealthy and restart it. How exactly do you use it though? In this session, I’ll run through how to add some health checks to your application, and how to configure a number of cloud providers and containers to effectively use them to restart your application instances.
Add Payara Server 5 to the Visual Studio Code Tutorial
Published on 03 Apr 2020
by Gaurav Gupta
Topics:
JakartaEE,
Payara Server 5 Basics,
Payara tools,
tutorial
|
17 Comments
The Payara Monthly Catch for March 2020
Published on 01 Apr 2020
by Jadon Ortlepp
Topics:
Java EE,
MicroProfile,
JakartaEE,
news and events,
Java
|
0 Comments
Securing Microservices with Auth0 and MicroProfile in Kubernetes without a hassle
Published on 30 Mar 2020
by Ondro Mihályi
Topics:
Microservices,
MicroProfile,
Kubernetes,
Conferences,
Java
|
0 Comments
In this day and age, securing enterprise platforms is a challenge that developers and consultants tackle in an uninformed manner, producing subpar solutions in most cases. To combat this pattern, third-party security services such as Auth0 have been devised to externalize the security of services, and they focus on stable implementations of common enterprise use cases (identity management, OAuth compatibility, and so on), and platforms such as Eclipse MicroProfile allow for their easy integration with enterprise Java microservices. Moreover, in combination with Kubernetes, MicroProfile is a very powerful tool to simplify securing microservices, monitoring them and creating reproducible deployments.
Payara Platform 201 : New Release Roundup
Published on 26 Mar 2020
by Debbie Hoffman
Topics:
What's New,
JakartaEE,
New Releases
|
0 Comments
Hot Deploy Feature in Payara Platform 5.201
Published on 23 Mar 2020
by Gaurav Gupta
Topics:
JakartaEE,
New Releases,
Payara tools
|
12 Comments
Being productive gives developers a sense of satisfaction and fulfillment. That's why increasing developer productivity is always our priority and we are consistently working towards improving the Payara Platform developer tools and the developer experience.
In this blog, we will show you how to configure a Project in the Apache NetBeans IDE to enable Auto Deploy and Hot Deploy mode.
The Auto Deploy and Hot Deploy mode are helpful for developers to run and test an application immediately after making changes to its sources without restarting the Server or manual redeployment to maximize your productivity where Auto Deploy is the feature of Apache NetBeans IDE and Hot Deploy is the feature of Payara Server. Hot Deploy mode is currently only supported in Apache NetBeans IDE as an experimental feature.
Payara Platform Supports TLS 1.3 on JDK 8
Published on 13 Mar 2020
by Susan Rai
Topics:
Security,
JakartaEE,
Payara Server,
JDK 8,
Java 8,
TLS,
TLS 1.3
|
0 Comments
Transport Layer Security (TLS) was introduced as a replacement for Secure Sockets Layer (SSL). TLS is a cryptographic protocol which provides secure communication between a client and a server. It also provides a mechanism by which information is not tampered with, falsified or read by anyone other than the intended receiver. TLS 1.3 was released in August 2018 to replace the widely used TLS 1.2. TLS 1.3 comes with stronger cryptographic algorithms and brings in major improvements in performance, security and privacy, which will be discussed in this blog.