PDA

View Full Version : How can I run JFreeReport in client site with servlet.



Anonymous
04-17-2002, 05:24 AM
How can I run JFreeReport in client site with servlet.

Anonymous
04-18-2002, 06:04 AM
In a servlet environment you might use JFreeReport to generate reports in PDF format and send these to the client. Just an idea though, I'm not a servlet developer.

Regards,

DG.

Anonymous
04-25-2002, 03:55 PM
If your servlet host does not provide X11 or window support, you may have a look at the Pure Java AWT. In conjunction with Sun's Java Advanced Imaging API, you could also create JPEGS or GIFs on the server side.

http://www.eteks.com/pja/

Although I haven't tried it, I'm sure, that you should also be able to use
JFreeChart to spice up you data and serve the images to the client.