Any help much appreciated. I am looking for suggestions for an architecture for the following scenario.
I am working an app which stores some large amount of data (hundreds of mbs) in application\'s own library.
I have a directory of imagery that will be updated continually. From this imagery, I am making Image Pyramids using the Geotool\'s PyramidBuilder utility. I need to setup a cron job to automatically a
Hy everyone, I have ExtJS 3.2 , PHP5.3 and Oracle 10g XE. JSON returned from MyExtJs.php : [{\"FIRST_NAME\":\"Ellen\",\"LAST_NAME\":\"Abel\"},{\"FIRST_NAME\":\"Sundar\",\"LAST_NAME\":\"Ande\"},{\"
in http://code.google.com/appengine/docs/python/datastore/entities.html#Saving_Getting_and_Deleting_Entities
I\'m trying to pass a query result to a taskqueue: q = models.Spam.all() results = q.fetch(10) taskqueue.add(url=\'/_ah/queue/do-spams\', payload=results)
I m currently using db.Model to store a string (already in xml format) how do I make this xml string publicly accessible (in the form o开发者_JAVA技巧f example.appspot.com/xml_file so firefox will rec
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
As a newbie to app engine and python I can follow the examples given by Google and have created a python application with a template HTML page where I can enter data, submit it to the datastore and by
I have this tiny C# winforms application that will NOT grow larger in any way. It\'s just two input fields and a button.