I am trying to use Grails and Twitter Plug-in开发者_开发知识库. Plug-in v0.2 looks like to be pretty old and doesn't work anymore, because it generates incorrect urls.
Which plug-in is current and can be use to quickly integrate with Twitter?
My second question is about Grails - It is mature technology - Is it still growing or is slowly going down?
Spring Social is an extension of the Spring Framework that allows you to connect your applications with Software-as-a-Service (SaaS) providers such as Facebook and Twitter.
As Grails is based on Spring, try Spring Social. There is a Grails Spring Social plugin being developed at GitHub: https://github.com/synergyj/grails-spring-social I am not sure about the plugin maturity, but even if it is not mature/stable, Spring Social as is could be used in a grails app.
As for your second question, my opinion is that grails is mature, and it is being actively developed by SpringSource. Besides that, what do you mean by "growing or going down"?
Please split this into two separate questions.
The Twitter4j plugin is the most recent and supports the new OAuth login requirements: http://grails.org/plugin/twitter4j/
精彩评论