Hi Ross,

I am currently using JFreeChart+JCommon and it is working well.
You don't even need a plugin, you can just return a StreamingResolution
and use:

JFreeChart chart = ...;
ChartUtilities.writeChartAsPNG(response.getOutputStream(), chart, width,
height);

in the public void stream(HttpServletResponse response) method.

Hope that helps.

Cheers,
Freddy
http://www.stripesbook.com

On Mon, 1 Dec 2008 10:11:29 -0500, "Ross Sargant" <[EMAIL PROTECTED]>
said:
> Hi,
>   My question is not specifically stripes related but I was wondering if
>   any
> stripes developers have any experience
> with charting libraries. I have taken a look but there are so many
> available
> I'm not sure where to start.
> Cewolf/JFreeChart looks like an easy starting pointing but cewolf looks
> like
> a dead project with no recent updates.
> 
> I'm using a custom jetty+spring+stripes "container" (no java EE). My
> views
> are plain vanilla JSP pages using the stripes tag library (including
> layout
> tags). I'm looking for a solution that would fit into that environment
> without signficant changes.
> 
> Appreciate any assistance you can provide.
> 
> 
> Ross Sargant
> 
> TVR Communications LLC
> Software Engineer
> 3275 W Hillsboro Blvd,Suite 300,Deerfield Beach, Florida,33442
> 
> http://www.tvrc.com
> 
> p: 954-571-2017 x2108
> 
> email: [EMAIL PROTECTED]

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to