mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 17:27:49 +08:00
11 lines
534 B
Markdown
11 lines
534 B
Markdown
---
|
|
title: Frameworks and External APIs
|
|
---
|
|
|
|
The following section explains how to access specific frameworks from inside the *IntelliJ Platform*.
|
|
This includes:
|
|
|
|
* [XML DOM API](/reference_guide/frameworks_and_external_apis/xml_dom_api.md)
|
|
* [Spring API](/reference_guide/frameworks_and_external_apis/spring_api.md)
|
|
* [External Builder API and Plugins](/reference_guide/frameworks_and_external_apis/external_builder_api.md)
|
|
* [External System Integration](/reference_guide/frameworks_and_external_apis/external_system_integration.md) |