Applets or an actual Java app are probably your only Java based solutions.
JSP simply serves up an HTML page to the user.  As such there is no tools to
do this sort of thing unless you go outside the realm of HTML and use some
very creative JavaScript (can it do this?) or ASP or something.  Either way
if you don't go with an applet or a Java app you might as well not use JSP
at all unless you are having it handle some other dynamic info such as a
look and feel, sessions, or security, etc.

Matt


On Wed, 1 Aug 2001, Charu Gupta wrote:

>
>
> Hi all,
>
> I am working on a application . The requirements are somewhat like the
> microsoft paint application. There are images on the client and a color
> palette. If the user clicks on any area in the image and then on the
> color palette, that area gets filled up with the color.Also there has to
> be drag and drop functionality. The end user can click on some images and
> drop them in the area where he/she points to on the client.
>
> How can this be achieved using Java?
>
> Can this be done entirely on the client side without submitting that page
> to the server?
>
> I thought of using applets,swing but it'll make the client very fat.Is
> there any way to achieve this by JSP or any other way using Java.
>
> Any help will be greatly appreciated.
>
> Thanks
>
>
> ________________________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body of the message "signoff SERVLET-INTEREST". Archives:
> http://archives.java.sun.com/archives/servlet-interest.html Resources:
> http://java.sun.com/products/servlet/external-resources.html LISTSERV
> Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to