Re: [appengine-java] Google App Engine Internet Crawler

2011-09-29 Thread Rodel Ocampo
Thank you very much for the lead . Being a newbie in appengine makes it harder for me. :D -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-java@googlegroups.com. To

Re: [appengine-java] Google App Engine Internet Crawler

2011-09-28 Thread Ikai Lan (Google)
You'll probably have to use chaining task queues or the backends API: http://code.google.com/appengine/docs/java/backends/overview.html This has the tendency to be pretty expensive, though, and you don't really get any benefits from using App Engine, so you might be better off crawling the

[appengine-java] Google App Engine Internet Crawler

2011-09-27 Thread Rodel Ocampo
Good day Developers! Any idea on how to crawl the internet in Google App Engine - Java? My thesis requires me to search a book in the internet just using the book's ISBN. Thank you very much. :D -- You received this message because you are subscribed to the Google Groups Google App Engine for