mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 17:27:49 +08:00
14 lines
619 B
Markdown
14 lines
619 B
Markdown
---
|
|
title: Fundamentals
|
|
redirect_from:
|
|
- /reference_guide.html
|
|
- /basics/architectural_overview.html
|
|
---
|
|
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
|
|
|
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)
|