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.