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.
Here are some of our favorite Open Source resources.
Here are some of our Favorite Java resources.
Spring is one of the most popular Java frameworks for application development.
Java WebStart allows execution of Rich Client applications from a web browser. This technology is a great alternative for web enabled applications.