eclipse-ee4j / cargotracker

The project demonstrates how you can develop applications with Jakarta EE using widely adopted architectural best practices like Domain-Driven Design (DDD).
https://eclipse-ee4j.github.io/cargotracker/
MIT License
342 stars 138 forks source link

Put application on cloud #32

Closed glassfishrobot closed 3 years ago

glassfishrobot commented 10 years ago

Figure out a way to save data only per session (multitenacy?). Which cloud service should we use?

glassfishrobot commented 4 years ago
glassfishrobot commented 10 years ago

@glassfishrobot Commented Reported by reza_rahman

glassfishrobot commented 10 years ago

@glassfishrobot Commented vj_batch said: We could probably use Eclipselink's multi-tenant capabilities but this would mean that the project would not on other app servers. Cloud perspective....JElastic/Cloudbees ? As far as I know CAF does not support JEE 7 yet right

glassfishrobot commented 10 years ago

@glassfishrobot Commented reza_rahman said: I went ahead and assigned it to you. If you have free cycles, feel free to think about the best way to do this. It'll be important when we have the more visually impressive parts of the application done (e.g. live tracking map, mobility, etc). For now, it's obviously a low priority item...

glassfishrobot commented 10 years ago

@glassfishrobot Commented paoesco said: Cloudbees is a very good PaaS. I use it for my demo project. Does the project have a Cloudbees account ? Or shall we make one ?

glassfishrobot commented 10 years ago

@glassfishrobot Commented reza_rahman said: We can look at this once we've made a bit more progress on our roadmap. We will need an approach to deleting data when a logical session ends.

glassfishrobot commented 10 years ago

@glassfishrobot Commented Was assigned to vj_batch

glassfishrobot commented 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA CARGOTRACKER-32

hantsy commented 3 years ago

Dockerizing it and depoying to Azure or OpenShift? I think this can be done in a CI service.

m-reza-rahman commented 3 years ago

Cargo Tracker is now deployed to Kubernetes on the cloud using GitHub Actions workflows: https://cargo-tracker.j.scaleforce.net. Special thanks to sponsors Jelastic and Scaleforce! The deployment and all data is refreshed nightly.