Asynchrounous updation and multiple Image maps

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
winm
Posts: 1
Joined: Fri Oct 20, 2006 7:09 am

Asynchrounous updation and multiple Image maps

Post by winm » Fri Oct 20, 2006 8:12 am

Hi,

I am creating web application which going to display multiple graphs in the UI page. I designed UI as a JSP page. For showing multiple graphs in the page I am creating graphs and storing in to the webapplication temp directory.

I want to do it in a betterway instead of storing the images on the webapplication directory. Image map is a solution for the problem. How to create Imagemap with multiple urls or multiple imagemaps.

I need to update the graphs asynchrnously depending on the server data. The data is available on the server depending on the data updation I need to update the image asynchronously using AJAX.

It would be great If I get some good ideas or example to implement this.

Thanks,
winm :wink:

demonhead
Posts: 24
Joined: Thu May 25, 2006 5:44 am

Re: Asynchrounous updation and multiple Image maps

Post by demonhead » Fri Oct 20, 2006 9:19 am

winm wrote:Hi,

I am creating web application which going to display multiple graphs in the UI page. I designed UI as a JSP page. For showing multiple graphs in the page I am creating graphs and storing in to the webapplication temp directory.

I want to do it in a betterway instead of storing the images on the webapplication directory. Image map is a solution for the problem. How to create Imagemap with multiple urls or multiple imagemaps.

I need to update the graphs asynchrnously depending on the server data. The data is available on the server depending on the data updation I need to update the image asynchronously using AJAX.

It would be great If I get some good ideas or example to implement this.

Thanks,
winm :wink:

If u want to show it on a ui there is no other alternative than storing the images on the temp dir. For each image u cna hva only one image map and not more than that atleast what i have seen from my experiments with Jfree. I have done something i can send u my webapp.
post ur email and i will see what i can do.

angel
Posts: 899
Joined: Thu Jan 15, 2004 12:07 am
Location: Germany - Palatinate

Post by angel » Fri Oct 20, 2006 11:17 am

A good question is why do you need multiple imagemaps...

jfreeuser2006
Posts: 59
Joined: Mon Nov 20, 2006 1:00 pm

multiple image maps

Post by jfreeuser2006 » Mon Jan 22, 2007 9:35 am

i too am interested with the image maps.

i have two different charts in 1 page that requires two image maps. how would i go about this?

Locked