Also see:

http://code.google.com/appengine/kb/java.html#writefile
http://code.google.com/appengine/docs/java/datastore/overview.html

On Sep 6, 1:03 pm, Jim Douglas <[email protected]> wrote:
> Hi Robert,
>
> That's a Google App Engine limitation; it has nothing to do with GWT.
> For the subset of Java classes that work in the Google App Engine,
> see:
>
> http://code.google.com/appengine/docs/java/jrewhitelist.html
>
> On Sep 6, 12:47 pm, Robert Lang <[email protected]> wrote:
>
>
>
> > Hello,
>
> > About: "The GWT complier has got nothing to do with the server side code"
>
> > I created a Class "TestFileWriter" using FileWriter into .server subpackage
> > and receive
> > folow Eclipse Error:
>
> >     - java.io.FileWriter is not supported by Google App Engine's Java
> > runtime environment
> >     - java.io.FileWriter is not supported by Google App Engine's Java
> > runtime
>
> > Is really possible to use file writer in the server side?
>
> > Best Regards,
>
> > Robert
>
> > 2009/8/28 Alexander Cherednichenko <[email protected]>
>
> > > refer to the
> > >http://code.google.com/intl/ru/webtoolkit/tutorials/1.6/create.html
>
> > > The folders in the project have specific meaning. You will not get
> > > anything touched by gwt compiler unless it is in client subpackage.
>
> > > On Aug 23, 4:27 pm, Dalla <[email protected]> wrote:
> > > > You have to put this code in the *.server sub-package of your
> > > > project.
> > > > The GWT complier has got nothing to do with the server side code.
>
> > > > On 23 Aug, 04:39, Robert Lang <[email protected]> wrote:
>
> > > > > Hello,
>
> > > > > I need to write a file on server's disk, but FileOutputStream,
> > > FileWriter,
> > > > > etc, but isn't supported with GWT Compiller... How I do this?
>
> > > > > A File need to write in specific folder/partition, independent of app
> > > > > deployed on web server, for storage specific file formats.
>
> > > > > Best Regards,
>
> > > > > Robert Mauro Lang
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to