Effortless Jakarta EE: Deploying Apps Directly from Your Java main() Method With Payara Micro
Published on 07 Mar 2024
by Luqman Saeed
Topics:
Payara Micro,
Java,
Jakarta EE
|
0 Comments
Customizing Payara Micro with Command-Line Options
Published on 26 Feb 2024
by Luqman Saeed
Topics:
Payara Micro
|
0 Comments
Payara Micro is a microservices optimised, cloud-first Jakarta EE runtime capable of executing WAR files directly from the command line, eliminating the need for a conventional application server setup. This efficient method, coupled with its versatility and extensive functionality, makes Payara Micro an ideal choice for simplifying your Jakarta EE development process. Its wide array of command-line options is designed to simplify configuration and management, further enhancing its appeal.
What’s New In the February 2024 Payara Platform Release
Published on 21 Feb 2024
by Luqman Saeed
Topics:
Payara Micro,
Cloud,
Payara Enterprise,
Payara Cloud,
Jakarta EE
|
0 Comments
We are happy to announce the February 2024 release of Payara Platform Enterprise 6.11.0 (request free trial here) and Payara Platform Community 6.2024.2 (download here) are available!
This month's release comes with a number of enhancements, bug fixes, component upgrades, and new capabilities aimed at improving the stability and developer experience of the Payara Platform for you. See below for the details.
5 Features You Didn't Know About Payara Micro
Published on 05 Feb 2024
by Luqman Saeed
Topics:
Java EE,
MicroProfile,
Jakarta EE
|
0 Comments
Payara Micro is a lightweight Jakarta EE and MicroProfile runtime optimized for containerization and microservices. Given the rise of cloud native and containerized application deployments, Payara Micro is a great choice for when you need consistent performance from a smaller runtime. In this blog post, we take a look at five Payara Micro features that you may not know about.
Elevate Your Brand with Custom Domains on Payara Cloud
Published on 02 Feb 2024
by Luqman Saeed
Topics:
Payara Cloud,
Jakarta EE
|
0 Comments
Payara Cloud is our robust platform designed to simplify and streamline the deployment, management, and monitoring of your Jakarta EE and MicroProfile applications. By eliminating the need for much of the usual server configuration and maintenance, it allows you to focus more on your core business logic, delivering value much faster to your customers.
What’s New in the January 2024 Payara Platform Release?
Published on 29 Jan 2024
by Luqman Saeed
Topics:
New Releases,
Payara Enterprise
|
0 Comments
Splashing into the new year with vigor, the Payara Engineering kitchen announces the first release of Payara Platform for 2024.
This release brings enhancements, security fixes, and bug fixes, ensuring a more robust and efficient environment for your mission critical workload. Payara Enterprise 6.10.0 (request free trial) comes with 2 improvements, 4 bug fixes, 10 component upgrades and 2 security fixes. Payara Community 6.2024.1 (download here) also comes with 2 improvements, 4 bug fixes, 10 component upgrades and 2 security fixes.
Secure Your Java Applications with Passay: The Essential Password Utility Library
Published on 29 Jan 2024
by Luqman Saeed
Topics:
Security,
Java
|
0 Comments
In the digital age, where data breaches are common and privacy is paramount, ensuring users use strong passwords is the first step to securing applications from never-ending threats. Passay, a Java password generation and policy management library helps enhance the security layer of any Java application. Let's dive into the core components of Passay in this blog post to see how you can employ it in your own applications.
How Fast Can You Java?
Published on 17 Jan 2024
by Luqman Saeed
Topics:
Java
|
0 Comments
The Java Platform, over the years, has shown how resilient and reliable a development platform it is. Of course, as developers, we always want to see how fast we can execute our code. Well, now you have the chance to find out, or actually prove how fast Java is. Gunnar Morling, Software Engineer at Decodable has a very exciting Java warmup game for us all. He calls it the One Billion Row Challenge. Huh? Yup. Let's hear it from him.
Payara Micro vs. Payara Server: When to Use What?
Published on 08 Jan 2024
by Luqman Saeed
Topics:
Payara Micro,
MicroProfile,
Payara Server,
Jakarta EE
|
2 Comments
The Payara Platform is a comprehensive ecosystem designed to meet the diverse needs of today's enterprise Java developers like you, offering robust solutions for Jakarta EE applications. The Platform is split into two main products, namely Payara Server and Payara Micro.
Securing Jakarta EE Applications with MicroProfile JWT
Published on 20 Dec 2023
by Luqman Saeed
Topics:
Security,
MicroProfile,
Jakarta EE,
keycloak
|
0 Comments
Securing applications is a critical aspect of modern software development, ensuring that only authorised users can access sensitive functionalities and data. In the realm of Java enterprise development, one of the robust solutions for securing applications is the use of MicroProfile JWT (JSON Web Tokens). This approach combines the strengths of Jakarta EE, with the agility and portability of MicroProfile standards, particularly for microservices architectures.