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
- Host: GitHub
- URL: https://github.com/abhirockzz/accs-javaee8
- Owner: abhirockzz
- License: gpl-3.0
- Created: 2017-10-13T11:19:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T07:24:34.000Z (almost 8 years ago)
- Last Synced: 2025-04-09T22:43:39.702Z (6 months ago)
- Topics: cdi, javaee8, jaxrs, json-binding, microservices, oracle-application-container-cloud, oracle-cloud, paas, payara-micro, server-sent-events
- Language: Java
- Homepage: https://medium.com/oracledevs/run-java-ee-8-apps-on-oracle-cloud-with-payara-micro-d9b527adaac9
- Size: 57.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)