On Monday 06 February 2006 06:10, sapnabafna247 wrote:
> Hi Ronan,
> Thanks for you reply...
> Even I think SVG would limit my scope..but I nned to build teh white
> board...my problems are
>
> 1. How do I display applications written in c++/java script in the
> browser(like inskye or batik similar of adobe SVG )
>

You appear to confuse SVG and Adobe. The Adobe SVG viewer is one way to 
display SVG on the browser. It is also the most common way and works with 
most browsers. Some browsers such as recent versions of Konqueror, Opera, 
Firefox and Mozilla support SVG directly, and do not require a plugin. There 
are also SVG viewers such as Batik Squiggle which are applications for 
viewing SVG. As well, you can build your own Batik application in Java, or 
you could even build a Batik SVG viewer applet. Finally, many mobile devices 
support SVG via the Ikivo or the Bitflash SVG viewers. 

Because there are many ways to view SVG on a device, I can not really 
specifically answer your SVG device question.

> 2. Are there some other applications or pluggins which I can
> integrate with ruby on rails and implement this shared white board in
> my application
>

You appear to misunderstand the role of the SVG viewer in the application 
architecture. You do not integrate the SVG browser into your serverside 
system. SVG is analogous to HTML, and you simply build a system that displays 
SVG and send that displayed SVG to the requesting SVG-enabled browser via 
HTTP requests, exactly the same way that it is done in html. There is nothing 
more to it.

So in short, you do the following:

1/ decide whether or not you wish to use SVG as the GUI layer for your 
application, or as part of the GUI layer.
2/ decide what user platforms you wish to support
3/ find out what SVG subset is and what is not supported by these platforms
4/ build your architecture accordingly
5/ deploy and test...

The same as with html. Some SVG implementations support most of SVG-1.2, some 
support part of SVG-1.0, some support javascript, some support smil. You need 
to be aware of what you want to do, and you need to research how you will do 
it. 

Broadly speaking, anything that can generate arbitrary XML can generate SVG. 
However, anything that assumes HTML (such as most implementations of Ajax 
solutions) do not work so well. I have not worked with ruby on rails, but 
unless it can generate arbitrary xml, you will probably have trouble with it.

Ronan

Ronan

> Thanks
> Sapna
>
> --- In [email protected], Ronan Oger <[EMAIL PROTECTED]> wrote:
> > SVG Draw is a demonstration application, not a tool per se. You can
>
> copy the
>
> > files and then modify the application to support your needs.
> >
> > Given the fact that Adobe have not released a new version of their
>
> SVG Viewer
>
> > plugin (ASV) other than minor patches for several years, you may
>
> also want to
>
> > make sure you do not corner yourself into using functionality that
>
> only works
>
> > in ASV. The Adobe examples may contain old javascript that only
>
> works in ASV:
> > All the best,
> >
> > Ronan
> >
> > On Friday 03 February 2006 10:23, sapnabafna247 wrote:
> > > Hi,
> > > I am building a Network application using Ruby on rails.
> > > I want to build a collabrative tool using Adobe SVG draw.
> > > Can i interface this tool and make it work as a collabrative
>
> tool.To my
>
> > > understanding I can pass teh xml file to my peer and sync the
>
> drawing
>
> > > procedure
> > >
> > > In teh first plave I want to integrate SVG Draw in my
>
> application. How
>
> > > do I do that?
> > >
> > > Sapna
> > >
> > >
> > >
> > >
> > >
> > > -----
> > > 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
> >
> > --
> > Ronan Oger
> > Director
> > RO IT Systems GmbH
> >     ...Building Web2.0 with SVG since 2001
> >
> > http://www.roitsystems.com
>
> -----
> 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
>
>
>

-- 
Ronan Oger
Director
RO IT Systems GmbH
        ...Building Web2.0 with SVG since 2001

http://www.roitsystems.com


-----
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