| Author |
ajax anyone?
|
chinedu efoagui
Ranch Hand
Joined: Feb 11, 2003
Posts: 167
|
|
hi ranchers, i am not really sure the best place to post this but i would like to know if anyone one has used "ajax" to build applications. 2.if anyone has used it with spring framework. 3.how cool is Ajax or is it just a fade?
|
--One learns a lot during a lesson but seeing is not enough,you must do;knowing is not enough ,you must apply--<br />SCJP 1.4,SCBCD,SCEA part 1,OCM JEE Enterprise Architect.
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24054
|
|
|
There have been a lot of AJAX discussions in this forum lately. See here, for example. I've used it to turn an existing applet demo into a very similar demo in which the Java code runs on the server and the GUI runs in the browser. I think it's very cool. Is it a fad? Not so much, really; the underlying ideas and tecnologies have already been around for a while and are used quite broadly; just the buzzword -- and the range of exciting applications -- is new.
|
[Jess in Action][AskingGoodQuestions]
|
 |
chinedu efoagui
Ranch Hand
Joined: Feb 11, 2003
Posts: 167
|
|
please which ajax implementation did u used. which ajax toolkit would u adviced one to use . thank u very much .
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
You may want to look at my blog. I posted a few articles on AJAX and a very simple example that does not involve the server. http://radio.javaranch.com/pascarello/2005/06/21/1119410289172.html You really do not have to use one of those frameworks out there, unless you are not really confortable writing the underlying JavaScript code. Tomorrow I will be posting a entry on my blog with a very basic server side example so look out for that. Right now I am trying to finish up my last chapter for my book. Eric
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24054
|
|
|
I thought this article was a good introduction; it's what I used to get started. But then Eric blogged something similar but better a few days later.
|
 |
 |
|
|
subject: ajax anyone?
|
|
|