Payara Boosts Cybersecurity Credentials as CVE Numbering Authority
Published on 02 Jun 2023
by Fabio Turizo
Topics:
Security,
news and events
|
0 Comments
Vulnerability Affecting Server Environments On Java 1.8 on Updates lower than 1.8u191
Published on 28 Mar 2023
by Fabio Turizo
0 Comments
The vulnerability in question is CVE-2023-28462, which was requested directly by Payara.
Payara Platform & “Spring4Shell”
Published on 06 Apr 2022
by Fabio Turizo
Topics:
Spring Boot,
Security,
JakartaEE,
news and events
|
0 Comments
Easy Jakarta EE Integration Testing with the Payara Platform and Testcontainers
Published on 24 Mar 2022
by Fabio Turizo
Topics:
Docker,
How-to,
Cloud,
JakartaEE
|
0 Comments
One major issue when developing modern enterprise applications is the "works on my machine" problem: when an application works well on your machine but is not functional in production or even on a colleague's machine. An even more prevalent problem is to maintain the quality of ever-changing applications during development and maintenance.
This is especially prevalent when Jakarta EE applications are developed and not properly tested in an isolated and cohesive manner. Proper integration testing helps to avoid both the "works on my machine" problem, and ensures developers can change the application effectively without breaking it. However often teams struggle with it, due to a lack of standardized testing solutions and the unpredictability of real-world conditions.
Here, I present an effective method for Jakarta EE integration testing, using Payara Platform and Testcontainers in my example.
Payara Micro 5によるUber JARの作成
Published on 18 May 2021
by Fabio Turizo
Topics:
What's New,
Maven,
Payara Micro,
Microservices,
Docker,
Uber JAR,
DevOps,
Japanese language
|
0 Comments
Payara Microでは、Webアプリケーションを自己完結型で簡単に実行することができます。2016年5月のPayara Serverリリースからは、WARファイルの内容とPayara Microを構成するクラスやリソースを束ねる “Uber JAR” を作成する簡単な方法があります。
この “Uber” Jarは、Dockerコンテナ内でアプリケーションを実行するための最良の方法ではないことに注意してください。アプリケーションに小さなコード変更を加えるたびに、バイナリ全体のアップデートが必要になるためです。より良い方法は、Payara Microインスタンスを起動して、インストールが必要なアプリケーションを指定することです。詳細については Payara Micro Docker Image documentation をご覧ください。
(最終更新日 2021/04/06)
How to Improve Domain Data Grid Performance
Published on 26 Jan 2021
by Fabio Turizo
Topics:
Microservices,
Clustering,
How-to,
Payara tools
|
0 Comments
One of the cornerstones of any modern Payara Platform architecture is the use of the Domain Data Grid. The Domain Data Grid allows multiple Payara Server or Payara Micro instances to join and form a robust cluster of interchangeable nodes that can share data between each other and grant High Availability and Failover capabilities to any applications deployed in the cluster.
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.
Sigue tu aplicación en la nube en tiempo real con MicroProfile Metrics!
Published on 01 Nov 2020
by Fabio Turizo
Topics:
MicroProfile,
Spanish language,
Conferences
|
0 Comments
Common Issues with Eclipse GlassFish You Won't Have with Payara Server
Published on 21 Sep 2020
by Fabio Turizo
Topics:
GlassFish,
GlassFish Migration,
JakartaEE,
Notifier
|
0 Comments
Our Documentation Has Moved!
Published on 01 May 2020
by Fabio Turizo
Topics:
news and events,
Payara Platform
|
0 Comments