Home // Services // Projects // About Us // Contact Us // Resources

Cut costs and increase productivity. Really. Using Open Source technology, we can show you how.

Resources

Grails

This is the area for Grails Resources.

TD Systems has created remote AJAX versions of the "paginate" and "sortableColumn" tag libraries. These new tag library functions allow for a standard Grails application to be completely embedded in a div. We have used this functionality to develop a tabbed interface where all server communication is done via AJAX calls.
The approach taken was to duplicate the existing Grails taglib (FormTagLib.groovy) and rework the server calls to be AJAX based. Essentially, this means just changing the server calls to become RemoteLink calls. The RemoteLink call needs a DIV to update so that must be passed into both functions.

The following steps are required to enable remote paginate and remote sortable columns.

Open Source

Here are some of our favorite Open Source resources.

Java

Here are some of our Favorite Java resources.