简体   繁体   中英

How to choose what server technology stack to use for a mobile application?

I want to prototype a server application to support a mobile application. But how do I start? Where do I start looking for information? It seems something that supports REST services would be the most flexible. But what exactly is this "something"?

I have Java background, but I'm looking for actual library/tool/technology recommendations, something that's pretty easy to pick up (and something that can support web applications should a future need arise).

Yes, writing RESTful services is the best option. (Perhaps with OAuth authentication)

There are a couple of rest frameworks in Java, notably:

  • spring-mvc
  • Jersey, RestEasy (JAX-RS implementations)

Evaluate them and see which one you like most.

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