An open API service indexing awesome lists of open source software.

https://github.com/abhirockzz/accs-javaee8

Java EE 8 application on Oracle Application Container Cloud using Payara Micro 5
https://github.com/abhirockzz/accs-javaee8

cdi javaee8 jaxrs json-binding microservices oracle-application-container-cloud oracle-cloud paas payara-micro server-sent-events

Last synced: about 1 month ago
JSON representation

Java EE 8 application on Oracle Application Container Cloud using Payara Micro 5

Awesome Lists containing this project

README

          

## Build

- `git clone https://github.com/abhirockzz/accs-javaee8.git`
- `mvn clean install`

The build process will create `accs-javaee8-dist.zip` along with `accs-javaee8.war` in the `target` directory

## Run locally

`java -jar payara-micro.jar --deploy accs-javaee8.war`

## Deploy to Oracle Application Container Cloud

- Install [PSM CLI](https://docs.oracle.com/en/cloud/paas/java-cloud/pscli/using-command-line-interface-1.html)
- execute `psm accs push -n accsjavaee8 -r java -s hourly -m manifest,json -d deployment.json -p target/accs-javaee8-dist.zip`

## For details

- check out the blog - [Run Java EE 8 apps on Oracle Cloud with Payara Micro](https://medium.com/oracledevs/run-java-ee-8-apps-on-oracle-cloud-with-payara-micro-d9b527adaac9)