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.