Posts tagged JakartaEE (9)
Payara Platform Deployment Issues? Try Switching Off XML Validation
Published on 01 Dec 2022
by Petr Aubrecht
Topics:
JakartaEE,
Jakarta EE
|
0 Comments
During deployment of Jakarta EE applications to the Payara Server, all the xml files (e.g. web.xml
, persinstence.xml
) are verified against its schema.
Payara Platform includes all standard Jakarta EE schema, so there is typically no reason to download external schema to check against xml files. However, if the application uses external schema, in very rare cases, there may be an error during deployment. In this blog, I describe a quick fix to avoid this.
What’s New in Jakarta REST 3.1 in Jakarta EE 10?
Published on 28 Nov 2022
by Luqman Saeed
Topics:
REST,
JakartaEE,
Payara Cloud,
Jakarta EE
|
0 Comments
The Representational State Transfer or RESTful architecture is a stateless, HTTP based communication standard for modern applications. It was originally proposed by Dr. Roy Fielding in hisPhD thesis. It has, over the years, become the default, programming language-agnostic means of enabling machine-to-machine communication. An application written in the Django framework in Python can have REST resources that are consumed by another application written in Java with Jakarta EE. Similarly, a Jakarta EE application can create resources that can be consumed by a C# application.
What is An Application Server? In 3 Minutes
Published on 17 Nov 2022
by Alan Roth
Topics:
Java EE,
MicroProfile,
JakartaEE,
news and events
|
0 Comments
Low on time and want to know what an 'application server' really is?
We offer our explanation. This video covers the difference between application servers and web servers, what an application server can do to make your life as a developer easier, and more, all in less time than your average pop song!
This is a high-level view that might be helpful to pass on to managers and procurement teams who aren't sure what an application server is.
Free Tickets: JavaPro Microservices Training Course
Published on 16 Nov 2022
by Priya Khaira-Hanks
Topics:
What's New,
Java EE,
MicroProfile,
JakartaEE,
news and events
|
0 Comments
Join Our Webinar: Is Payara Cloud For You?
Published on 14 Nov 2022
by Priya Khaira-Hanks
Topics:
What's New,
Java EE,
MicroProfile,
JakartaEE,
news and events,
New Releases,
Payara Events
|
0 Comments
What's New in the November 2022 Payara Platform Release?
Published on 04 Nov 2022
by Priya Khaira-Hanks
Topics:
What's New,
Java EE,
MicroProfile,
JakartaEE,
New Releases,
JDK 17
|
0 Comments
The November 2022 Payara Platform release is here and ALL versions are getting a new release!
Payara Platform Community 6.2022.1 is the first stable release of the Payara 6 Community stream. This is certified against the Jakarta EE 10 Platform, Web Profile, and Core Profile. Payara 6 will now be the updated, current version of Payara Platform Community.
Payara Platform Enterprise 5.45.0 is also out, containing 5 bug fixes, 1 security fix and 2 improvements.
Payara Platform Community 5.2022.4 has been released today as the penultimate Payara 5 Community release, and there is also a release of Payara Platform 4 for Enterprise customers.
All releases contain an important fix for a 0-day vulnerability.
Read more details below!
Payara Monthly Catch: October 2022
Published on 01 Nov 2022
by Priya Khaira-Hanks
Topics:
Microservices,
MicroProfile,
JakartaEE
|
0 Comments
Payara 6 is Here (Almost!) - Webinar
Published on 28 Oct 2022
by Priya Khaira-Hanks
Topics:
What's New,
Java EE,
MicroProfile,
JakartaEE,
news and events,
New Releases,
Payara Events
|
0 Comments
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.