简体   繁体   中英

Implement a web server based on REST Architecture in android

I wanna to implement a web server in android , based on REST architecture . This web server receives special commands based on REST, decode them, do requested task(s) and return result to client.

I'm a novice in android programing and also in web based servers and REST architecture.Can any body give me a step bye step help to do this.

Thanks very much.

Client Side use :

  1. Spring for Android as REST Client
  2. Jackson library for (serialization/deserialization)
  3. Use Hibernate reverse engineering to generate your beans

Server Side :

  1. For java : REST with Java (JAX-RS)
  2. For Php : Symfony2 REST API

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM