Hi all,
a simple and theoric question, the answer is probably one, but I would like to listen to some opinions and suggestions. I am in need of realizing a web services (in java) that will launch a time consuming process, which is going to parse some input file and do dome db staff.
What are the best approach to let the user knows that the whole process not only started, but came to an end, with parsing, updating db... ? Because I cannot hang the user waiting for the whole process to finish.
Note: the user is authenticated before starting the process.
EDIT: the web service is accessed not only via web browser, but clients can access it with any client built with the language they want, as long as they refer to the wsdl.
thanks