I'm using Google Charts with Stripes and like it so far. One nice thing about Google Charts: The CPU and memory actually needed to render the chart image is done on Google's CPU and memory, not yours.
-----Original Message----- From: Philip Constantinou [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 10:22 AM To: Stripes Users List Subject: Re: [Stripes-users] Chart Libraries One other option is Google Charts: http://code.google.com/apis/chart/ I haven't done more than a few experiments but it's produced good results. On Dec 1, 2008, at 7:55 AM, Evgeny Shepelyuk wrote: > Hello guyz > > +1 on this approach :) > >> 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=/ > > > > -- > Написано в почтовом клиенте браузера > Opera: http://www.opera.com/mail/ > > > ---------------------------------------------------------------------- > --- 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 ------------------------------------------------------------------------- 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 This e-mail message is being sent solely for use by the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by phone or reply by e-mail, delete the original message and destroy all copies. Thank you. ------------------------------------------------------------------------- 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
