Monthly Archives: November 2009

jQuery Autocomplete returning multiple values

This is a quick reference for getting the jQuery autocomplete working with ColdFusion, components (CFC), a remote search method, and with the Autocomplete returning multiple values such as a name, and id and a code which may be stored in hidden fields or displayed on screen. Download jQuery and the Autocomplete plugin Download jQuery: http://jquery.com/ [...]
Posted in jQuery | Tagged , | Comments closed

Hello World with ColdFusion and Spring

Firstly, what is Spring? Spring is a Java based ‘dependency injection’ framework, which is a complicated name for something that simply ‘helps objects to talk to each other’ in a well designed way. Spring is the framework that was the basis for the popular ColdFusion dependency injection framework, ColdSpring. Learn more about dependency injection in [...]
Posted in ColdFusion | Tagged , , | Comments closed