Developing webservice(json format) for android client using java compatible with appengine server -


i developing student android app uses json webservice. want populate student news or events daily in android application.i can bulid client side procedure.

but not able build server side webservice.please give me stemps follow build webservice on server side.

my requirements:

i want webform can enter student news , events , should stored on webservice(json). webservice must comapatible appengine. please me strucked con't move work..

sorry english.

advance thanks.

app engine has nice tutorials on website, i'd recommend starting there:

https://developers.google.com/appengine/docs/java/gettingstarted/creating

i'd create simple form post servlet. don't have send json data, it'd easier send app engine standard post or data, parse it, , want it. if want android app receive json data, i'd recommend looking jackson:

http://jackson.codehaus.org/

this library parse java objects , return them json strings, quite nice.

good luck!


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -