Deploying struts2 + hibernate application using google app engine -


this quite cumbersome me now...

i have developed application using struts2, , hibernate (mysql) , working fine apache tomcat.

now want deploy on google app engine. reckon have convert java dynamic web project google web project. after doing so, when tested on google supplied server eclipse, not running. it's showing exceptions hibernate. first exception encountered jdbcexception: not able open connection . heard google app engine(gae) not support mysql. true? alternatives?

by default, gae not use mysql or kind of relational database storing data, if want use relational database in application should go "google cloud sql". using can store data in relational database on cloud , can access gae based java application.

both of services (gae , cloud sql) freely available there limitations also. free versions have limited storage.

for more details, have : https://cloud.google.com/products/cloud-sql


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -