mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
13 lines
448 B
Markdown
13 lines
448 B
Markdown
---
|
|
title: Fundamentals
|
|
redirect_from:
|
|
- /reference_guide.html
|
|
- /basics/architectural_overview.html
|
|
---
|
|
|
|
This section describes the low level fundamental building blocks of the _IntelliJ Platform_:
|
|
|
|
* The component model - how the application is hosted and composed. Lifetime and dependency management.
|
|
* [Threading models](/basics/architectural_overview/general_threading_rules.md)
|
|
* [Messaging](/reference_guide/messaging_infrastructure.md)
|