Here is my problem :
I have to draw rectangles on images and control everything by a website with jsp pages. I have no idea how can I show the image on the jsp and on click draw a rectangle on it and save it.
I wanted to do it with javascript but if we reload the page all the changes won't be applied.
My application run with JEE, hibernate, spring.
Thank's