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

https://github.com/abhirockzz/accs-javaee-emp-app

Employee management Java EE application on Oracle Application Container Cloud
https://github.com/abhirockzz/accs-javaee-emp-app

javaee7 oracle-application-container-cloud oracle-cloud paas

Last synced: 12 months ago
JSON representation

Employee management Java EE application on Oracle Application Container Cloud

Awesome Lists containing this project

README

          

## Build

- `git clone https://github.com/abhirockzz/accs-javaee-emp-app.git`
- `mvn clean install`

The build process will create `employee.war` in the `target` directory

## Run locally

You can use any Java EE 7 container

- Create `jdbc/dbcs` data source
- Deploy `employee.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)
- modify the `deployment.json` to fill in the details (name, username, password) corresponding to your **Oracle Database cloud service** instance
- execute `psm accs push -n employEEs -r javaee -s hourly -d deployment.json -p target/employee.war`

## For details

- check out the blog - [Running Java EE 7 apps on Oracle Application Container Cloud](https://medium.com/oracledevs/running-java-ee-7-apps-on-oracle-application-container-cloud-e29df7254372)