Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Spring JPA Hibernate and mysql Application in Google App Engine (GAE)

 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am very new to cloud environment, sorry for this simple questions. We have application which is using (Html 5 + Spring + JPA + Hibernate + MySql Database). I would like host this application on cloud. (Google App Engine).

I would like to do two things on this application, deploy the application in organization itself as Intra Application since we want to reduce Internet Access (considering internet connectivity and provide better performance to the users) and deploy the same application on Google App Engine for different set of users (here considering that not many people will access this application but still some people will access from different countries).

The following are my question.

1. Google App Engine supports (HTML 5 + Spring + JPA + Hibernate) Applications to host?
2. Can we keep database (mysql) on our organization itself? if yes, then how GAE hosted application can connect our database? can you please share if any example code for this?
3. is it Better to place database server in our organization itself or on GAE side?

can you please suggest?

Can you please share if any sample application/example/article found?
 
reply
    Bookmark Topic Watch Topic
  • New Topic