forked from morganstanley/ComposeUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a glossary entry about what is a Compose Application, and exten…
…ded the entry for Application to highlight the difference.
- Loading branch information
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Compose Application | ||
A Compose Application is an executable that hosts the ComposeUI infrastructure and modules. The responsibilities of a Compose Application are creating and starting the core ComposeUI components such as the MessageRouter and the ModuleLoader, presenting a Shell to the user and providing a module manifest to these components listing the modules available to load. | ||
While the core ComposeUI components are hosted within the main Compose Application process, modules are loaded into separate processes. |