uh... if you want your app to be "J2EE", and you want control over the
scalability of it, then yup, you want your servlet to accept the request,
queue it to an MDB and send back a "request accepted" reply. You could 
potentially display a list of "batch" requests that are in progress with 
the option to view the results of the one(s) that are finished.

If not, then follow Nic's advice and write it in python!

-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED] Behalf Of Chris
Ward
Sent: Thursday, October 21, 2004 9:21 AM
To: [EMAIL PROTECTED]
Subject: Re: (New subscriber) "Busy Page"


Err...

So then.  

The answer to my original question, about getting a "busy page"
displayed, would appear to be to write a Messaged Driven Bean, 
put it in a WAR file, wrap it in a EAR file and install it in an
app server that may or may not be J2EE which supports JMS, JNI, 
JMX, JSP and JTA. 

Who'd have know it was that complex!

Thanks to all who replied by the way,
Chris 


> 
> I was always under the impression that an application server 
> is "J2EE" if it 
> has containers for all of the java specifications that make 
> up a specific 
> J2EE version. 
> 
> An application is J2EE if it can be deployed and run in a 
> J2EE server. 
> The application doesn't have to use all of the specs that 
> make up J2EE. 
> i.e. It can be just an ear file containing a single "war", or 
> it can be 
> a "service" application made up entirely of Messaged Driven Beans. 
> 
> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's 
> Java Servlet API Technology. 
> [mailto:[EMAIL PROTECTED] Behalf Of Nic Ferrier
> Sent: Wednesday, October 20, 2004 6:17 AM
> To: [EMAIL PROTECTED]
> Subject: Re: (New subscriber) "Busy Page"
> 
> 
> =?iso-8859-1?Q?Endre_St=F8lsvik?= <[EMAIL PROTECTED]> writes:
> 
> > On Mon, 11 Oct 2004, Paul Copeland wrote:
> >
> > |
> > | It is a common misunderstanding that Enterprise Java == 
> EJB - that 
> > | is incorrect
> >
> > That is mostly correct, actually. At least it is such a -common- 
> > misunderstanding that talking about it otherwise is just plain 
> > non-interesting.
> >
> > J2EE is to most people when you use a Enterprise Bean 
> Container, thus 
> > EJBs. Without that massive thing, you don't have -any- of 
> the hassle 
> > that J2EE stands for. J2EE is when you use the full EAR-filetype.
> 
> I agree. This is what people "think it is" so it's what it is.
> 
> Whatever Sun's marketing people actually say.
> 
> 
> Does anyone actually like ear's btw? Whenever I've built an 
> ear it's always been a giant pain. This is another symptom of 
> Java's divorce from the operating system.
> 
> 
> Nic
> 
> ______________________________________________________________
> _____________
> To unsubscribe, send email to [EMAIL PROTECTED] and 
> include in the body of the message "signoff SERVLET-INTEREST".
> 
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: 
> http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>  
> The information contained in this e-mail may be confidential 
> and is intended solely for the use of the named addressee. 
> Access, copying or re-use of the e-mail or any information 
> contained therein by any other person is not authorized. If 
> you are not the intended recipient please notify us 
> immediately by returning the e-mail to the originator.(A)
> 
> ______________________________________________________________
> _____________
> To unsubscribe, send email to [EMAIL PROTECTED] and 
> include in the body of the message "signoff SERVLET-INTEREST".
> 
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: 
> http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
> 

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
 
The information contained in this e-mail may be confidential and is intended solely 
for the use of the named addressee.
Access, copying or re-use of the e-mail or any information contained therein by any 
other person is not authorized.
If you are not the intended recipient please notify us immediately by returning the 
e-mail to the originator.(A)

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to