java asynchronous task.
- by Tony
For some of HTTP requests from clients, there was very complex business logic in server side.
Some of these business logics doesn't require to response to the client immediately, like sending a email to somebody. Can I put those tasks in an asynchronous method.