[appengine-java] Re: HtmlUnit support on GAE for GWT crawlability

2010-12-08 Thread brucko
Hi Phillippe, http://www.ozdroid.com/#!BLOG/2010/10/12/How_to_Make_Google_AppEngine_Applications_Ajax_Crawlable Sorry the link was up earlier - but with all the URLFetch timeout stuff going on before, I can understand if somebody removed it. At the moment I have had this up and running for about

[appengine-java] Re: HtmlUnit support on GAE for GWT crawlability

2010-12-08 Thread Philippe Beaudoin
Hi Brucko, Great idea! Can you post a link to your blog, I can't see it here? Philippe On Dec 7, 3:26 pm, brucko wrote: > Always On has made an interesting twist. > > If you want this to work for free, then ATM Gal Dolbers method appears > to be the best at this stage. > > But with Always On

[appengine-java] Re: HtmlUnit support on GAE for GWT crawlability

2010-12-07 Thread brucko
Always On has made an interesting twist. If you want this to work for free, then ATM Gal Dolbers method appears to be the best at this stage. But with Always On not only do sites with low traffic now get faster start ups... It also means that the URLFetch timeout problem for Ajax Crawlable appeng

[appengine-java] Re: HtmlUnit support on GAE for GWT crawlability

2010-10-15 Thread timwhunt
On Oct 14, 11:16 am, Gal Dolber wrote: > This is not 100% mature, but it is a > beginninghttp://code.google.com/p/guit-ajax-crawler/ I haven't tried it yet, but this sounds like a fantastic project. Thanks! I look forward to trying it when I get to that point! -- You received this message b

[appengine-java] Re: HtmlUnit support on GAE for GWT crawlability

2010-08-24 Thread Matt H
Indeed On Aug 23, 10:43 pm, Gal Dolber wrote: > Thats why he needs htmlunit > > 2010/8/23 Arthur Kalmenson > > > > > > > > > > > The Google bot can crawl Javascript based sites, why not follow their > > guidelines? > >http://googlewebmastercentral.blogspot.com/2009/10/proposal-for-makin... > > >

[appengine-java] Re: htmlunit

2009-08-24 Thread Nuno Morgadinho
Any similar tools that one could use with GAE? On Fri, Aug 21, 2009 at 11:04 AM, Marc Guillemot wrote: > > currently not :-( > > As far as I know, there are 3 main issues: > > (1) URLStreamHandler not on white list > http://code.google.com/p/googleappengine/issues/detail?id=1384 (feel > free to s

[appengine-java] Re: htmlunit

2009-08-21 Thread Marc Guillemot
currently not :-( As far as I know, there are 3 main issues: (1) URLStreamHandler not on white list http://code.google.com/p/googleappengine/issues/detail?id=1384 (feel free to star it) (2) HttpWebConnection not supported as it uses sockets (3) implemenation of JavaScript setTimeout, setInterva