Amit-

My understanding of the Bean load process is that the default load algorithm use for the Container is Eager Loading which means all beans are loaded as soon as the first reference  to the bean is made.

However you can configure your container to be a lazy loader. A Lazy loader will only load the bean from the instance pool when a method call is made..

These algorthms are of course dependent on the container used..

Martin Gainty

______________________________________________

Disclaimer and confidentiality note

Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is proprietary to the company. It is confidential, legally privileged and protected by law. LDS does not own and endorse any other content.

<
>From: SKarthikeyan <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: JSP SPEED ISSUES
>Date: Mon, 10 Mar 2003 08:33:57 +0530
>MIME-Version: 1.0
>Received: from mc6-f17.law1.hotmail.com ([65.54.252.153]) by mc6-s12.law1.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Sun, 9 Mar 2003 19:17:40 -0800
>Received: from swjscmail2.java.sun.com ([192.18.99.108]) by mc6-f17.law1.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Sun, 9 Mar 2003 19:17:40 -0800
>Received: from swjscmail1 (swjscmail1.Sun.COM [192.18.99.107])by swjscmail2.java.sun.com (Postfix) with ESMTPid AB4E3215C1; Sun, 9 Mar 2003 20:13:33 -0700 (MST)
>Received: from JAVA.SUN.COM by JAVA.SUN.COM (LISTSERV-TCP/IP release 1.8d) with spool id 6027911 for [EMAIL PROTECTED]; Sun, 9 Mar 2003 20:10:56 -0700
>Received: from mail.software-craft.com (unknown [61.11.74.35]) by swjscmail1.java.sun.com (Postfix) with ESMTP id 6CF95480E for <[EMAIL PROTECTED]>; Sun, 9 Mar 2003 20:00:53 -0700 (MST)
>X-Message-Info: y838B63spjxdTeo25fa/DQaPU4vZzwkr
>Delivered-To: [EMAIL PROTECTED]
>content-class: urn:content-classes:message
>X-MS-Has-Attach:
>X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
>X-MS-TNEF-Correlator: <[EMAIL PROTECTED]>
>Thread-Topic: Re: JSP SPEED ISSUES
>Thread-Index: AcLmqYtjiV5g8j/oQvqAf/I2EoHOMwACA3TT
>Message-ID: <[EMAIL PROTECTED]>
>Sender: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]>
>Return-Path: [EMAIL PROTECTED]
>X-OriginalArrivalTime: 10 Mar 2003 03:17:40.0640 (UTC) FILETIME=[9BC04A00:01C2E6B3]
>
>Hi Martin..
>
>
>Can you please explain me in detail....
>
>
>
> -----Original Message-----
> From: Martin [mailto:[EMAIL PROTECTED]
> Sent: Mon 3/10/2003 7:35 AM
> To: [EMAIL PROTECTED]
> Cc:
> Subject: Re: JSP SPEED ISSUES
>
>
>
> Amit-
> A Bean is supposed to be loaded by container beforehand
> so the answer is supposed to be no..
> Anyone else?
> -Martin
> ----- Original Message -----
> From: "Amit Wadhwa" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, March 09, 2003 6:40 PM
> Subject: JSP SPEED ISSUES
>
>
> > HI ALL,
> > does a jsp page load/perform faster if i include all code on a jsp page
> > instead of calling methods from a bean?
> > Thanks in advance.
> > amit
> >
> >
> ===========================================================================
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> >
> > Some relevant archives, FAQs and Forums on JSPs can be found at:
> >
> > http://java.sun.com/products/jsp
> > http://archives.java.sun.com/jsp-interest.html
> > http://forums.java.sun.com
> > http://www.jspinsider.com
> >
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
>
> Some relevant archives, FAQs and Forums on JSPs can be found at:
>
> http://java.sun.com/products/jsp
> http://archives.java.sun.com/jsp-interest.html
> http://forums.java.sun.com
> http://www.jspinsider.com
>
>


Tired of spam? Get advanced junk mail protection with MSN 8. =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQs and Forums on JSPs can be found at: http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com

Reply via email to