<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Binod on Lazy Initialization of Application Server Services</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Tue, 21 May 2013 23:47:40 -0400</pubDate>


    <item>

        <title>Is this needed?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=36357</link>

        

        
            <description><![CDATA[<blockquote><blockquote> Commercial ones like weblogic and websphere are slower, but still not anywhere near being a problem.</blockquote>Really?! Please tell me how to make them start and deploy webapp in 8-10 sec and I will owe you...]]></description>
        

        <pubDate>Tue, 13 Sep 2005 05:20:44 -0400</pubDate>

        

        <jf:creationDate>Tue, 13 Sep 2005 05:20:44 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 13 Sep 2005 05:20:44 -0400</jf:modificationDate>
        <jf:date>Sep 13, 2005</jf:date>
        <jf:author>Giandomenico Mafrici</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Is this needed?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=36357</link>

        

        
            <description><![CDATA[<blockquote> Commercial ones like weblogic and websphere are slower, but still not anywhere near being a problem.</blockquote>Really?! Please tell me how to make them start and deploy webapp in 8-10 sec and I will owe you beer]]></description>
        

        <pubDate>Wed, 07 Sep 2005 15:47:04 -0400</pubDate>

        

        <jf:creationDate>Wed, 07 Sep 2005 15:47:04 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 07 Sep 2005 15:47:04 -0400</jf:modificationDate>
        <jf:date>Sep 7, 2005</jf:date>
        <jf:author>Konstantin Ignatyev</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Is this needed?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=36357</link>

        

        
            <description><![CDATA[+1.<br><br>For production servers, they are restarted, like, once a year?<br><br>For dev servers, from my experience, open source servers (tomcat, jboxx, resin, geronimo) start pretty fast out of box. Commercial ones like weblogic and websphere are...]]></description>
        

        <pubDate>Wed, 07 Sep 2005 15:19:00 -0400</pubDate>

        

        <jf:creationDate>Wed, 07 Sep 2005 15:19:00 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 07 Sep 2005 15:19:00 -0400</jf:modificationDate>
        <jf:date>Sep 7, 2005</jf:date>
        <jf:author>Jing Xue</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Binod on Lazy Initialization of Application Server Services</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=36357</link>

        

        
            <description><![CDATA[<blockquote>The JBoss/Geronimo approach is to allow you to specify up front which services you need. You want to incur the initialization costs during server startup, not in the middle of the first user transaction that requires the...]]></description>
        

        <pubDate>Wed, 07 Sep 2005 04:17:33 -0400</pubDate>

        

        <jf:creationDate>Wed, 07 Sep 2005 04:17:33 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 07 Sep 2005 04:17:33 -0400</jf:modificationDate>
        <jf:date>Sep 7, 2005</jf:date>
        <jf:author>Rickard Oberg</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Binod on Lazy Initialization of Application Server Services</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=36357</link>

        

        
            <description><![CDATA[Focus of on-demand initialization in GlassFish has been the usecases that user will come across. So, that appear more domain driven approach. Going forward, servicegroup can be further divided to smaller groups.<br><br>However, even now, each resource...]]></description>
        

        <pubDate>Wed, 07 Sep 2005 02:39:46 -0400</pubDate>

        

        <jf:creationDate>Wed, 07 Sep 2005 02:39:46 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 07 Sep 2005 02:39:46 -0400</jf:modificationDate>
        <jf:date>Sep 7, 2005</jf:date>
        <jf:author>Binod PG</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Binod on Lazy Initialization of Application Server Services</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=36357</link>

        

        
            <description><![CDATA[<blockquote>This is part of the new microcontainer effort that Adrian Brock is working on right now.I think it's a very useful feature.</blockquote><br>Indeed, though it is only one aspect of the JBoss5 improvements to the deployment state machine...]]></description>
        

        <pubDate>Tue, 06 Sep 2005 15:40:20 -0400</pubDate>

        

        <jf:creationDate>Tue, 06 Sep 2005 15:40:20 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 06 Sep 2005 15:40:20 -0400</jf:modificationDate>
        <jf:date>Sep 6, 2005</jf:date>
        <jf:author>Adrian Brock</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Binod on Lazy Initialization of Application Server Services</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=36357</link>

        

        
            <description><![CDATA[<blockquote>But do they initialize it on demand, or simply load in a sequence?</blockquote><br>Currently, JBoss does it all at startup. However, lazy startup of services is planned (as an option) for JBoss 5. This is part of the new microcontainer effort...]]></description>
        

        <pubDate>Tue, 06 Sep 2005 14:49:13 -0400</pubDate>

        

        <jf:creationDate>Tue, 06 Sep 2005 14:49:13 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 06 Sep 2005 14:49:13 -0400</jf:modificationDate>
        <jf:date>Sep 6, 2005</jf:date>
        <jf:author>Gavin King</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Binod on Lazy Initialization of Application Server Services</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=36357</link>

        

        
            <description><![CDATA[<blockquote>The JBoss/Geronimo approach is to allow you to specify up front which services you need. You want to incur the initialization costs during server startup, not in the middle of the first user transaction that requires the...]]></description>
        

        <pubDate>Tue, 06 Sep 2005 13:55:33 -0400</pubDate>

        

        <jf:creationDate>Tue, 06 Sep 2005 13:55:33 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 06 Sep 2005 13:55:33 -0400</jf:modificationDate>
        <jf:date>Sep 6, 2005</jf:date>
        <jf:author>James Strachan</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Is this needed?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=36357</link>

        

        
            <description><![CDATA[I use fairly modern hardware, so maybe I'm not seeing a problem, that others see.<br><br>My questions are:  How much memeory is saved?  and How much is shaved from the startup time?<br><br>I have been working a lot with Resin and OC4J.  Memory footprint,...]]></description>
        

        <pubDate>Tue, 06 Sep 2005 12:13:31 -0400</pubDate>

        

        <jf:creationDate>Tue, 06 Sep 2005 12:13:31 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 06 Sep 2005 12:13:31 -0400</jf:modificationDate>
        <jf:date>Sep 6, 2005</jf:date>
        <jf:author>Matt Giacomini</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Binod on Lazy Initialization of Application Server Services</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=36357</link>

        

        
            <description><![CDATA[<blockquote>This is really exciting. All of those container services that are available is one of the reasons that JEE is considered a &quot;heavyweight&quot; container, rather than a &quot;lightweight&quot; container. We can quibble on &quot;heavy&quot;...]]></description>
        

        <pubDate>Tue, 06 Sep 2005 10:45:20 -0400</pubDate>

        

        <jf:creationDate>Tue, 06 Sep 2005 10:45:20 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 06 Sep 2005 10:45:20 -0400</jf:modificationDate>
        <jf:date>Sep 6, 2005</jf:date>
        <jf:author>Marius Danciu</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Binod on Lazy Initialization of Application Server Services</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=36357</link>

        

        
            <description><![CDATA[The JBoss/Geronimo approach is to allow you to specify up front which services you need. You want to incur the initialization costs during server startup, not in the middle of the first user transaction that requires the service.]]></description>
        

        <pubDate>Tue, 06 Sep 2005 10:32:48 -0400</pubDate>

        

        <jf:creationDate>Tue, 06 Sep 2005 10:32:48 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 06 Sep 2005 10:32:48 -0400</jf:modificationDate>
        <jf:date>Sep 6, 2005</jf:date>
        <jf:author>Corby Page</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Binod on Lazy Initialization of Application Server Services</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=36357</link>

        

        
            <description><![CDATA[But do they initialize it on demand, or simply load in a sequence?]]></description>
        

        <pubDate>Tue, 06 Sep 2005 08:23:11 -0400</pubDate>

        

        <jf:creationDate>Tue, 06 Sep 2005 08:23:11 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 06 Sep 2005 08:23:11 -0400</jf:modificationDate>
        <jf:date>Sep 6, 2005</jf:date>
        <jf:author>Joseph Ottinger</jf:author>
        <jf:replyCount>6</jf:replyCount>
    </item>


    <item>

        <title>Binod on Lazy Initialization of Application Server Services</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=36357</link>

        

        
            <description><![CDATA[This doesn't sound too different from Geronimo and JBoss - they both have a core kernel then everything else is pluggable on top.<br><br>James<br><a href="http://logicblaze.com/" target="_blank">LogicBlaze</a>]]></description>
        

        <pubDate>Tue, 06 Sep 2005 08:17:13 -0400</pubDate>

        

        <jf:creationDate>Tue, 06 Sep 2005 08:17:13 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 06 Sep 2005 08:17:13 -0400</jf:modificationDate>
        <jf:date>Sep 6, 2005</jf:date>
        <jf:author>James Strachan</jf:author>
        <jf:replyCount>7</jf:replyCount>
    </item>


    <item>

        <title>Binod on Lazy Initialization of Application Server Services</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=36357</link>

        

        
            <description><![CDATA[Binod has written a blog entry entitled &quot;<a href="http://weblogs.java.net/blog/binod/archive/2005/09/lazy_initializa.html" target="_blank">Lazy Initialization of Application Server Services</a>&quot; to present a sort of FAQ on Sun's use of lazy...]]></description>
        

        <pubDate>Tue, 06 Sep 2005 07:57:41 -0400</pubDate>

        

        <jf:creationDate>Tue, 06 Sep 2005 07:57:41 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 06 Sep 2005 07:57:41 -0400</jf:modificationDate>
        <jf:date>Sep 6, 2005</jf:date>
        <jf:author>Joseph Ottinger</jf:author>
        <jf:replyCount>13</jf:replyCount>
    </item>



</channel>
</rss>

