Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions grails-doc/src/en/guide/plugins.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ under the License.
Grails is first and foremost a web application framework, but it is also a platform. By exposing a number of extension points that let you extend anything from the command line interface to the runtime configuration engine, Grails can be customised to suit almost any needs. To hook into this platform, all you need to do is create a plugin.

Extending the platform may sound complicated, but plugins can range from trivially simple to incredibly powerful. If you know how to build a Grails application, you'll know how to create a plugin for <<providingBasicArtefacts,sharing a data model>> or some static resources.

For professional plugin development, see <<pluginBestPractices,Plugin Best Practices>> for comprehensive guidelines on creating maintainable, production-ready plugins following industry standards.
Loading
Loading