--- In svg-developers@yahoogroups.com, "Robert Russell"
<[EMAIL PROTECTED]> wrote:
>
> If I were looking for an existing framework for ajax that would be
> easy to extend for SVG, where should I look? Anyone have experiences
> or examples they'd like to share?
>

I've used Sarissa in the past for pure DHTML apps, I like it because
it's fairly concise, seems to be documented fairly well and supported
(for the most part) on all major browsers.  

One caveat when it comes to SVG and Ajax frameworks is that the most
widely deployed environment for SVG (Adobe SVG Viewer) uses an old
Mozilla JavaScript engine (prior to XMLHttpRequest) that has custom
methods for doing these asynchronous server-side calls (getURL(),
postURL()).  As far as I understand things, getURL() is ONLY for
asynchronous calls only and cannot be used for both synchronous and
asynchronous requests like XMLHttpRequest can.

I've done a couple simple Ajax things with SVG and what I do is use
XMLHttpRequest if it exists, otherwise I call special ASV functions
that do the request and parsing.  This should give me operability on
Firefox 1.5, Opera 9 and ASV...

Ideally, ASV would be updated with a more modern JavaScript engine
(Mozilla's latest) if they Adobe ever releases a new version.

For more on Adobe's Ajax-like functions:

* http://www.xml.com/pub/a/2002/07/03/adobesvg.html
* http://www.carto.net/papers/svg/samples/get_parse.shtml
* http://jibbering.com/2002/5/dynamic-update-svg.html






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/1U_rlB/TM
--------------------------------------------------------------------~-> 

-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to