<?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 - EL vs Dependency Injection</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 07:34:49 -0400</pubDate>


    <item>

        <title>Re: JSF vs Spring Managed Beans</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46222</link>

        

        
            <description><![CDATA[<blockquote>Let me rephrase this in terms of Spring and JSF.  If you use Spring DI in JSF then you still use EL.  So my point here is that EL is complimentary to DI. </blockquote>...]]></description>
        

        <pubDate>Fri, 20 Jul 2007 14:13:50 -0400</pubDate>

        

        <jf:creationDate>Fri, 20 Jul 2007 14:13:50 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 20 Jul 2007 14:13:50 -0400</jf:modificationDate>
        <jf:date>Jul 20, 2007</jf:date>
        <jf:author>Henri Karapuu</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: JSF vs Spring Managed Beans</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46222</link>

        

        
            <description><![CDATA[<blockquote>While you express this as only personal opinion, it is one of the most strange personal opinions i'v heard. Spring is the one that popularized the entire concept of DI, it is the benchmark of DI, and still to date the most full featured...]]></description>
        

        <pubDate>Fri, 20 Jul 2007 13:36:24 -0400</pubDate>

        

        <jf:creationDate>Fri, 20 Jul 2007 13:36:24 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 20 Jul 2007 13:36:24 -0400</jf:modificationDate>
        <jf:date>Jul 20, 2007</jf:date>
        <jf:author>Steven Murray</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: JSF vs Spring Managed Beans</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46222</link>

        

        
            <description><![CDATA[Steven, Jason:...]]></description>
        

        <pubDate>Fri, 20 Jul 2007 05:10:49 -0400</pubDate>

        

        <jf:creationDate>Fri, 20 Jul 2007 05:10:49 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 20 Jul 2007 05:10:49 -0400</jf:modificationDate>
        <jf:date>Jul 20, 2007</jf:date>
        <jf:author>Henri Karapuu</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Re: EL vs Dependency Injection</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46222</link>

        

        
            <description><![CDATA[<blockquote><blockquote>Spring container is way more convenient than JSF container. Its not only "xml" somewhere. You can easily add AOP functionalities on Spring managed bean: AOP/JMX, Logging, generic Error&#38;Exception Handling (I like this one), but...]]></description>
        

        <pubDate>Fri, 20 Jul 2007 04:54:24 -0400</pubDate>

        

        <jf:creationDate>Fri, 20 Jul 2007 04:54:24 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 20 Jul 2007 04:54:24 -0400</jf:modificationDate>
        <jf:date>Jul 20, 2007</jf:date>
        <jf:author>Werner Punz</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: EL vs Dependency Injection</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46222</link>

        

        
            <description><![CDATA[<blockquote><blockquote>You can skip using managed-beans entirely, and use Spring beans instead.</blockquote><br>Why are Spring-managed beans better than (JSF, presumably) managed beans?  Both are beans configured $SOMEWHERE using XML or annotations and...]]></description>
        

        <pubDate>Fri, 20 Jul 2007 04:52:36 -0400</pubDate>

        

        <jf:creationDate>Fri, 20 Jul 2007 04:52:36 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 20 Jul 2007 04:52:36 -0400</jf:modificationDate>
        <jf:date>Jul 20, 2007</jf:date>
        <jf:author>Werner Punz</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>JSF vs Spring Managed Beans</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46222</link>

        

        
            <description><![CDATA[I absolute agree with comment asking why Spring beans are better than JSF beans....]]></description>
        

        <pubDate>Thu, 19 Jul 2007 13:06:49 -0400</pubDate>

        

        <jf:creationDate>Thu, 19 Jul 2007 13:06:49 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 19 Jul 2007 13:06:49 -0400</jf:modificationDate>
        <jf:date>Jul 19, 2007</jf:date>
        <jf:author>Steven Murray</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Re: EL vs Dependency Injection</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46222</link>

        

        
            <description><![CDATA[<blockquote>Spring container is way more convenient than JSF container. Its not only "xml" somewhere. You can easily add AOP functionalities on Spring managed bean: AOP/JMX, Logging, generic Error&#38;Exception Handling (I like this one), but also...]]></description>
        

        <pubDate>Thu, 19 Jul 2007 11:12:06 -0400</pubDate>

        

        <jf:creationDate>Thu, 19 Jul 2007 11:12:06 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 19 Jul 2007 11:12:06 -0400</jf:modificationDate>
        <jf:date>Jul 19, 2007</jf:date>
        <jf:author>Jason Lee</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: EL vs Dependency Injection</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46222</link>

        

        
            <description><![CDATA[<i>...]]></description>
        

        <pubDate>Thu, 19 Jul 2007 10:17:32 -0400</pubDate>

        

        <jf:creationDate>Thu, 19 Jul 2007 10:17:32 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 19 Jul 2007 10:17:32 -0400</jf:modificationDate>
        <jf:date>Jul 19, 2007</jf:date>
        <jf:author>etienne laverdiere</jf:author>
        <jf:replyCount>6</jf:replyCount>
    </item>


    <item>

        <title>Re: EL vs Dependency Injection</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46222</link>

        

        
            <description><![CDATA[<blockquote>You can skip using managed-beans entirely, and use Spring beans instead.</blockquote>...]]></description>
        

        <pubDate>Thu, 19 Jul 2007 09:50:53 -0400</pubDate>

        

        <jf:creationDate>Thu, 19 Jul 2007 09:50:53 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 19 Jul 2007 09:50:53 -0400</jf:modificationDate>
        <jf:date>Jul 19, 2007</jf:date>
        <jf:author>Jason Lee</jf:author>
        <jf:replyCount>8</jf:replyCount>
    </item>


    <item>

        <title>Re: EL vs Dependency Injection</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46222</link>

        

        
            <description><![CDATA[I honestly think everyone here is missing the point in both the original post and follow on comments.  ...]]></description>
        

        <pubDate>Thu, 19 Jul 2007 09:39:02 -0400</pubDate>

        

        <jf:creationDate>Thu, 19 Jul 2007 09:39:02 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 19 Jul 2007 09:39:02 -0400</jf:modificationDate>
        <jf:date>Jul 19, 2007</jf:date>
        <jf:author>Steven Murray</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: DI in JEE?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46222</link>

        

        
            <description><![CDATA[Years ago there was an interesting debate about the two options of using Dependency Injection (inversion of control) or resorting to Service Locators, or better JNDI or JNDI-based Service Locators....]]></description>
        

        <pubDate>Thu, 19 Jul 2007 05:26:21 -0400</pubDate>

        

        <jf:creationDate>Thu, 19 Jul 2007 05:26:21 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 19 Jul 2007 05:26:21 -0400</jf:modificationDate>
        <jf:date>Jul 19, 2007</jf:date>
        <jf:author>Paolo Guccione</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: EL vs Dependency Injection</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46222</link>

        

        
            <description><![CDATA[<blockquote>...]]></description>
        

        <pubDate>Thu, 19 Jul 2007 02:20:18 -0400</pubDate>

        

        <jf:creationDate>Thu, 19 Jul 2007 02:20:18 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 19 Jul 2007 02:20:18 -0400</jf:modificationDate>
        <jf:date>Jul 19, 2007</jf:date>
        <jf:author>Henri Karapuu</jf:author>
        <jf:replyCount>9</jf:replyCount>
    </item>


    <item>

        <title>Re: EL vs Dependency Injection</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46222</link>

        

        
            <description><![CDATA[s/Peter/Patrick (sorry)]]></description>
        

        <pubDate>Thu, 19 Jul 2007 00:58:54 -0400</pubDate>

        

        <jf:creationDate>Thu, 19 Jul 2007 00:58:54 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 19 Jul 2007 00:58:54 -0400</jf:modificationDate>
        <jf:date>Jul 19, 2007</jf:date>
        <jf:author>Roger Keays</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: EL vs Dependency Injection</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46222</link>

        

        
            <description><![CDATA[Hi Henry,...]]></description>
        

        <pubDate>Thu, 19 Jul 2007 00:56:42 -0400</pubDate>

        

        <jf:creationDate>Thu, 19 Jul 2007 00:56:42 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 19 Jul 2007 00:56:42 -0400</jf:modificationDate>
        <jf:date>Jul 19, 2007</jf:date>
        <jf:author>Roger Keays</jf:author>
        <jf:replyCount>11</jf:replyCount>
    </item>


    <item>

        <title>Re: EL vs Dependency Injection</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46222</link>

        

        
            <description><![CDATA[+1 for Henri]]></description>
        

        <pubDate>Wed, 18 Jul 2007 21:34:27 -0400</pubDate>

        

        <jf:creationDate>Wed, 18 Jul 2007 21:34:27 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 18 Jul 2007 21:34:27 -0400</jf:modificationDate>
        <jf:date>Jul 18, 2007</jf:date>
        <jf:author>Jim McLean</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>



</channel>
</rss>

