Posts tagged Payara Server (3)
What is Jakarta RPC?
Published on 25 Oct 2022
by Alfonso Altamirano
Topics:
Java EE,
Payara Micro,
JakartaEE,
Payara Server,
Payara Community,
gRPC,
Jakarta EE,
Jakarta RPC
|
0 Comments
Use Jakarta EE Identity Store With Payara and RDBMS
Published on 18 Oct 2022
by Payara Content Team
Topics:
Java EE,
Payara Micro,
JakartaEE,
Payara Server,
Payara Community,
Jakarta EE,
JSR-375
|
2 Comments
In my previous blog post,here,I examined the JSR-375 specifications and their implementation by Jakarta EE and, more specifically, by the Payara Platform (Server and Micro).
I presented a brief overview of the JSR-375 specifications and their new features, focusing on the notion of Identity Store and illustrating, with a simple example, one of the most common use cases: the LDAP (Lightweight Directory Access Protocol) based authentication and authorization process.
Steve Millidge discusses Jakarta EE, the Eclipse Foundation & GlassFish's future on the WaterWorks Podcast
Published on 10 Aug 2021
by Priya Khaira-Hanks
Topics:
Payara Server,
Payara Community,
newsroom
|
0 Comments
Our CEO and FounderSteve Millidge is a guest on the WaterWorks podcast, the technology discussion podcast run by journalist and authorJohn K. Waters.
Waters is the editor in chief of theConverge360 news and information sites Application Development Trends(ADT Mag), Pure AI, and Futuretech360 - with his career also including writing books, including "The Everything Guide to Social Media," one of the first deep dives into this world-changing phenomenon, and "Blobitecture," an exploration of an architectural and industrial design trend enabled by computer software. He also co-scripted the documentary film "Silicon Valley: A 100 Year Renaissance," which aired on PBS.
Steve had a conversation over Zoom with John. Steve - in Malvern, England, after work - spoke to John - in his Silicon Valley office just before 9am. Their discussion was wide-ranging and insightful, covering everything from the future of Jakarta EE and how it will fare under Eclipse Foundation stewardship, to the specifics of Payara's journey and how we got our marine logo! It's a must listen for those interested in open source and Enterprise Java.
Payara Server 5における接続プールのご紹介
Published on 18 May 2021
by Arjan Tijms
Topics:
Connection Pools,
Japanese language,
Payara Platform 5,
Payara Server
|
2 Comments
Hide Passwords with Password Aliases in Payara Server
Published on 28 Jan 2021
by Rudy De Busscher
Topics:
Admin,
Payara Server
|
1 Comment
Introduction
When performing the configuration of the Payara Server for your application, you often need to supply a password. The password to connect to the database is a classic example, but there are many situations where you need to enter this kind of sensitive data.
With Payara Server, you have the option to hide this kind of sensitive data from the user, so that this information is much better secured.
Using Flight Recorder with Payara Server 5
Published on 27 Oct 2020
by Rudy De Busscher
Topics:
Payara Server,
Payara Server 5 Basics
|
0 Comments
There are a lot of monitoring and alert mechanisms available within Payara Server. For example, it is possible to report user requests or database calls that take too long, or to report when high CPU or high memory usage occurs. But it is sometimes not easy to identify 'why' a request takes such a long time.
What’s Coming in Payara Enterprise 5.20.0: Integrated TLS Certificate Management
Published on 15 Jun 2020
by Andrew Pielage
Topics:
JakartaEE,
Payara Server,
Payara Enterprise
|
0 Comments
Migrate from GlassFish to Payara Server Enterprise
Published on 11 May 2020
by Jadon Ortlepp
Topics:
GlassFish,
GlassFish Migration,
JakartaEE,
Payara Server
|
1 Comment
Advanced Administration & Maintenance of Payara Server
Published on 28 Apr 2020
by Jadon Ortlepp
Topics:
JakartaEE,
Payara Server
|
0 Comments
After you've got familiar with administering Payara Server, having configured your domain and deployed your applications, you might find it useful to get some more information on features supporting maintenance of your domain in the longer term. If you are not quite there yet, have a look at our resources page or our getting started page.
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.