Posts tagged Maven (2)
Payara for Beginners - Adding Payara Server to NetBeans
Published on 28 Feb 2017
by Matthew Gill
Topics:
Maven,
Payara Server Basics,
How-to,
NetBeans
|
32 Comments
This blog uses NetBeans 11.1. If you're using an older version, you may need to perform slightly different steps to get the same result.
When testing an app to be run on Payara Server, it can be extremely useful to be able to test your app continuously from your IDE. If you're using NetBeans this is made very easy. Follow the steps in this blog to setup NetBeans to use Payara Server for running your web apps.
Getting Started with the Payara Micro API - Demo
Published on 18 Jan 2017
by Andrew Pielage
Topics:
Maven,
Payara Micro,
Microservices,
Demo,
Payara Server Basics,
NetBeans,
Admin
|
0 Comments
As a follow up to our 'Getting Started with Payara Micro Demo', we have another introductory video for you, this time demonstrating the Payara Micro API, using NetBeans and Maven.
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)
Payara Micro Maven Deployer - Demo
Published on 08 Jun 2016
by Andrew Pielage
Topics:
What's New,
Maven,
Payara Micro,
Microservices,
Demo
|
0 Comments
Payara Micro 162 can now deploy your artifacts stored in Maven repositories simply by providing the GAV coordinates. This should provide another option for continuous delivery scripts!
Using Payara Embedded & Payara Micro with Maven
Published on 15 May 2015
by Andrew Pielage
Topics:
Maven,
Payara Micro,
Microservices
|
5 Comments