Title: SV: Roll-BACK question.
Hellu there,
 
Some advice on the following please:
I have a servlet that calls a EJB method.
I don't want that the servlet waits before the EJB method returns.
How do I do this ??
I know that JMS is a good solution for these kind of things, but this is to much work I think as I already have a 'good' working situation, so I think this results in too much changes.
I am thinking about starting a thread and calling the EJB method in this thread, but I am not sure if this is the best way to solve this ?
Please some help on this ?
 
Eddie
 

Reply via email to