Hello I've extended my project with this tutorial to save Data on the server (I've done another project, I used it only to see how it works): http://code.google.com/webtoolkit/doc/latest/tutorial/RPC.html
But if I add a FileWriter object in the class DataServiceImpl, I get this errormessage: "java.io.FileWriter is not supported by Google App Engine's Java runtime environment" This class is in the package com.html5.server. I thought classes in the server package could use all Java classes. Do I have to define anywhere which package the server package is so I can use this class? thank you for your help. -- 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.
