Monthly Archives: May 2011

Tomcat Proxying with Apache

A Google search for proxying Tomcat applications through Apache without the application name (aka the context) in the url reveals a lot of questions but not a lot of adequate answers. For example: Apache Tomcat URL without app name. The … Continue reading

Posted in Uncategorised | Tagged , | Leave a comment

Enabling sortable columns with SpringRoo’s GWT front end

Spring Roo’s GWT front end has a listing view that uses CellTable to display the data. CellTable has sorting capability however Roo doesn’t yet utilise this feature, possibly waiting until sorted finders are implemented. To enable this feature we just … Continue reading

Posted in Uncategorised | Tagged , | 2 Comments