views:

302

answers:

1

any good samples of code or articles that can help?

A: 

There isnt a plugin that can do "voting", because voting is quite domain specific.

It would be easy to implement a simple voting app in grails. I'd write it here, but I'd need more details as to what you are voting for, who votes etc.

As for the ajax part, that is orthogonal to voting. to implement "ajax" in your app, simply use the remoteFunction tag : http://www.grails.org/Tag+-+remoteFunction for some documentation. or you can roll your own using jquery.

Chii
tranced_UT3