GrailsUI – Very Nice Indeed
I recently took the time to install and work with the Grails plugin, GrailsUI. It provides a great tag library that is based on YUI and the Bubbling library, a YUI extension. I really like the components that are available and if you need that rich Ajax feel in your Grails application, this is a low impedance path to get things done. So, in order to get your Grails project up and running with GrailsUI, you need to install all 3 plugins in this order:
... > grails install-plugin yui > grails install-plugin bubbling > grails install-plugin grails-ui ...
At first, I just started adding some of the static components to the index.gsp page and then moved on to wiring the rich Ajax components to controllers. If you follow the code snippets on the GrailsUI plugin page or if you check out the guiDemo Grails project, you should have very little problem understanding the core components and their attributes. Grails with GrailsUI can get your next Web application up and running with a very popular UI technology and the learning curve is not too steep if you first check out the guiDemo on the GrailsUI plugin page.
This entry was posted on Thursday, December 4th, 2008 at 9:16 am and is filed under Development. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.
Comments are closed.