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
- Host: GitHub
- URL: https://github.com/abhirockzz/accs-javaee-emp-app
- Owner: abhirockzz
- Created: 2017-11-07T06:59:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T12:40:09.000Z (over 8 years ago)
- Last Synced: 2025-02-13T16:35:48.313Z (about 1 year ago)
- Topics: javaee7, oracle-application-container-cloud, oracle-cloud, paas
- Language: Java
- Homepage: https://medium.com/oracledevs/running-java-ee-7-apps-on-oracle-application-container-cloud-e29df7254372
- Size: 144 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)