Help on Drawing in JSP

Hello! I need to develop a drawing program using jsp. It will be like using a pen to draw on top of an image.Do you have any example codes? Thank you very much!! I would appreciate it very much if you can help me.
[227 byte] By [SongChuana] at [2007-11-26 15:06:29]
# 1
i think it is not part of the jsp anymore, but rather dhtml
jgalacambraa at 2007-7-8 8:56:25 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

You can do something like that as an Applet, with possibly Java Swing code. Although, I'm not sure if Swing only works on desktops or if it works in Applets.

Other options are Flash.

But with just JSP it not possible, because JSP does not have code features that will allow you to build a drawing application.

I have not tried JSF - Java Server Faces, but I doubt it will have features but you can check.

Some websites that use Applets for this purpose:

http://www.frontiernet.net/~imaging/draw.html

Google: Larry's Paint 1.0

appy77a at 2007-7-8 8:56:25 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...