I have a question regarding Web-service.
This is the following I have an application in Java EE JSP, where it should allow a conversation with another application on Android (Example: when registering a meeting ata in the database by the JSP application, notify in Android APP and have a user option see 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 like registering, querying, changing and deleting data, etc.).
The question is should I have three applications for communication between it?
1st to create an independent Web-service, to integrate the JSP project with the Android project;
2nd Independent JSP Project and Independent Android Project.