yes, u are right. Have to be careful about that on GAE. For the common-libs, i am only using the file upload apis, which seems to be allowed on GAE. Also some utils from commons-lang lib, which are compatible.
Thanks, Subhro. On Tue, Dec 21, 2010 at 2:20 PM, zixzigma <[email protected]> wrote: > I believe you are using an API that is restricted on GAE. > support for File/IO operations are very limited on GAE, > and when using third party libraries such as Apache Commons, > not all of their features is supported. > check GAE WhiteList to see what is supported. > > Often you have to look for alternatives. > What might be very easy in JRE, requires some tricks to get it to work > on GAE. > > -- > 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]<google-web-toolkit%[email protected]> > . > 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 [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.
