You really don't need anything with GWT to accomplish this.  Create an
image with a URL (traditional <img> or Image()) and have a servlet
field this URL.  Get the image bytes out of the database, set the
correct mime type in the response, and pipe the image bytes through
the response's output stream.

Good luck!

On Apr 30, 2:34 am, GWT Groups <new.ankitj...@gmail.com> wrote:
> Hello Friends,
>
>                         This is my third post on this group, I am very
> happy after seeing the response from the group members.
> Now i got stuck in a problem is that,
>                                            " How to display image
> stored into database onto gwt form ?"
>
> Objective of this post:- I have user image stored into my database,
> now i want that whenever a user login with her/his account , an image
> should we display on the user GWT profile form.
>
> for this I am using GWT FormPanel class, now i don't know how to get
> image  from server to client gwt formpanel and display this  image.
>
> NOTE:    my image stored in blob data type in MYSQL.
>
> I am waiting for response from my group members.
>
> Your Friend
> Ankit
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to