[appengine-java] Re: [ANN] Gaelyk 1.0 is here, the lightweight Groovy toolkit for Google App Engine

2011-08-06 Thread Guillaume Laforge
Looks like I messed the template a bit :-) On Sat, Aug 6, 2011 at 20:33, Loic Descotte wrote: > Great, > I will take the opportunity of the holidays to discover this framework. > Congratulations for your work! > > In the template is it normal that the data insered is "bart" and the data > search

[appengine-java] Re: Getting a grip on startup

2011-08-06 Thread Mike Lawrence
the stripes web framework starts in under 3 seconds on GAE. it's clean, simple, and light. do you really need spring? is wiring beans really worth all the startup cost? On Aug 3, 9:57 pm, John wrote: > As our app has grown, the amount of initialization work to do in order to > make an instance

[appengine-java] Re: Joins!

2011-08-06 Thread Mike Lawrence
to build a scalable schema on GAE I'd consider this agile/tracer bullet approach: 1 identify your most common couple of use cases eg building home page, list friends, etc 2 implement it from front end to back end using keyed reads over queries where possible 3 add new features without breaking t

Re: [appengine-java] Re: pdf creation problem

2011-08-06 Thread siva vs
thanks again for your response gk.. I search that code for the OutputStream implementation method , but i couldn't find better result for my problem i couldn't fix yet , if you suggest any refer link that related that resources On Thu, Aug 4, 2011 at 6:40 PM, gk wrote: > FileOutputStream outputs

[appengine-java] java.net.SocketTimeoutException: Timeout while fetching

2011-08-06 Thread Luke
i'm using webclient and i get this error java.net.SocketTimeoutException: Timeout while fetching com.gargoylesoftware.htmlunit.UrlFetchWebConnection getResponse: Exception while tyring to fetch .I already set my app to use "always on" feature. but still getting timeout error. 1. Anyway to incre