简体   繁体   中英

Google App Engine and Android?

I want to create to applications one written for Google App Engine (strictly Java) and the other an Android app. I want the android app to connect to the GAE server. Via what API will I get support for JAX-WS?

Google App Engine from what I've seen promotes the usage of RESTful architectural style and thus is a JAX-RS reference implementation which is pretty straightforward (annotations on WebService methods, parameters etc.)

Plus, some of the packages you need in order to marshal-unmarshal request and responses are not included

If you so insist on using JAX-WS I would suggest you take a look at this blog entry.

I would strongly advice you not to delve into a web service implementation with this approach, google app engine has already the endpoints API in order to deal with developers wanting just a backend to their apps.

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