[appengine-java] Can't request public Google Doc anymore

2011-08-04 Thread GeneralSlaine
Hi all, I used code below to retrieve a web published Google Doc (example url below). This worked fine until recently all of a sudden result does not retreive actual document anymore. Instead I get a Document not found with a 400 HTTP code I think. When fetching exactly the same url in my browser,

[appengine-java] Re: Objectify: IllegalAccessError

2011-05-04 Thread GeneralSlaine
).filter(email,         email).filter(senhaautorizada, senha); 2011/5/2 GeneralSlaine lennart.ben...@gmail.com Hi all, I'm a first time user of objectify and  I'm implementing the intorduction (with slightly modified classes). When calling ObjectifyService.begin() I already run

[appengine-java] Re: Objectify: IllegalAccessError

2011-05-03 Thread GeneralSlaine
before 1.4.0, perhaps?  Make sure you are using the latest. Jeff On Mon, May 2, 2011 at 3:16 PM, GeneralSlaine lennart.ben...@gmail.com wrote: Hi all, I'm a first time user of objectify and  I'm implementing the intorduction (with slightly modified classes). When calling

[appengine-java] Objectify: IllegalAccessError

2011-05-02 Thread GeneralSlaine
Hi all, I'm a first time user of objectify and I'm implementing the intorduction (with slightly modified classes). When calling ObjectifyService.begin() I already run into trouble: an IllegalAccessError is thrown: //Some objectify Test code

[appengine-java] Re: Persistant Objects to GWT front-end (and vice versa)

2011-01-26 Thread GeneralSlaine
/ Objectify entities can be used in GWT without the need for Data Transfer Objects. On 25 Jan., 21:52, GeneralSlaine lennart.ben...@gmail.com wrote: Hi all, I've been having some issues with getting my persistant object to GWT web front-end for example when implementing a web page

[appengine-java] Persistant Objects to GWT front-end (and vice versa)

2011-01-25 Thread GeneralSlaine
Hi all, I've been having some issues with getting my persistant object to GWT web front-end for example when implementing a web page to modify this object. Ideally I would like to be able to reuse the same class both for back-end as for front-end. So far, I have not managed. Instead I have a

[appengine-java] Re: App Engine Really Slow after certain time of no requests

2010-11-13 Thread GeneralSlaine
Thanks, this is exactly the info I looking for. On 13 nov, 15:28, zhiw...@gmail.com zhiw...@gmail.com wrote: http://code.google.com/intl/en/appengine/kb/java.html#What_Is_A_Loadi... On Nov 12, 1:48 am,GeneralSlainelennart.ben...@gmail.com wrote: Hi all, I have had a number of

[appengine-java] App Engine Really Slow after certain time of no requests

2010-11-11 Thread GeneralSlaine
Hi all, I have had a number of performance issues on initial loading of my app engine application. Part of it is already solved by using Caching. However, my application is still very slow when first loading a servlet after a certain amount of time of inactivity (I think about 1 minute). After