<?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 - Zero Turnaround Time: the crucial flaw?</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>Wed, 19 Jun 2013 10:58:46 -0400</pubDate>


    <item>

        <title>Amusing topic.</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35538</link>

        

        
            <description><![CDATA[<blockquote>It was worked on &quot;old&quot; JDK releases, but it was changed by specification and class can not be unloaded if class loader is reacheble ( JVM must unload class if and only if loader is unreacheble )  &quot;singleton&quot; was the...]]></description>
        

        <pubDate>Thu, 04 Aug 2005 22:50:44 -0400</pubDate>

        

        <jf:creationDate>Thu, 04 Aug 2005 22:50:44 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 04 Aug 2005 22:50:44 -0400</jf:modificationDate>
        <jf:date>Aug 4, 2005</jf:date>
        <jf:author>Cameron Purdy</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Amusing topic.</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35538</link>

        

        
            <description><![CDATA[<blockquote>As for unloading classes, there's no reason to. Just give the new class a different name and load it in the same class loader. Every couple thousand JSPs, just create a new classloader and lose the refs to the old one. (That lets the  classes...]]></description>
        

        <pubDate>Thu, 04 Aug 2005 16:45:57 -0400</pubDate>

        

        <jf:creationDate>Thu, 04 Aug 2005 16:45:57 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 04 Aug 2005 16:45:57 -0400</jf:modificationDate>
        <jf:date>Aug 4, 2005</jf:date>
        <jf:author>Juozas Baliuka</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Alternative to standard JSP compilers</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35538</link>

        

        
            <description><![CDATA[Just to clarify:<br>Our tool just uses memory: there is NO compilation, NO temporary java class, NO javac.<br><br>Sorry I wasn't clear.<br>Stephen]]></description>
        

        <pubDate>Wed, 03 Aug 2005 08:26:56 -0400</pubDate>

        

        <jf:creationDate>Wed, 03 Aug 2005 08:26:56 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 03 Aug 2005 08:26:56 -0400</jf:modificationDate>
        <jf:date>Aug 3, 2005</jf:date>
        <jf:author>Stephen Colebourne</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Alternative to standard JSP compilers</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35538</link>

        

        
            <description><![CDATA[<blockquote>Craig, the biggest problem with the &quot;Z&quot; in &quot;ZTT&quot; is that most of the app servers used the same crap approach to compiling JSPs:<br><br>1) Use Apache's Jasper to produce .java<br>2) Use JDK's JavaC (i.e. create a new...]]></description>
        

        <pubDate>Wed, 03 Aug 2005 08:21:14 -0400</pubDate>

        

        <jf:creationDate>Wed, 03 Aug 2005 08:21:14 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 03 Aug 2005 08:21:14 -0400</jf:modificationDate>
        <jf:date>Aug 3, 2005</jf:date>
        <jf:author>Stephen Colebourne</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Amusing topic.</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35538</link>

        

        
            <description><![CDATA[<blockquote>There actually is a technically difficult challenge to providing ZTT capabilities that don't encourage bad habits.  That is the lack of ClassLoader.unloadClass() in the JVM.  It is certainly not a fatal flaw -- obviously, the folks building...]]></description>
        

        <pubDate>Wed, 03 Aug 2005 07:45:18 -0400</pubDate>

        

        <jf:creationDate>Wed, 03 Aug 2005 07:45:18 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 03 Aug 2005 07:45:18 -0400</jf:modificationDate>
        <jf:date>Aug 3, 2005</jf:date>
        <jf:author>Cameron Purdy</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>Amusing topic.</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35538</link>

        

        
            <description><![CDATA[<blockquote>There actually is a technically difficult challenge to providing ZTT capabilities that don't encourage bad habits.  That is the lack of ClassLoader.unloadClass() in the JVM.  It is certainly not a fatal flaw -- obviously, the folks building...]]></description>
        

        <pubDate>Wed, 03 Aug 2005 04:30:11 -0400</pubDate>

        

        <jf:creationDate>Wed, 03 Aug 2005 04:30:11 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 03 Aug 2005 04:30:11 -0400</jf:modificationDate>
        <jf:date>Aug 3, 2005</jf:date>
        <jf:author>Juozas Baliuka</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Zero Turnaround Time is a myth</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35538</link>

        

        
            <description><![CDATA[Even for rails, you will have to restart from time to time in any oo language, as soon as you apply patterns like singletons or have session objects which can go out of state etc...<br>The reason many people simply dont do this is because they are not...]]></description>
        

        <pubDate>Wed, 03 Aug 2005 04:15:49 -0400</pubDate>

        

        <jf:creationDate>Wed, 03 Aug 2005 04:15:49 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 03 Aug 2005 04:15:49 -0400</jf:modificationDate>
        <jf:date>Aug 3, 2005</jf:date>
        <jf:author>Werner Punz</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Myfaces has solved many of these issues</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35538</link>

        

        
            <description><![CDATA[Which were complained in the article.<br>For the scope problem there exists the sort of excellent x:saveState problem.<br>The component set is huge and generally it is a good framework to start with.]]></description>
        

        <pubDate>Wed, 03 Aug 2005 03:38:38 -0400</pubDate>

        

        <jf:creationDate>Wed, 03 Aug 2005 03:38:38 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 03 Aug 2005 03:38:38 -0400</jf:modificationDate>
        <jf:date>Aug 3, 2005</jf:date>
        <jf:author>Werner Punz</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Amusing topic.</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35538</link>

        

        
            <description><![CDATA[<blockquote><blockquote>oh, come on, Bruce. Speaking and writing are no certification of anything other than being willing to do them.</blockquote>While what you say may be true, Bruce is very thoughtful and has shown a willingness to question his...]]></description>
        

        <pubDate>Wed, 03 Aug 2005 01:51:18 -0400</pubDate>

        

        <jf:creationDate>Wed, 03 Aug 2005 01:51:18 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 03 Aug 2005 01:51:18 -0400</jf:modificationDate>
        <jf:date>Aug 3, 2005</jf:date>
        <jf:author>Craig McClanahan</jf:author>
        <jf:replyCount>6</jf:replyCount>
    </item>


    <item>

        <title>Amusing topic.</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35538</link>

        

        
            <description><![CDATA[<blockquote>there seems to be a disconnect between the enterprise and non-enterprise people</blockquote>Also between the &quot;webapp&quot; and &quot;application with a web UI&quot; people.  Then again, this might be a slight renaming of what you used.]]></description>
        

        <pubDate>Tue, 02 Aug 2005 13:38:00 -0400</pubDate>

        

        <jf:creationDate>Tue, 02 Aug 2005 13:38:00 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 02 Aug 2005 13:38:00 -0400</jf:modificationDate>
        <jf:date>Aug 2, 2005</jf:date>
        <jf:author>Mark N</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Amusing topic.</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35538</link>

        

        
            <description><![CDATA[Look at PHP first if you are going to  build personal site, hosting is the most important aspect for this kind of stuff. Probably ROR is a better script than PHP,perl,python,TCL, ... , but I think it is very hard to prove this fact.]]></description>
        

        <pubDate>Tue, 02 Aug 2005 11:17:12 -0400</pubDate>

        

        <jf:creationDate>Tue, 02 Aug 2005 11:17:12 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 02 Aug 2005 11:17:12 -0400</jf:modificationDate>
        <jf:date>Aug 2, 2005</jf:date>
        <jf:author>Juozas Baliuka</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Amusing topic.</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35538</link>

        

        
            <description><![CDATA[<blockquote>Sure...for exactly the types of projects that I recommend for RoR. That's a database schema, controlled by the development team, babysat by a web ui. We build that app more often than any other Java app.</blockquote><br>by we, I assume you...]]></description>
        

        <pubDate>Tue, 02 Aug 2005 10:28:35 -0400</pubDate>

        

        <jf:creationDate>Tue, 02 Aug 2005 10:28:35 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 02 Aug 2005 10:28:35 -0400</jf:modificationDate>
        <jf:date>Aug 2, 2005</jf:date>
        <jf:author>peter lin</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Amusing topic.</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35538</link>

        

        
            <description><![CDATA[<blockquote><blockquote>As containers get better and code is more decoupled, you frequently have to test your pojos in context. That often means testing in container, for a significant percentage of the time.</blockquote>Isn't it the contrary? As...]]></description>
        

        <pubDate>Tue, 02 Aug 2005 10:10:14 -0400</pubDate>

        

        <jf:creationDate>Tue, 02 Aug 2005 10:10:14 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 02 Aug 2005 10:10:14 -0400</jf:modificationDate>
        <jf:date>Aug 2, 2005</jf:date>
        <jf:author>Jason Carreira</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Amusing topic.</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35538</link>

        

        
            <description><![CDATA[<blockquote>As containers get better and code is more decoupled, you frequently have to test your pojos in context. That often means testing in container, for a significant percentage of the time.</blockquote>Isn't it the contrary? As containers get...]]></description>
        

        <pubDate>Tue, 02 Aug 2005 09:04:51 -0400</pubDate>

        

        <jf:creationDate>Tue, 02 Aug 2005 09:04:51 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 02 Aug 2005 09:04:51 -0400</jf:modificationDate>
        <jf:date>Aug 2, 2005</jf:date>
        <jf:author>Henrique Steckelberg</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Amusing topic.</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35538</link>

        

        
            <description><![CDATA[<blockquote>Let's just say that Ruby is proven</blockquote><br>I have to disagree somewhat.  Even the designer of Ruby considers current versions as flawed, and plans future versions which will contain major revisions, even to the extent of breaking...]]></description>
        

        <pubDate>Tue, 02 Aug 2005 05:11:50 -0400</pubDate>

        

        <jf:creationDate>Tue, 02 Aug 2005 05:11:50 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 02 Aug 2005 05:11:50 -0400</jf:modificationDate>
        <jf:date>Aug 2, 2005</jf:date>
        <jf:author>Steve Zara</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>



</channel>
</rss>

