JSP hosting on Google App Engine?

Any body posted by JSP to GoogleAppEngine ... I expect user to collide with GoogleAppEngine

Is it easy to maintain JSP / Servlet. I used another free web hosting service. But it was nice to manage and use.

+2


source to share


3 answers


JSP and Servlet are still JSP and Servlet in Google App Engine. I used it to call the Twitter API from a servlet and store it in my Memcache. It was like writing any other application. However, when you deploy it, either it just works or you don't know what went wrong. Bottomline is very easy as long as it works.



+3


source


JSP is a standard part of Java GAE. So what exactly are you questioning?



What do you mean by the second sentence?

+4


source


I have implemented an application based on a simple servlet serving JSON and storing / loading data directly using DataStore API (no JDO, JPA)

0


source







All Articles