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