Doubts on web application integration with mobile

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 (via Jersey API) as web service, Maven as dependency manager, hibernate and jetty as application server. For authentication we use Spring Security.

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

Thank you! I await.

    
asked by anonymous 04.05.2016 / 20:19

1 answer

2

I particularly like and use Ionic , AngularJs and ngCordova together let you do what you need. As you can see in this link ngCordova has a login plugin through social networks, and with AngularJs can communicate with the API. In addition to allowing development for multi platforms.

    
04.05.2016 / 20:38