Вопрос

I want to host my java web application on GAE and my database on different server(GoDaddy). Google data store is free for only 6 months, So i would like to use database of different hosting(goDaddy). So is it possibe(in case of GAE)??

I am able to use database of my hosting(goDaddy) from my local system but when i upload my application to GAE than it doesn't work.

Это было полезно?

Решение

If your database provides a REST API for remote connections, then it should not be any problem. If you can access your database by using Sockets (i.e. java.net package) then this is not possible.

Also, Google App Engine provides free quota based on usage and not time. For more information please take a look at App Engine Quotas

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top