aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes ajax anyone? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "ajax anyone?" Watch "ajax anyone?" New topic
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
    
  13

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
    
    6
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
    
  13

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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: ajax anyone?
 
Similar Threads
What is Web 2.0?
Ajax select boxes and browser back button
Ajax Spell Checker?
jQuery Ajax Request
Drag Images from One Table Column to Other