Doubts in the integration of web application with mobile

Asked

Viewed 211 times

2

Hello, I have a question about how to integrate my existing web system with a mobile application.

We have already developed a web application whose architecture is basically the following: REST (through the Jersey API) as web service, Maven as dependency manager, Ibernate and Jetty as application server. For authentication we use Spring Security.

Now, we need to create a mobile app using Phonegap that has login form in the app itself and also through Facebook, but we intend to use the same services of the web portal to access and record the information. Is that possible? What is the best way to integrate? And about login with Facebook, which is the best framework to use?

Thank you! I’m waiting.

1 answer

2

Particularly I like and use Ionic, Angularjs and ngCordova, together they allow you to do what you need to do. As you can see at this link ngCordova has plugin to login through social networks, and with Angularjs can communicate with the API. Besides allowing to develop for multi platforms.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.