Spring XD has a very interesting API for providing batch jobs creation/deployment/undeployment.
But, I was wondering why Spring XD is not proposing in its REST Api a GET method to access the result dataset of a job execution (and step execution) ?
Do I need to plug another Spring MVC application to display my batch jobs results ?
Thanks a lot.