We'll see where this goes =)
Shorthand Steps:
- create an XMLHttpRequest
- worry about browser creation
- open() to inititialze connection
- requester.open("POST" , "/actionPage");
- send() to send actual data
- Event listener determines when the object has finished processing
- Set up a function to handle when readyState is changed to 4
- Backbase
- works independent to whatever server side technology you use
- has a JSF implementation as well for JSF developers
- Dojo
- Rico
No comments:
Post a Comment