I am new to SEAM and JSF, and want to design image manipulation application using it. I am planning to use JQuery plugins at client side for image effects such as crop, rotate, resize and many more. My Concerns are,
If you guys have any different approach than this, it would be good to learn.
Thanks, Rahul
Solved this by using JCrop and other JQuery plugins and using Java ImageIO at server side. JCrop works pretty much with coordinates.