Search found 1 match

by tphan
Wed Dec 02, 2015 6:35 am
Forum: JFreeChart
Topic: Servlet Invoked Multiple Times For Each Request
Replies: 1
Views: 5427

Servlet Invoked Multiple Times For Each Request

Hello, I'm using a servlet to render a PNG image directly for <img> tags within a JSP file. Our code is similar to the example in the URL below. We use 'ChartUtilities.writeChartAsPNG' to generate and return the image. http://www.avajava.com/tutorials/lessons/how-do-i-return-a-dynamically-generated-...