This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes AJAX 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" Watch "AJAX" New topic
Author

AJAX

Pradeep bhatt
Ranch Hand

Joined: Feb 27, 2002
Posts: 8876

I am new to AJAX so I have some questions on AJAX. Sorry if I am asking some stupid questions.

1.How many AJAX implementation (or engines) are currently available ? Which one of them is good to be used?

2.Who owns AJAX ? Is it owned by Adaptive Paths Jesse James or...

3.After reading the articles I think that AJAX still does not solve the back button problem. Am I right?

4. When shouldn't AJAX be used ?

Replacing existing view implementation with AJAX is a lot of work.


thanks


Groovy
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56180
    
  13

1) Each browser has its own implementation of XMLHttpRequest. You don't get to choose which one to use.

2) AJAX is not a product, it is an acronymn (for Asynchronous Javascript And XML) to describe a combination of technologies. It is not owned by anyone, though the acronym was coined by Adaptive Path.

3) AJAX has little to do with the back button.

4) The better question would be 'when to use it'. Using a technology unless or until you have a good reason to use it, just because it's "cool", usually doesn't work out for the best.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Pradeep bhatt
Ranch Hand

Joined: Feb 27, 2002
Posts: 8876

Thanks Bear.

I read an article at dev2dev.com regarding AJAX where it was mentioned about an AJAX engine called as backbase. It has a client side component called as BPC (Backbase Presentation Client) and a server side component called as Backbase XML server. The article also refers to some other engine called as DWR.

http://dev2dev.bea.com/pub/a/2005/08/backbase_ajax.html

I would like to know whether AJAX was inspired by Gmail ?

How to pronounce AJAX ? Thanks.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56180
    
  13

XMLHttpRequest pre-dates gmail, but gmail is generally credited with popularizing it.

AJAX is pronounced: A - Jacks
Pradeep bhatt
Ranch Hand

Joined: Feb 27, 2002
Posts: 8876

Thanks.
Pradeep bhatt
Ranch Hand

Joined: Feb 27, 2002
Posts: 8876

Could Eric please answer my question on Babkbase?
Pradeep bhatt
Ranch Hand

Joined: Feb 27, 2002
Posts: 8876

Eric,

When shouldn't AJAX be used?
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
I have not used backbase, read their website here for details:
http://www.backbase.com/#home/home.xml[0]

For things not to do, I say if it breaks my new pet peeves...
http://radio.javaranch.com/pascarello/2005/11/09/1131566381315.html

Eric
 
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
 
Similar Threads
XSS attack - prevention - AJAX ?
call back function
Implementing AJAX in JSF 1.2
basic question about Ajax
What the purpose of libraries ?