简体   繁体   中英

Connecting SpringMVC app to MBaaS for Android Application

I'm trying to create native Android app with MBaaS eg on parse.com where clients could enter some data. The thing is that I would also like to create some admin side web app (eg in Java SpringMVC) which could read that user related info from MBaaS service. Is it possible to connect SpringMVC app to MBaaS service? If not, what are my options?

Parse.com has REST API to access your data, so you can write separate web application with admin interface and fetch data from Parse.com via REST API.

But remember that Parse.com won't host your Java application. You'll need to host it on your own.

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