| Author |
AJAX Implementation
|
Chris Cornelius
Ranch Hand
Joined: Aug 02, 2005
Posts: 48
|
|
Hello, I am new to the AJAX scene and am really impressed with what I have seen and read so far about it. I am currently working on an application that I have seen where AJAX could be implemented. The current environment that I use is Java 1.4.2_08 running on Sun One Application Server 7. Does any one know if there are any known issues with using AJAX on this version of Sun's App server? I am currently proposing AJAX's use, and want to be sure that an upgrade is not needed (to Java 1.5/Application Server 8). Thanks in advance, Chris Cornelius
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24057
|
|
|
AJAX, being a client-side technology, really doesn't care what is running on the server, as long as it supports HTTP.
|
[Jess in Action][AskingGoodQuestions]
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
The XMLHttpRequest Object is a GET and POST just like any plain old form. Only issue you may see is crashing your server from coding a bad Ajax application. (AKA polling the server every second! There was a post here about that asking why performance dropped with multiple users!) Eric
|
 |
Chris Cornelius
Ranch Hand
Joined: Aug 02, 2005
Posts: 48
|
|
Thanks Ernest, That was my thought as well, just wanted some reassurance from the resident AJAX gurus here to take back to upper management. Chris
|
 |
Manesh Kumar
Ranch Hand
Joined: Mar 21, 2006
Posts: 94
|
|
[Thread hi-jack removed] [ May 26, 2006: Message edited by: Bear Bibeault ]
|
Manesh
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56192
|
|
Dilip, This is a completely different question from the original post. Please do not hi-jack someone else's post in this manner; it's very rude. If you have a question of your own, open a new topic. bear JavaRanch Sheriff
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Chris Cornelius
Ranch Hand
Joined: Aug 02, 2005
Posts: 48
|
|
Thanks Eric, Will definately keep that in mind! Chris
|
 |
 |
|
|
subject: AJAX Implementation
|
|
|