RE: [xsl] Asynchronous transformation in a (Java) Web app

Subject: RE: [xsl] Asynchronous transformation in a (Java) Web app
From: "Ludwig, Michael" <Michael.Ludwig@xxxxxxxxxxxx>
Date: Mon, 13 Sep 2010 09:58:07 +0200
> -----Original Message-----
> From: Martynas Jusevicius
>
> But is creating threads directly from servlets considered a
> normal/safe practice?
> Some sources on asynchronous servlets I've been reading through
> suggest that it is bad (or J2EE non-compliant) design, and provide
> more complex solutions, involving JMS for example, like here:
>
http://www.javaranch.com/journal/2004/03/AsynchronousProcessingFromServlets.h
tml
> So I'm confused regarding the implementation of the job queue itself.

A simple thread has worked for me, but JMS is more advanced.
I'd go the JMS way now.
--
Michael Ludwig

Current Thread