IBM® Extensions to the Dojo Toolkit

Atom library, data store, and widgets

Limitations:

Due to the same-origin policy present in the browser, JavaScriptTM code cannot request resources from servers other than the server which the current script originated from. There are several workarounds, however the Atom library uses the standard XMLHTTPRequest. Because of this, the library can only handle feeds that originate from the same domain that the library is served from. To retrieve feeds from other domains, use the Ajax Proxy (included as part of this feature pack) to broker requests to external resources.