If you're using Spring, make sure you check out
DWR in order to utilize Spring with Ajax.
Also, for a basic, 10 min tutuorial on just what Ajax is and how it works, check out
w3schools.com.
- andy c
- andy c
"Pseudo code first. If you can pseudo code accurately, when you start writing code, you're just applying syntax to the pseudo code. It separates the two most complicated pieces of programming into manageable bites. You create your app's workflow without worrying about syntax. Then you code without worrying about your app's workflow."