JFreeChart with Servlets

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
clarkjohnken
Posts: 1
Joined: Fri Mar 13, 2020 9:21 am
antibot: No, of course not.

JFreeChart with Servlets

Post by clarkjohnken » Fri Mar 13, 2020 9:22 am

Hi. I've been using jfreechart with servlets, and I'm looking for ways to speed it up. I was wondering, will the charts would still work if I stripped out all of the event passing/change listeners code?

Also, does anyone know how to embed a picture into a http response using something like muli-part mime (email + attachment)?

Thanks in advance,

Locked