HighDots Forums  

xmlHttpRequest

JavaScript discussion (multi-lingual) JavaScript discussion (alt.comp.lang.javascript)


Discuss xmlHttpRequest in the JavaScript discussion (multi-lingual) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
JScoobyCed
 
Posts: n/a

Default xmlHttpRequest - 12-10-2005 , 01:27 AM






Hi,

I have an ASP project in hand, with mission to upgrade to J2EE
plateform (for many reasons that are not the purpose of this discussion )
I have heard and read a lot about AJAX and xmlHttpRequest. We have
already used it a bit in this ASP project to ease the work of some
screen updates.
Now we are at the phase 1 of the J2EE project, that is redesigning the
web-app, and implement from the base the API or methods we need.
My question is: is it safe to use this xmlHttpRequest in our system and
actually use it intensively?
My concerns is that eventually, this powerful little object might be
removed from future release of the browsers, for some reason removed
from JS scpecs or whatever reason.
Ok, I don't know which fool would do that, but...

Thanks

--
JSC

Reply With Quote
  #2  
Old   
Jasen Betts
 
Posts: n/a

Default Re: xmlHttpRequest - 12-10-2005 , 05:37 AM






On 2005-12-10, JScoobyCed <pim (AT) pam (DOT) poum> wrote:
Quote:
Hi,

I have an ASP project in hand, with mission to upgrade to J2EE
plateform (for many reasons that are not the purpose of this discussion )
I have heard and read a lot about AJAX and xmlHttpRequest. We have
already used it a bit in this ASP project to ease the work of some
screen updates.
Now we are at the phase 1 of the J2EE project, that is redesigning the
web-app, and implement from the base the API or methods we need.
My question is: is it safe to use this xmlHttpRequest in our system and
actually use it intensively?
My concerns is that eventually, this powerful little object might be
removed from future release of the browsers, for some reason removed
from JS scpecs or whatever reason.
Ok, I don't know which fool would do that, but...
it is surrounded by heavy security rules in that the requests must go to the
same server that served the page, and it doesn't provide any greater
security risk to the client than executing javascript does so no. I don't
see any reason for it to be discontinued.

one possible change is that it may at some stage become a built-in in IE
like it is currently in mozilla instead of being an activeX object.



--

Bye.
Jasen


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.