Hello all,
The application that I am currently developing under Geronimo is using
Dojo (mostly for it's asynchronous HTTP support).
Because it is a javascript library, there are limitations that come up
if you ever try to cross domains in your URLs.
Those limitations are basically that you cannot use javascript to access
a different domain that the one the javascript was called from (at least
that is how I currently understand it). They did that to prevent
cross-site scripting abuse.
But, I do have everything that I need working right now. So I would be
more that happy to do testing for pulling the Dojo library out of my war
files and referencing a single shared library (as long as you use
version 0.3.1 or higher - the current version).
Jay
- Re: AJAX and Geronimo Jay D. McHugh
-