I am looking for a good example or tutorial which deals with grails and the atmosphere plugin.
The tutorials i found seems like to miss some information to get my examples working.
thanks
Now i found something i was looking for. Here you can get a working project with atmosphere used in grails: https://github.com/rbramley/GroovyMagJMS
Did you have a look here?
http://jfarcand.wordpress.com/
Also try asking in the mailing list:
http://groups.google.com/group/atmosphere-framework/
Related
Is there something like Spree (Rails) for Grails? I've seen the answers on this question https://stackoverflow.com/questions/6543129/grails-ecommerce-framework-platform but it is more than half a year old and didn't give an answer that is similar to Spree.
Well, there is a new plugin based on Broadleaf Commerce. Wich is an open source Java eCommerce platform based on the Spring Framework...
http://grails.org/plugin/broadleaf
Please check out Greenfield. http://opengreenfield.org/. Built on the Grails framework.
Hey I just installed jQuery-UI via grails install-plugin jquery-ui
And I can't make it work.
I read on the Grails Plugin documentation that I needed to update the file jQueryUiGrailsPlugin.groovy and change the JQUERYUI_VERSION to the most recent one. I went to change it and it had my same version, so now I don't know what it could be.
Any help would be greatly appreciated.
Stackoverflow is a poor place to ask questions of a new plugin like this one. You'll have much more success asking on the Grails User mailing list since the plugin authors are active there and can quickly answer your questions, and other users will benefit from the discussion.
The link to sign up is at http://grails.org/Mailing+lists
i'm looking for a rails plugin for open id authentication.
I'm using restful-authentication
Can you tip me any plugin?
Do you know any tutorials for using these plugins?
thanks
Use the open_id_authentication plugin maintain by Rails core team http://github.com/rails/open_id_authentication
When I tried this a few years ago, I had problems configuring Apache/mongrel. I vaguely remember with respect to Yahoo.
The plugin itself was easy to use!
Stephan
does anybody know if there is a Wordpress plugin that allows me to show Twitter updates from people I follow? If someone knows about it, please share with me. Thanks in advance.
I think this one will do what you need: http://wordpress.org/extend/plugins/twitter-friends-widget/
It says it's compatible up to 2.7 (not the latest, 2.8.4) but many of the 2.7 plugins work fine in 2.8 so it's worth a try. It was updated fairly recently and the author looks like he's still around.
Good luck!
There are some good geocoding plugins (e.g. geokit) but can you recommend a googlemaps plugin for "the view" in rails?
I used YM4R/GM before but I don't know if its still up to date...
I've always just used GeoKit for all things GoogleMaps... it's a little old, but all the source code for "Beginning Google Maps Applications with Rails" is available at http://googlemapsbook.com/source/. It should walk you through pretty well on how to write the code for the front end. Advanced Rails Recipes also has some great code recipes on building geocoded points into GoogleMaps.
Looking on Github I found google_maps plugin. I haven't tried it but it seems ok.