Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Terminology

S. Ishida edited this page May 27, 2020 · 4 revisions
  • build and run: Use this term instead of "deploying applications," such as to the cloud.
  • Codewind view: This term refers to the Codewind extension in the VS Code explorer view.
  • deploy: This term refers only to deploying Codewind onto the cloud as part of the setup for using Codewind remotely. 🚫Do not use for deploying applications. See build and run.
  • hosted: Say "using Codewind as a hosted application on your cloud" when Codewind runs in Eclipse Che on the cloud and all development is done in your cloud environment.
  • image registry: Various terms, such as container registry, were used to refer to the image registries. However, because the UI uses "image registry", use the term "image registry" in the documentation.
  • local: Say "using Codewind locally" when you use Codewind solely on your desktop to develop code and build and run your applications.
  • namespace: If deciding between "namespace" instead of "project," use "namespace." See issue https://github.com/eclipse/codewind/issues/2628.
  • remote: Say "using Codewind remotely" when you use Codewind to develop your code on your desktop and then build and run it remotely and securely in the cloud. Using secure HTTPS connections, connect to multiple cloud-hosted microservices from the Codewind panel in your locally-hosted IDE.
  • VS Code UI item names: For names of the VS Code UI components, see the graphic in User Interface on the VS Code website.