Re: [svg-developers] Re: SVG Java servlets

2005-04-30 Thread Philippe Lhoste
derguteonkeldod wrote: Thank you very much for this explanation, Peter! A link that explains in detail with examples the servlet-JavaScript interaction is further more very apprechiated. --- In svg-developers@yahoogroups.com, Peter Thompson [EMAIL PROTECTED] wrote: There are lots of

[svg-developers] Re: SVG Java servlets

2005-04-29 Thread derguteonkeldod
Thank you very much for this explanation, Peter! A link that explains in detail with examples the servlet-JavaScript interaction is further more very apprechiated. --- In svg-developers@yahoogroups.com, Peter Thompson [EMAIL PROTECTED] wrote: There are lots of people here who can explain this.

[svg-developers] Re: SVG Java servlets

2005-04-28 Thread derguteonkeldod
: [svg-developers] Re: SVG Java servlets Thank you Rick, I was looking for examples at the Adobe homepage but could not find examples. Even not by googling. Maybe you know a homepage where this topic was discussed or know where I can find a 'howto'. - To unsubscribe send

Re: [svg-developers] Re: SVG Java servlets

2005-04-28 Thread Peter Thompson
There are lots of people here who can explain this. Generally, SVG and JavaScript are both running in a browser on a client. SVG communicates with JavaScript via events. JavaScript updates the DOM, which is the in-memory representation of the SVG. See this link for a working example of

[svg-developers] Re: SVG Java servlets

2005-04-26 Thread derguteonkeldod
To: svg-developers@yahoogroups.com Subject: [svg-developers] Re: SVG Java servlets Thank you Rick, I was looking for examples at the Adobe homepage but could not find examples. Even not by googling. Maybe you know a homepage where this topic was discussed or know where I can find

[svg-developers] Re: SVG Java servlets

2005-04-25 Thread derguteonkeldod
--- In svg-developers@yahoogroups.com, Thomas DeWeese [EMAIL PROTECTED] wrote: Hi Derguteonkeldod, derguteonkeldod wrote: I'm new to SVG and this Yahoo-Group. Can anybody tell me whether it is possible to manipulate the SVG-DOM and react to SVG events in a Java servlet? I

[svg-developers] Re: SVG Java servlets

2005-04-25 Thread derguteonkeldod
on behalf of derguteonkeldod Sent: Mon 4/25/2005 7:27 AM To: svg-developers@yahoogroups.com Subject: [svg-developers] Re: SVG Java servlets --- In svg-developers@yahoogroups.com, Thomas DeWeese [EMAIL PROTECTED] wrote: Hi Derguteonkeldod, derguteonkeldod wrote: I'm new to SVG