Posts tagged Payara Server (6)

New Feature in Payara Server & Payara Micro 5.182: MicroProfile OpenTracing

Introduction

The 5.182 release of Payara Server & Payara Micro (Payara Platform) brings in MicroProfile (MP) 1.3. This introduces a couple of updates to some existing MP specifications, and three new ones: OpenTracing, OpenAPI, and Type-safe REST Client. In this blog I’ll be covering our implementation of OpenTracing.

Benefits of Open Source vs Proprietary Software

Open source software offers a number of advantages over proprietary software. Many businesses prefer open source options as it reduces the procurement barrier. A survey conducted by Black Duck Software and North Bridge revealed that 78% of today’s businesses already rely on open-source software for increased security and the lack of licensing fees. It is estimated that the use of open source saves businesses $60 billion (USD) annually.

 

MicroProfile OpenAPI in the Payara Platform

One of the new features in Payara Platform version 5.182 is full compatibility with MicroProfile 1.3. In this blog post, I will introduce OpenAPI 1.0, a new API in MicroProfile 1.3. This functionality is available in both Payara Server and Payara Micro in version 5.182. It's also available in version 4.1.2.182 for Payara Support customers.

Deploying to Payara Server Using the Maven Cargo Plugin

When creating a Java EE application it is important to deploy and test it on a server that is as close to the target production environment as possible. If you use Maven in your project, it is possible to do so using the Cargo plugin, which allows you to deploy an application to an instance of Payara Server either locally or remotely. A complete example is available at https://github.com/payara/Payara-Examples/blob/master/ecosystem/payara-maven/pom.xml.