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

https://github.com/dimmaryanto93/spring3-camel-integration-websphere-example

Spring Framework 3 and Apache Camel scheduler, deployed into IBM WebSphere with database Oracle
https://github.com/dimmaryanto93/spring3-camel-integration-websphere-example

camel docker docker-composer oracle-11g quartz quartz-scheduler spring3 websphere websphere-liberty

Last synced: about 1 month ago
JSON representation

Spring Framework 3 and Apache Camel scheduler, deployed into IBM WebSphere with database Oracle

Awesome Lists containing this project

README

          

# Belajar Java EE 6

Menggunakan java EE 6, deploy into websphere

## Install `oracle/database:11.2.0.2-xe`

How to install oracle database image [available here](https://github.com/oracle/docker-images/tree/master/OracleDatabase)

## Deloyed war application

```bash
mvn clean package -Dmaven.skip.test=true
```

## Run docker-compose

```bash
docker-compose up
```

## Grant User `HR@XE`

```bash
docker exec bash /unlock-hr.sh
```

## Cleanup Docker container

```bash
docker-compose down
```