A number of projects demostrating features of Payara Micro
The simplest bootstrap application to embed Payara Micro into your application
A simple Payara Micro showing how to deploy the payara-micro-examples.war file
A simple Payara Micro example showing how to use autobind to run many instances of Payara Micro without having to worry about port numbers.
A simple demonstration of using Payara Micro's clustered CDI event bus to send CDI events from one Payara Micro instance to another. See http://www.payara.co.uk/payara-micro-clustered-cdi-event-bus
An example Docker project showing how to deploy an application without it's required database being available.
An example showing how to deploy a DataSource with the definition embedded in the web.xml using JavaEE 7 standard features
An example showing how to deploy a datasource defined in the web.xml and use the datasource from JPA.
An example Spring Boot application using JSF and JPA that runs on Payara Micro
An example Spring Boot REST service that runs on Payara Micro
An example demonstrating sending and receiving messages on an ActiveMQ using Payara Micro.
Demo of using the Clustered CDI Event Bus and WebSockets to update a graph in real time from data fired across the Payara Cluster as a CDI event.