i’m trying to make out with web-apps on java using google app engine. i have an application that is sending http-post request.
- what should my web-app looks like to handle this http-post request?
- what url should i use in HttpPost if my web-app gae url is http://example.appspot.com/example_app
Create a servlet on GAE that handles the POST:
Map this servlet to URL in
web.xmlconfig file: