Re: General Question in JSP

2004-10-26 Thread Dakota Jack
gt; -- C.A.R. Hoare > > > >-Original Message- > >From: Michael G. McGrady [mailto:[EMAIL PROTECTED] > >Sent: Wednesday, October 27, 2004 11:33 AM > >To: Struts Users Mailing List > >Subject: Re: General

Re: General Question in JSP

2004-10-26 Thread dmu2201
: Wednesday, October 27, 2004 11:33 AM To: Struts Users Mailing List Subject: Re: General Question in JSP If you call a function inside another function and there is not decoupling and multithreading involved, then, of course, all things being equal, the first function cannot continue until the second

Re: General Question in JSP

2004-10-26 Thread Jack
Message- > From: Michael G. McGrady [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 27, 2004 11:33 AM > To: Struts Users Mailing List > Subject: Re: General Question in JSP > > If you call a function inside another function and there is not decoupling > and multithrea

RE: General Question in JSP

2004-10-26 Thread Rajesh
: Wednesday, October 27, 2004 11:33 AM To: Struts Users Mailing List Subject: Re: General Question in JSP If you call a function inside another function and there is not decoupling and multithreading involved, then, of course, all things being equal, the first function cannot continue until the second

RE: General Question in JSP

2004-10-26 Thread Rajesh
: Wednesday, October 27, 2004 11:33 AM To: Struts Users Mailing List Subject: Re: General Question in JSP If you call a function inside another function and there is not decoupling and multithreading involved, then, of course, all things being equal, the first function cannot continue until the second

Re: General Question in JSP

2004-10-26 Thread Michael G. McGrady
If you call a function inside another function and there is not decoupling and multithreading involved, then, of course, all things being equal, the first function cannot continue until the second completes. Is that an answer to your question? crack On Wed, 27 Oct 2004 11:13:08 +0530, Rajesh <[

General Question in JSP

2004-10-26 Thread Rajesh
Hai all in Web prgramming (Struts,JSP,Servlet) if i call a static function say in a package Commons class having a static functioin closeConnection(Connection con); which will globally closses any connection object which is passed inside it. if i call this package class to all db calls in m

General Question in JSP

2004-10-26 Thread Rajesh
Hai all in Web prgramming (Struts,JSP,Servlet) if i call a static function say in a package Commons class having a static functioin closeConnection(Connection con); which will globally closses any connection object which is passed inside it. if i call this package class to all db calls in m