That's a good idea. Try using the batik project for delivering your files as
svg(scalable vector graphics) files.
These are xml-based files which you can generate with your relevant database
data and view with a java applet or the freely available adobe svg plug-in.
Also another try would be the cocoon framework.
I would recomment the svg approach though.

- viru

----- Original Message -----
From: "James, Stuart" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 22, 2001 6:24 AM
Subject: RE: Graphics with jsp


> I've heard about something called vml (Virtual modelling language) which
> allows you to draw vector graphics in xml and display them on the browser.
>
> not sure what browsers support it but I recall that NASA use it on some of
> there sites!
>
> -----Original Message-----
> From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 22, 2001 1:27 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Graphics with jsp
>
>
> Gregor Kovah wrote:
>
> > Hi!
> >
> > Hmm, this is a bit off topic, but nevertheless:
> > You could use KavaChart (www.ve.com), which you can use in Servlets and
> > JSPs, but unfortunately it is not free.
>
> Why not the good old "Fly"? It is a C compiled CGI program that takes a
> "command file" and draws a GIF following those commands. All the
> JSP/servlet needs to do is create a command file.
>
> Is there something equivalent in Java?
>
> Nix.
>
>
> ___________________________________________________
> Email Disclaimer
>
> This communication is for the attention of the
> named recipient only and should not be passed
> on to any other person. Information relating to
> any company or security, is for information
> purposes only and should not be interpreted as
> a solicitation or offer to buy or sell any security.
> The information on which this communication is based
> has been obtained from sources we believe to be reliable,
> but we do not guarantee its accuracy or completeness.
> All expressions of opinion are subject to change
> without notice.  All e-mail messages, and associated attachments,
> are subject to interception and monitoring for lawful business purposes.
> ___________________________________________________
>

Reply via email to