Category: Dev Notes

  • GAE: Querying on Child objects using parent Key

    This post is about the Google App Engine and its limitations. I googled for a while to try and find an article on how to do better queries using the datastore, but I did not find what I needed. I hope this helps some of you out there. I have a a bunch of child…

  • Get going with Tomcat & Eclipse on OSX

    I recently had to move a project off of Google App Engine. To my surprise, Google App Engines performance was just not fast enough for this project. In any case, this lead to my installation of Tomcat on OSX and integrating into Eclipse so here is how to do it: Get the latest tomcat: http://tomcat.apache.org/index.html.…