Script to deploy Grails Applications Remote
I spent some time this week doing a script to deploy my grails applications in remote Jetty container. To do my deploy script I use Gant, with Grails... more »
0 commentsSave Tags: groovy
The advantage of Grails
This week Spring Source have released, Spring Web Flow 2, I've read release notes and this make me think about the advantage of Grails...
1 commentsSave Tags: groovy
Grails: Plugglabe Service, Reloaded
Yesterday I've read, the post from Josh Creed about a pluggable service in Grails and I've been thinking the way to do with IoC and wire provider with... more »
0 commentsSave Tags: groovy
Grails: JettyStatic plugin released
The past month I did a plugin to server static content with jetty for grails, now I publish the plugin for anyone that could be useful.
0 commentsSave Tags: groovy
Grails: Hacking paginate tag to make Ajax way
I one thing I miss in Grails is a remotePaginate Taglib (you can vote in Jira), today I'm going to hack paginate tag to make an Ajax paginate.
0 commentsSave Tags: groovy
Grails: Tip for scaffolding required fields
Scaffolding is one of the most useful features of grails and customizing scaffolding it's basic for increase your productivity.
0 commentsSave Tags: groovy
My first Grails plugin
The grails plugin architecture it's fantastic, I've spent one afternoon doing a static content plugin, yeah there is a oficial static plugin, but I... more »
0 commentsSave Tags: groovy
Grails: Tag for Prototype observe
Continuing with Grails taglib, now I'm going to do a taglib to easy capture and group javascript events. I'll use prototype element observe method.... more »
0 commentsSave Tags: groovy, javascript
Grails: Easy tags (remoteDiv)
TagLibs in Grails are extremely easy, you have some tags for Ajax like remoteField, remoteFuntion, remoteLink. But this time I need to get div... more »
0 commentsSave Tags: ajax, groovy
Grails, be agile my friend
This month I've been testing Grails, (it was in my Todo list some time ago). My impresion it's Grails is not much diferent than Appfuse, step by step... more »
0 commentsSave Tags: groovy
Notification area with Scriptaculous
This time I need a notification area in webapp, the idea is a div that appears and disappears.
0 commentsSave Tags: javascript
Ajax Form class for prototype
Some weeks ago an old mate asked to me the best way to send a form in ajax style and put the result in "div". I think the best way is using prototype... more »
0 commentsSave Tags: ajax, javascript