2020-02-19 22:25:03 -08:00

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)