FW: Suspected SPAM: RE: Starting subsystems

2003-07-02 Thread Raymaker, Dora


-Original Message-
From: Robert Taylor [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 27, 2003 10:38 AM
To: Struts Users Mailing List; [EMAIL PROTECTED]
Subject: Suspected SPAM: RE: Starting subsystems

Take a look at javax.servlet.ServletContextListener. They are bootstraps
for
web applications.

robert

-Original Message-
From: Mohan Radhakrishnan [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 27, 2003 12:54 PM
To: 'Struts Users Mailing List'
Subject: Starting subsystems


Hi

   Our presentation tier using struts ends right at the business
delegate. I
am aware of the load-on-startup tag. Now if I want to start a subsystem
like
my messaging (JMS) server which is very loosely coupled to my
presentation
tier I think of the startup class provided by almost all application
servers.

   So when the container starts I start my messaging system that struts
interacts with. What are the options of starting subsystems like this
which
are completely separate from the presentation tier. I am not using
MDB's.

   If I start my messaging system when the ActionServlet loads (
overriding
ProcessPreProcess for example ? ) then this becomes struts coupled.

 What are the ideas regarding this ?

Mohan


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Starting subsystems

2003-05-27 Thread Robert Taylor
Take a look at javax.servlet.ServletContextListener. They are bootstraps for
web applications.

robert

-Original Message-
From: Mohan Radhakrishnan [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 27, 2003 12:54 PM
To: 'Struts Users Mailing List'
Subject: Starting subsystems


Hi

   Our presentation tier using struts ends right at the business delegate. I
am aware of the load-on-startup tag. Now if I want to start a subsystem like
my messaging (JMS) server which is very loosely coupled to my presentation
tier I think of the startup class provided by almost all application
servers.

   So when the container starts I start my messaging system that struts
interacts with. What are the options of starting subsystems like this which
are completely separate from the presentation tier. I am not using MDB's.

   If I start my messaging system when the ActionServlet loads ( overriding
ProcessPreProcess for example ? ) then this becomes struts coupled.

 What are the ideas regarding this ?

Mohan


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Starting subsystems

2003-05-27 Thread Mohan Radhakrishnan
Hi

   Our presentation tier using struts ends right at the business delegate. I
am aware of the load-on-startup tag. Now if I want to start a subsystem like
my messaging (JMS) server which is very loosely coupled to my presentation
tier I think of the startup class provided by almost all application
servers.

   So when the container starts I start my messaging system that struts
interacts with. What are the options of starting subsystems like this which
are completely separate from the presentation tier. I am not using MDB's.

   If I start my messaging system when the ActionServlet loads ( overriding
ProcessPreProcess for example ? ) then this becomes struts coupled.

 What are the ideas regarding this ?

Mohan


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]