Hi All, For an app I need to obtain data from an external PostgreSQL database, do some calculations on it and then show the results to the clients in an MVP set-up.
However, from some posts I gather that GAE cannot connect with a PostgreSQL DB over the internet out of its servlet context. Others suggest setting up an 'http proxy' for this. I'm quite a newbie on this, however, I would love to use GAE / GWT for the most part (particularly GTWP). Anyone that has a suggestion how I can get to the data on the Postrgres DB out of my GAE servlet context?? Thanks a lot! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
