Or else you can use Apache Batik to convert your SVG to a GIF on-the-fly.

-- 
Danny Yates
 


-----Original Message-----
From: Richard Mixon (qwest) [mailto:[EMAIL PROTECTED] 
Sent: 02 September 2003 20:24
To: Struts Users Mailing List
Subject: RE: Bars Graph


If you need relatively standard bar charts/graphs then one of the suggested
charting packages is best.

However if you need to do anything non-standard and end up needing to
roll-your-own, we have found using SVG (Scalable Vector Graphics) to be
relatively easy to generate from Struts. Its just another XML variant. Your
users browser will need to either natively support SVG (not likely) or
install the freely available Adobe SVG plugin.

 - Richard

-----Original Message-----
From: NYIMI Jose (BMB) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 02, 2003 8:20 AM
To: [EMAIL PROTECTED]
Subject: Bars Graph


Hello,

I have following needs:

* parse a text files on daily basis
* put the result into database
* buit a web application upon above database
* provide the client a web form where he can choose which graph to see
* on submit, connect to database, plot the graph(bars) and render it to
the client as an image

I would like to build my web application using struts (hope i have
choosen a right tool :-) )

Is there any re-usable component that will build graphs (image) for me.
Let say, i will give it (x,y) pairs of data and it will build bars graph
?

Any inputs is welcome.

Thanks in advance





**** DISCLAIMER ****

"This e-mail and any attachment thereto may contain information which is
confidential and/or protected by intellectual property rights and are
intended for the sole use of the recipient(s) named above.
Any use of the information contained herein (including, but not limited to,
total or partial reproduction, communication or distribution in any form) by
other persons than the designated recipient(s) is prohibited.
If you have received this e-mail in error, please notify the sender either
by telephone or by e-mail and delete the material from any computer".

Thank you for your cooperation.

For further information about Proximus mobile phone services please see our
website at http://www.proximus.be or refer to any Proximus agent.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_____________________________________________________________________ 
Notice to recipient: 
The information in this internet e-mail and any attachments is confidential
and may be privileged. It is intended solely for the addressee. If you are
not the intended addressee please notify the sender immediately by
telephone. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken or omitted to be taken in reliance on it,
is prohibited and may be unlawful. 

When addressed to external clients any opinions or advice contained in this
internet e-mail are subject to the terms and conditions expressed in any
applicable governing terms of business or client engagement letter issued by
the pertinent Bank of America group entity. 

If this email originates from the U.K. please note that Bank of America,
N.A., London Branch, Banc of America Securities Limited and Banc of America
Futures Incorporated are regulated by the Financial Services Authority.
_____________________________________________________________________ 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to