Loadr CLI For Payara / GF Released
Loadr CLI version 0.0.1 was released.
Loadr CLI comes as a single jar without any additional dependencies and allows convenient deployment and undeployment of Java EE applications.
java -jar loadr.jar -d http://localhost:4848 ../test-deployment/coffeebeans.war
Output:
------------------
coffeebeans -> "http://localhost:4848/management/domain/applications/application/coffeebeans"
------------------
To undeploy use: java -jar loadr.jar -u http://localhost:4848 coffeebeans
See full reference at github.com/AdamBien/loadr.
Loadr v0.0.1 was tested with Payara 4.1.153 (Full Java EE), but should also work with various GlassFish versions.
See you at Java EE Workshops at Munich Airport, Terminal 2 or Virtual Dedicated Workshops / consulting
Web Apps, SPA, PWA with vanilla Java Script (ES 6+), CSS 3 and WebStandards only. As simple as possible, but not simpler. See you at: (Progressive) Web apps, Single Page Apps and WebStandards airhacks workshops at MUC airport, Winter Edition
airhacks.fm the podcast:
Stay in touch: airhacks.news.
This looks interesting, Adam, but I wish you would write a bit about it. I've never tried to deploy a Java EE application from the command line, but is it traditionally difficult to do? What difficulties does Loadr resolve?
Posted by David on September 25, 2015 at 12:50 AM CEST #