0
I have a question about Web-service.
This is the following I have an application in Java EE JSP, where you should allow a conversation with another application on Android (Example: when registering a meeting minutes in the database by the JSP application, notify in the Android APP and have a user option view, the status of the meeting report).
I do not know if it is correct: I created a web-service within the JSP project, which is ready (this project makes several transactions such as registering, consulting, changing and deleting data, etc).
The question is should I have three apps for communication between it?
1º create an independent web-service to integrate the JSP project with the Android project;
2nd Independent JSP Project and Independent Android Project.
Why the tag [tag:jsf] ?
– igventurelli
In this same JSP project, which I mentioned, I am using JSF with Primefaces for an event calendar. I tagged because someone who works with JSF could also help clarify the doubt. Thank you!
– Josue Santos