vote up 0 vote down star

Any body hosted JSP in GoogleAppEngine... I Expect the user experiences from GoogleAppEngine

Is it easy to maintain JSP/Servlet . I have used another free webhosting service.But it wasnt nice to manage and use.

flag

78% accept rate
1  
Please rephrase your question. It's like a question with the title "C?". – lutz Aug 19 at 10:09
1  
What is your question? – lutz Aug 19 at 10:41

3 Answers

vote up 1 vote down check

JSP and Servlet is still JSP and Servlet on Google App Engine. I have used it to call the Twitter API from the servlet and store it in their Memcache. It was just like writing any other application. However, when you deploy it, either it just works or you have no clue whats gone wrong. Bottomline - its very easy as long as it just works.

link|flag
vote up 0 vote down

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

link|flag
5  
I'm feeling fine, thank you :) – lutz Aug 19 at 10:07
vote up 2 vote down

JSPs are a standard part of the Java GAE. So what exactly is you question?

What do you mean by your second sentence?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.