a simple and theoretical question, the answer is probably one, but I would like to listen to some opinions and suggestions. I need a web services implementation (in java) that will start a time consuming process that will parse some input file and work with dome db.
What is the best approach that allows the user to know that the whole process has not only begun, but has come to an end, with parsing, updating db ...? Because I cannot hang a user waiting for the completion of the whole process.
Note. Before starting the process, the user is authenticated.
EDIT: access to a web service is provided not only through a web browser, but clients can also access it with any client created with the language they need if they refer to wsdl.
thanks
source share