mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 17:57:53 +08:00
15 lines
704 B
Markdown
15 lines
704 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.
|
|
* [Disposers](/basics/disposers.md) - managing object lifetimes and resource cleanup
|
|
* [Threading models](/basics/architectural_overview/general_threading_rules.md)
|
|
* [Messaging](/reference_guide/messaging_infrastructure.md)
|