Skip to content

Category Archives: Ajax

New Google Code Project

I’ve started a new google code project, tuneshost, for a presentation I’m giving this week. It’s a bare minimal start, and in the short term I’m not going to be making many enhancements- I’ll just be using it to demonstrate htmlunit and selenium testing. It’s built on the grails platform, and uses extjs for the [...]

JavaScript Unit Testing

TechTalk: Testing Rich Client Web Applications by Jeff Hemminger from Object Partners on Vimeo.

Step by Step Tutorials – DWR with Spring, Ajax – Dynamic drop down lists

Scenario: A simple jsp page with a standard drop down box. A Selection criteria (could be another drop down box and a couple of check boxes) to change the values in these drop down box dynamically, without submitting the page. What you will learn: Configure dwr.xml with spring beans Configure application contexts for dwr beans [...]

Generic search for auto complete using Hibernate, Ajax, Scriptaculous – Part 1

Ever wondered how to write a custom search function with pattern matching, generic enough to for an auto completer using Hibernate? In this part I will explain the back end portion of writing an auto completer, for the next part you will see an Ajax front end using DWR and scriptaculous. Use Case Scenario – [...]