intellij-sdk-code-samples/reference_guide/frameworks_and_external_apis.md
breandan considine 7b75f3ad99 Replaced internal .html links with .md extension
Find: (\([^:\)]+\.)html\)

Replace: $1md\)
2015-08-06 19:38:31 -04:00

11 lines
439 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.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)