i dont think i understand what you want to do here.

if you want to save an object, you have to serialize it & write it to
server.
if you want to use http, you can do it with POST (multipart), on
serverside, you need to write a servlet to handle the request: parse it &
write it to wherever you want
if its not a http-server ( just a server socket), you can send the stream
directly

look like you missunderstand the concepts of http-protocol & file-system

hth

On Mon, Nov 7, 2011 at 5:59 PM, m...@grayout.de <m...@grayout.de> wrote:

> Hi Raphael,
>
> thanks for your prompt response. I will look for the log file and
> check if there is something in it.
>
> This is server-side code. Is it possible that I have no write access
> to the folder? If yes, how could I change this running in development
> mode?
>
> If what I am doing is too much of a security risk, what alternative do
> I have? I just need to store a Java-Object on the server for later
> use.
>
> Thanks and best regards,
>
> Uli
>
> --
> 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-toolkit@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.
>
>

-- 
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-toolkit@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