stop promoting deprecated Struts 2 plugin as reference

This commit is contained in:
Yann Cébron 2023-05-09 17:59:19 +02:00
parent 3ec55a86db
commit a51c68f5cb
2 changed files with 1 additions and 3 deletions

View File

@ -42,7 +42,7 @@ Sometimes it also includes language support elements for a custom syntax or DSL.
* Specific code insight
* Direct access to framework-specific functionality
Refer to the [Struts 2 plugin](%gh-ij-plugins%/struts2) as an example of framework integration.
Refer to the [IntelliJ-HCL](%gh-ij-plugins%/terraform) as an example of framework integration.
More reference plugins can be found on [JetBrains Marketplace](https://plugins.jetbrains.com/search?orderBy=update%20date&shouldHaveSource=true&tags=Framework).
## Tool Integration

View File

@ -625,7 +625,6 @@ Depending on implementation/plugin, providing filesets implicitly (using existin
Extend [`DomModelFactory`](%gh-ic%/xml/dom-openapi/src/com/intellij/util/xml/model/impl/DomModelFactory.java) (or [`BaseDomModelFactory`](%gh-ic%/xml/dom-openapi/src/com/intellij/util/xml/model/impl/BaseDomModelFactory.java) for non-`Module` scope) and provide implementation of your `DomModel`.
Usually you will want to add searcher/utility methods to work with your `DomModel` implementation.
Example can be found in Struts 2 plugin (package `com.intellij.struts2.dom.struts.model`).
### DOM Stubs
@ -855,6 +854,5 @@ The following bundled open-source plugins make (heavy) use of DOM:
- [Ant](%gh-ic%/plugins/ant)
- [Plugin DevKit](%gh-ic%/plugins/devkit/devkit-core)
- [Maven](%gh-ic%/plugins/maven)
- [Struts 2](%gh-ij-plugins%/struts2) (Ultimate Edition)
Explore 3rd party plugins using DOM on [IntelliJ Platform Explorer](https://jb.gg/ipe?extensions=com.intellij.dom.fileMetaData).