mrlight
Dec 10th, 2007, 04:34 AM
Hi,
I have a question about the best design to display a server side generated picture on a jsp Website.
At this time i want to display a jfreechart as jpg. The website has a lot of content and somewhere should by the chart.
I have solved this problem by setting up a special controller for my picture. So when the Browser requests the pic. My server generates it. The problem is, that I can't integrate a click map without doing everything twice.
So my question is is there a way to integrate an image into the request or in the ModelandView?
It would by great if someone could give my a short howto or even a hint...
Thanx!
Sebastian
I have a question about the best design to display a server side generated picture on a jsp Website.
At this time i want to display a jfreechart as jpg. The website has a lot of content and somewhere should by the chart.
I have solved this problem by setting up a special controller for my picture. So when the Browser requests the pic. My server generates it. The problem is, that I can't integrate a click map without doing everything twice.
So my question is is there a way to integrate an image into the request or in the ModelandView?
It would by great if someone could give my a short howto or even a hint...
Thanx!
Sebastian