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 unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



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 internet with idle computer/bandwidth at your university.

--
Ikai Lan
Developer Programs Engineer, Google App Engine
plus.ikailan.com | twitter.com/ikai



On Tue, Sep 27, 2011 at 4:55 AM, Rodel Ocampo rrocamp...@gmail.com wrote:

 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 Java group.
 To post to this group, send email to
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
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 unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[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 Java group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.