File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JBoss and the fly likes Implementing Asynchronous Method Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Implementing Asynchronous Method" Watch "Implementing Asynchronous Method" New topic
Author

Implementing Asynchronous Method

Praveen Reddy
Ranch Hand

Joined: Jul 12, 2006
Posts: 51
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
Uhm, put it on a JMS queue and process it in a message driven bean?


Java-monitor, JVM monitoring made easy (and free)
Praveen Reddy
Ranch Hand

Joined: Jul 12, 2006
Posts: 51
Thanks Kees.

Can you please guide me with some examples as i don't have much knowledge on jboss message queue.



Thanks
Praveen
Kees Jan Koster
Ranch Hand

Joined: Mar 31, 2009
Posts: 222
Google for "JMS Tutorial" and for "JBoss JMS Tutorial". I'm sure you'll find a lot of information.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Implementing Asynchronous Method
 
Similar Threads
Null Pointer on sessionFactory.getCurrentSession
does not support command class
jsp /java i m not able to fine currect solutions
SimpleFormController ReferenceData not working
date comparison in struts