Creating a Service for Payara Server - Video Blog Series
Published on 27 Feb 2015


Create a Payara Service
This vlog demonstrates the basics of creating a service with a walk through of the process.
Create Asadmin Command
This vlog is continuation of the first one and will provide a tutorial on how you can extend a service to have an asadmin command, so that you can interact with the service from the command line.
Adding Configuration Data
This is the third video blog in the series and will teach you how to add configuration data to a service by extending the service created in the previous vlogs.The tutorial describes how to enable a Payara service to persist configuration data about itself to the domain.xml file, allowing a service to retain values for use with other services or functions.
Adding a Service to the Admin Console
The final installment of the Creating a Payara Service series, this vlog covers how to extend the Admin Console with the asadmin command created in the previous installments.The tutorial demonstrates how to create a new configuration tab in the Admin Console and how to call an asadmin command from the Admin Console.