Posts tagged Payara Server (2)
How To Administer Payara Server From The Command Line With asadmin
Published on 26 Apr 2024
by Andrew Pielage
Topics:
Payara Micro,
Payara Server
|
0 Comments
Introduction
The asadmin Command Line Interface (CLI) is a mean of controlling Payara Server from the command line (or terminal, if you prefer). It allows you to start, stop or edit the server in a number of ways. While to some the administration console is the go-to for any administration that needs to be done, the CLI can be a potentially quicker and easier way of performing any administration tasks, particularly when dealing with headless servers, i.e. a server without a GUI.
Getting Started with Apache Kafka on Jakarta EE and Payara Server
Published on 18 Apr 2024
by Chiara Civardi
Topics:
Apache,
Payara Server,
Jakarta EE
|
0 Comments
When dealing with complex distributed systems, decoupled, asynchronous communications may be more suited to support the exchange of information between different parts of a system, or even completely different systems. In effect, this decoupling makes it possible for different parts of a system to interact without being directly connected, enhancing scalability and fault tolerance. It is possible to set up such communications through a messaging platform like Apache Kafka and design highly scalable applications.
Our new eBook - available to download here - discusses how to use Apache Kafka for Jakarta EE Platforms that use Payara Server.
The Payara Monthly Catch - March 2024
Published on 29 Mar 2024
by Chiara Civardi
Topics:
Java EE,
Payara Micro,
Microservices,
JakartaEE,
Payara Server,
New Releases,
Payara Events,
Payara Enterprise,
Payara Community,
Payara Cloud
|
0 Comments
The Payara Monthly Catch
Published on 08 Feb 2024
by Valentina Kovacic
Topics:
Java EE,
Payara Micro,
Microservices,
JakartaEE,
Payara Server,
New Releases,
Payara Events,
Payara Enterprise,
Payara Community,
Payara Cloud
|
0 Comments
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.
Payara for Beginners - Getting Started with Payara Platform 6
Published on 29 Dec 2023
by Ilias Efstathiou
Topics:
Payara Micro,
Payara Server
|
0 Comments
Exploring Sealed Classes in A Jakarta EE Context
Published on 04 Aug 2023
by Raushan Kumar
Topics:
JakartaEE,
Payara Server,
Java,
Jakarta EE
|
0 Comments
A Look at Virtual Threads in a Jakarta EE Managed Context
Published on 01 Aug 2023
by Petr Aubrecht
Topics:
Payara Server,
Java,
Jakarta EE,
Java 21
|
0 Comments
Upcoming Java 21 brings a bunch of new features, including very interesting progress in concurrency. There are two main improvements – virtual threads and structured concurrency.
In this article, we discuss incoming usage of these enhancements inJakarta EE (formerly Java EE, now an open source project maintained by the Eclipse Foundation), a set of specifications that enables the worldwide community of Java developers to work on cloud native Java enterprise applications. Jakarta Concurrency is the concrete specification describing the expected behaviour.
The support in Jakarta EE is currently under development, details may change in the final implementation.
How to Use the Payara Tools in Apache NetBeans IDE
Published on 26 Jul 2023
by Gaurav Gupta
Topics:
NetBeans,
Payara Server,
Jakarta EE
|
2 Comments
Apache NetBeans is a popular IDE for Java development, offering a wide range of features for streamlining the development process. Payara Server, a robust and scalable option for deploying Jakarta EE applications, seamlessly integrates with Apache NetBeans. In this blog, we explore the seamless usage of Payara Platform 6 within Apache NetBeans, highlighting the benefits and demonstrating how it enhances your development workflow. Whether you're starting a new project or working with an existing app, this guide helps you leverage the power of Payara Server in your development process. Follow the steps in this blog to set up Apache NetBeans to use Payara Server for running your web apps.
How to Test your Applications in Payara Server
Published on 09 Nov 2022
by Luis Neto
Topics:
Payara Micro,
Arquillian,
Payara Server,
Payara Embedded
|
0 Comments