I my Controller class I have a method which needs to be asynchronous can any one please guide me with proper example.
In project i am using Spring framework and Jboss server. We should not use threads in my project.
Thanks in Advance
Praveen
Kees Jan Koster
Ranch Hand
Joined: Mar 31, 2009
Posts: 222
posted
0
Uhm, put it on a JMS queue and process it in a message driven bean?