Re: Place image in object, send object over rpc, use hibernate to update database

2010-11-29 Thread Gaurav Vaish
Sending image data over RPC... how do you plan to use this binary data on the client side? It's not possible... JavaScript does not have any image-processing API. You can do something like this: - Create the image binary data on the server, and label it with some unique ID (store in memory,

Re: Place image in object, send object over rpc, use hibernate to update database

2010-11-29 Thread ep
just wondering how u want to get image's raw data (binary) on the client...actually not possible before html5, you have to upload the image via browser form (and all the remnant data maybe as well to not work with separate transactions)... take a look at gwtupload On 29 Nov., 08:20, Noor

Re: Place image in object, send object over rpc, use hibernate to update database

2010-11-29 Thread Noor
Ya this is not possible in client side javascript. I am finding this a very great limitation because we should have been able to read file. I think the file system should have been accessible via javascript but i think this can lead to security issues. Still, thanks for your comments!! -- You

Re: Place image in object, send object over rpc, use hibernate to update database

2010-11-29 Thread David Chandler
Here's a recent article on how to do this with GWT + Google App Engine: http://ikaisays.com/2010/09/08/gwt-blobstore-the-new-high-performance-image-serving-api-and-cute-dogs-on-office-chairs/ /dmc On Mon, Nov 29, 2010 at 12:12 PM, Noor baken...@gmail.com wrote: Ya this is not possible in

Re: Place image in object, send object over rpc, use hibernate to update database

2010-11-28 Thread Noor
Thus,the object will contain an image -- 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