ForgeRock Integration with Payara Server - Part 1: Installation
Published on 14 Jul 2016
by Fabio Turizo
Topics:
How-to,
DevOps
|
2 Comments
Click here to see Part 2 (Access, Deploy & Test)
Introduction
Today, one of the most important concerns for enterprise applications is to implement robust security mechanisms that allow developers and operation staff to easily integrate applications in a stable infrastructure and allow their users to interact with them in a seamless way. While many developers prefer to implement their own security mechanisms or use third-party libraries, a good alternative is to use already established products that handle authentication, authorization, confidentiality, identity, and entitlement on behalf of already developed applications.
Creating Uber JAR with Payara Micro 5
Published on 21 Jun 2016
by Fabio Turizo
Topics:
What's New,
Maven,
Payara Micro,
Microservices,
Docker,
Uber JAR,
DevOps
|
5 Comments
Payara Micro allows you to run web applications in a self-contained and easy way. Since the release of the Payara Server in May 2016, there is a simple way to generate an "Uber" JAR that bundles the contents of a WAR file and the classes and resources that compose Payara Micro!
Note that this "Uber" Jar is not the best way to run your application in a Docker container as it requires an update of the entire binary for each small code change you make in the application. A better solution is just to start a Payara Micro Instance and point to the application that needs to be installed. More information can be found on our Payara Micro Docker Image documentation.
(last updated 06/04/2021)