> Sorry for the stupid noob question. I'm creating a Java Application that use
> several libraries and basically gets streams from twitter and somehow use
> them to save jpg images. I wonder if Google App Engine is what I need to
> keep my application running without need to run it on my computer
> permanently. And is it possible to do that at all?

the only out bound connections available on appengine are http.
so if twitter supports http, all good.

saving images no problem

hope that helps.

-lp

-- 
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.

Reply via email to