{% extends "./layout.html" %} {% block sectionClasses %}plugins plugins-list{% endblock %} {% block meta_title %}Plugins{% endblock %} {% block meta_description %}Plugins to extend Spincast{% endblock %} {% block body %}

Most plugins provide a Guice module that you have to install in your application. By doing so, extra components are bound and can be used in your application. Note that the plugins with a dotted line below their title are already installed if you use the spincast-default artifact and the standard Bootstrapper (or if you start from the Quick Start template application)!

{% endblock %}