Yeah its possible.. Just not in App Engine (like ther error stated) ;). If you don't want to use App Engine you can disable it on eclipse gwt plugin ( I suspect you use eclipse). Just right-click on the project -> Properteis -> Google -> App Engine -> deselect "Use Google App Engine".
Bye, Norman 2009/9/6 Robert Lang <[email protected]>: > 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 -~----------~----~----~----~------~----~------~--~---
