Posts tagged MicroProfile (15)
Payara Platform 5.192 is Compatible with MicroProfile 2.2
Published on 31 May 2019
by Jan Bernitt
Topics:
Microservices,
MicroProfile,
Payara Platform 5,
New Releases
|
0 Comments
The Payara Platform 5.192 release comes with an update to MicroProfile. Compared to MicroProfile 2.1, four components were updated in MicroProfile 2.2:
The Payara Monthly Roundup for April 2019
Published on 30 Apr 2019
by Jadon Ortlepp
Topics:
Microservices,
MicroProfile,
JakartaEE,
news and events,
Payara Platform
|
1 Comment
Hello and welcome to the second issue of our monthly round up where we feature a curated list of interesting articles and videos created by the community that we have enjoyed and found interesting. Cant wait until the end of the month? then visit our twitter page where we post all these articles as we find them!
The Payara Monthly Roundup for March 2019
Published on 01 Apr 2019
by Jadon Ortlepp
Topics:
Microservices,
MicroProfile,
JakartaEE,
Payara Platform
|
0 Comments
Payara Platform 5.191 - MicroProfile 2.1
Published on 22 Mar 2019
by Andrew Pielage
Topics:
Payara Micro,
Microservices,
MicroProfile,
Payara Platform 5,
New Releases
|
0 Comments
MicroProfile Starter Launched
Published on 14 Feb 2019
by Rudy De Busscher
Topics:
Payara Micro,
MicroProfile
|
0 Comments
Kenji Hasunuma's talks from KanJava
Published on 07 Feb 2019
by Kenji Hasunuma
Topics:
MicroProfile,
Japanese language,
JakartaEE,
Payara Platform
|
0 Comments
Gradual Migration from Java EE to MicroProfile
Published on 15 Jan 2019
by Rudy De Busscher
Topics:
Java EE,
Payara Micro,
Microservices,
MicroProfile
|
0 Comments
The goal of MicroProfile.IO is to optimise Java EE for a micro-service architecture. It is based on some of the Java EE specifications and standardise a few technologies from the micro-services space.
Did You Know? Asynchronous REST Requests and Responses with Java EE and MicroProfile
Published on 04 Jan 2019
by Ondro Mihályi
Topics:
Java EE,
REST,
MicroProfile
|
2 Comments
Java EE 8 fully supports asynchronous handling of REST requests and responses, on both client and server side. This is useful to optimize throughput of an application or even when adopting reactive principles. MicroProfile type-safe REST client API also supports this concept to allow you to call REST services asynchronously with a much more straightforward way with plain Java interfaces.
Expose JMX Bean Values through MicroProfile Metrics
Published on 02 Jan 2019
by Rudy De Busscher
Topics:
MicroProfile,
Monitoring,
JMX
|
0 Comments
Payara Server provides many metrics within JMX beans. The most interesting metrics are the statistics around pools for HTTP threads and JDBC Connection pooling.
On the other hand, Payara Server also implements the MicroProfile Metrics specification. The retrieval of useful metrics from the running instance in the areas of CPU, memory, Class loading, and other MicroProfile specifications (like Fault Tolerance), are possible through the implementation of the MicroProfile Metrics in Payara Server.
Troubleshooting your Java EE Applications - Part 2
Published on 29 Dec 2018
by Gaurav Gupta
Topics:
Microservices,
REST,
MicroProfile
|
0 Comments
In the previous blog of this series, we learned different ways to troubleshoot Java EE application. This blog will continue to focus on different ways and techniques to catch potential issues in the early stages and how to find the root cause of application performance issues.