Java Tutorials
Home
Java
JavaApache Velocity: Speed up your Ajax
Dirk Rost has started a series of columns on how to build Ajax applications using the Apache Velocity templating language.
The first piece is the ubiquitous Live Search.
Dirk focuses on the server-side piece that make the following Ajax call work:
<input autocomplete="off" id="idMatch"
name="match" size="30" type="text">
<div class="auto_complete" id="match_auto_complete" ></div>
<script type="text/javascript" language="javascript">
new Ajax.Autocompleter('idMatch','match_auto_complete',
[...]
Read Article
Sponsored Links
Read Article
Sponsored Links
Read Next: ZK Released. New Ajax/XUL Framework
Related Topics
Sponsored Links
