A Sample Usage of Java's Future and Spring's @Async | Pam's Blog
Yesterday, a colleague asked about Java Threading. We have this sending-of-files-via-FTP requirement that is already working. Our users wanted us to add functionality that will allow them to do the sending asynchronously. The initial plan was to put the sending of the files in another Thread manually. This means that we have to create a Runnable implementation and manage the Threads ourselves.
Read full article from A Sample Usage of Java's Future and Spring's @Async | Pam's Blog
No comments:
Post a Comment