| Author |
Ajax and Java
|
ohimai anthony
Greenhorn
Joined: Feb 07, 2012
Posts: 15
|
|
|
hi guys, can you advice me on a good and up to date tutorial/book on using AJAX in JAVA web development. I'm studying for the ocejwcd exam. thank you for your speedy response.
|
 |
Singh Harmeet
Ranch Hand
Joined: Aug 05, 2011
Posts: 114
|
|
|
using ajax is not the major task in java , main idea of ajax is the send the request to the without refresh the page , but at server side there is nothing to worry about , because ajax request same a normal request the servlet and jsp handle these ajax request as a normal request . so just read about java servlet and jsp and ajax , there are several online tutorial.
|
With Regards :-
Harmeet Singh
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14670
|
|
|
here is one tutorial.
|
[My Blog]
All roads lead to JavaRanch
|
 |
 |
|
|
subject: Ajax and Java
|
|
|