Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spring Roo plugin directory

Tags:

spring-roo

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.

like image 289
ChrLipp Avatar asked Mar 04 '12 09:03

ChrLipp


1 Answers

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!

like image 76
bhagyas Avatar answered Oct 19 '22 22:10

bhagyas