Can Eclipse Che be used for traditional monolithic application development? An application that does not make use of Docker. If possible is it a good decision to move to Eclipse Che from a desktop Eclipse? Does Che provide all kind of plugins?
Asked
Active
Viewed 263 times
1 Answers
0
Definitely - Che uses Docker under the hood as a way to create replicable and portable environments, but the code that's edited in Che is pushed to the repo like any other. So if you have a build system / CI setup to pull those changes from the repo and deploy forward a monolithic app that will all still work.
To set it up you'll need to build out a Dockerfile that matches your runtime. You can find examples of most environments on Dockerhub and there are just a couple of things you need to add to make the container "Che-ready."

Brad Micklea
- 257
- 1
- 2
-
"couple of things you need to add " is a dead link – Rainb Jun 25 '20 at 13:04