Search code examples
spring-roo

Spring Roo plugin directory


Is there a public directory of Spring Roo plugins available?

I know only this forum thread Spring Roo Community AddOns, but I know that there are a lot of others plugins available, anyway I did not find a page which lists them all. Grails for example has its own Plugin portal.

What I do is search Google code for roo addon and roo plugin, but I am not satisfied with that.


Solution

  • So far, one of the best lists I have seen is the one on Wikipedia article on Spring Roo.

    http://en.wikipedia.org/wiki/Spring_Roo

    However, you should be able to list all available Spring Roo addons/plugins by executing the following command at your Roo Console. Please note you might need an internet connection for this command to work successfully.

    addon list
    

    For more information, please refer the topic Spring Roo Addons under the Spring Roo Documentation.

    Cheers!