We are trying to move our complete workflow to ESB.
Here ,all the Operations We are performing in our project!
1.Get an input file from a sftp server.
2.then copy that file to the app server(another server) where java is installed..
3.from there we are accessing DB SERVER(which is another server)..and perform some validations.
4.then we are generating some files and post it back to sftp server..
5.from there through web service we have to transfer that files to another server.
we had implemented all these through JAVA. How can ESB can help when implementing this through any ESB.