<?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 - Building Custom JSF UI Components</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>Sat, 25 May 2013 17:55:40 -0400</pubDate>


    <item>

        <title>The point</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35900</link>

        

        
            <description><![CDATA[Of the article was not to find a shortest route for a jsf component, if you wanted to do that, you only would have had to implement the tag and omit the component part and the renderer part and render straight into html over the tag, but to give a...]]></description>
        

        <pubDate>Sun, 21 Aug 2005 04:20:14 -0400</pubDate>

        

        <jf:creationDate>Sun, 21 Aug 2005 04:20:14 -0400</jf:creationDate>
        <jf:modificationDate>Sun, 21 Aug 2005 04:20:14 -0400</jf:modificationDate>
        <jf:date>Aug 21, 2005</jf:date>
        <jf:author>Werner Punz</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Compilation error :-)</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35900</link>

        

        
            <description><![CDATA[Compilation error: undefined symbol 'addStockSymbol'<br><br>I think that function does more than getting the price for IBM...<br><br>So it is still not complete ;-)<br><br>I don't think the point of the article is to get at which framework 'has the...]]></description>
        

        <pubDate>Sat, 20 Aug 2005 12:37:52 -0400</pubDate>

        

        <jf:creationDate>Sat, 20 Aug 2005 12:37:52 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 20 Aug 2005 12:37:52 -0400</jf:modificationDate>
        <jf:date>Aug 20, 2005</jf:date>
        <jf:author>Martijn Dashorst</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>for the sake of completeness</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35900</link>

        

        
            <description><![CDATA[It's even simpler with wingS:<br><blockquote>class StockForm extends SPanel {<br>&nbsp;&nbsp;&nbsp;&nbsp;public StockForm() {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;super(new...]]></description>
        

        <pubDate>Sat, 20 Aug 2005 07:04:16 -0400</pubDate>

        

        <jf:creationDate>Sat, 20 Aug 2005 07:04:16 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 20 Aug 2005 07:04:16 -0400</jf:modificationDate>
        <jf:date>Aug 20, 2005</jf:date>
        <jf:author>Holger Engels</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>additional note</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35900</link>

        

        
            <description><![CDATA[<blockquote>Many of us work with JSF with no tool support, no drag-and-drop, yet find it simple and powerful.  Sure, it has flaws, but requiring tools is not one of them.</blockquote><br>Sure. You can hand code your EJB's too. Now, /that's/ fun.]]></description>
        

        <pubDate>Sat, 20 Aug 2005 06:38:04 -0400</pubDate>

        

        <jf:creationDate>Sat, 20 Aug 2005 06:38:04 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 20 Aug 2005 06:38:04 -0400</jf:modificationDate>
        <jf:date>Aug 20, 2005</jf:date>
        <jf:author>Eelco Hillenius</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>additional note</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35900</link>

        

        
            <description><![CDATA[<blockquote>They make <i>application development</i> simple, which JSF can't deliver without drag'n'drop tool support and (according to the JSF incrowd, I haven't confirmed this) the <i>recent</i> addition of JSP 2.x and facelets.</blockquote><br>If you...]]></description>
        

        <pubDate>Sat, 20 Aug 2005 05:52:46 -0400</pubDate>

        

        <jf:creationDate>Sat, 20 Aug 2005 05:52:46 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 20 Aug 2005 05:52:46 -0400</jf:modificationDate>
        <jf:date>Aug 20, 2005</jf:date>
        <jf:author>Steve Zara</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Actually, it's not even that hard.</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35900</link>

        

        
            <description><![CDATA[Try this:<br><br>public class StockQuoteLabel extends Label <br>{<br>&nbsp;&nbsp;public StockQuoteLabel(String id, final String symbol)<br>&nbsp;&nbsp;{<br>&nbsp;&nbsp;&nbsp;&nbsp;super(id, new...]]></description>
        

        <pubDate>Sat, 20 Aug 2005 04:09:39 -0400</pubDate>

        

        <jf:creationDate>Sat, 20 Aug 2005 04:09:39 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 20 Aug 2005 04:09:39 -0400</jf:modificationDate>
        <jf:date>Aug 20, 2005</jf:date>
        <jf:author>Jonathan Locke</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Standards are definitely needed</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35900</link>

        

        
            <description><![CDATA[Look how long Struts has been the defacto standard, and then look at the tool situation, now we have JSF and within one til two years the 1.0 has been finalized good tools which ease development a lot have been popping out left and right and have reached...]]></description>
        

        <pubDate>Fri, 19 Aug 2005 03:46:49 -0400</pubDate>

        

        <jf:creationDate>Fri, 19 Aug 2005 03:46:49 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 19 Aug 2005 03:46:49 -0400</jf:modificationDate>
        <jf:date>Aug 19, 2005</jf:date>
        <jf:author>Werner Punz</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Building Custom JSF UI Components</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35900</link>

        

        
            <description><![CDATA[<blockquote>Isn't it a possibility that because Shale/Clay/Facelets are needed, it means that JSF is lacking at best?</blockquote>JSF is a standard! It's like saying that if Servlets were complete we wouldn't need Tomcat/Resin/Jetty. If too many options...]]></description>
        

        <pubDate>Thu, 18 Aug 2005 21:23:51 -0400</pubDate>

        

        <jf:creationDate>Thu, 18 Aug 2005 21:23:51 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 18 Aug 2005 21:23:51 -0400</jf:modificationDate>
        <jf:date>Aug 18, 2005</jf:date>
        <jf:author>Henrique Steckelberg</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Building Custom JSF UI Components</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35900</link>

        

        
            <description><![CDATA[Martijn, I wouldn't apologize, you brought up some good points.]]></description>
        

        <pubDate>Thu, 18 Aug 2005 20:06:54 -0400</pubDate>

        

        <jf:creationDate>Thu, 18 Aug 2005 20:06:54 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 18 Aug 2005 20:06:54 -0400</jf:modificationDate>
        <jf:date>Aug 18, 2005</jf:date>
        <jf:author>hookomjj</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Building Custom JSF UI Components</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35900</link>

        

        
            <description><![CDATA[Isn't it a possibility that because Shale/Clay/Facelets are needed, it means that JSF is lacking at best? And usually stacking such a load of technologies to make something work, is an antipattern.<br><br>Giving developers too many options (to do the...]]></description>
        

        <pubDate>Thu, 18 Aug 2005 18:03:33 -0400</pubDate>

        

        <jf:creationDate>Thu, 18 Aug 2005 18:03:33 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 18 Aug 2005 18:03:33 -0400</jf:modificationDate>
        <jf:date>Aug 18, 2005</jf:date>
        <jf:author>Martijn Dashorst</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>additional note</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35900</link>

        

        
            <description><![CDATA[<blockquote>JSF is now a 'solid' platform because of it and to sound like a broken record, you will be seeing us now concentrate on ease of development.  The foundation is now there, we know what works under the hood.  Now we need to do a better job of...]]></description>
        

        <pubDate>Thu, 18 Aug 2005 17:25:29 -0400</pubDate>

        

        <jf:creationDate>Thu, 18 Aug 2005 17:25:29 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 18 Aug 2005 17:25:29 -0400</jf:modificationDate>
        <jf:date>Aug 18, 2005</jf:date>
        <jf:author>Michael Jouravlev</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>additional note</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35900</link>

        

        
            <description><![CDATA[one follow up as an example...<br><br>Developers have a lot of options with the JSF stack over getting 'one' solution with Tapestry.  Good or bad, the JSF stack has opportunity to evolve at different levels with your needs.  I *could* use Oracle's ADF...]]></description>
        

        <pubDate>Thu, 18 Aug 2005 17:14:36 -0400</pubDate>

        

        <jf:creationDate>Thu, 18 Aug 2005 17:14:36 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 18 Aug 2005 17:14:36 -0400</jf:modificationDate>
        <jf:date>Aug 18, 2005</jf:date>
        <jf:author>hookomjj</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>additional note</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35900</link>

        

        
            <description><![CDATA[Mr. Bridge ;-)<br><br>You are totally right about where JSF is at.  You can blame too many roosters in the hen house or the JCP process, but with attempting to push a quote unquote 'standard'-- everyone must be taken into consideration and their needs...]]></description>
        

        <pubDate>Thu, 18 Aug 2005 16:48:32 -0400</pubDate>

        

        <jf:creationDate>Thu, 18 Aug 2005 16:48:32 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 18 Aug 2005 16:48:32 -0400</jf:modificationDate>
        <jf:date>Aug 18, 2005</jf:date>
        <jf:author>hookomjj</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>additional note</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35900</link>

        

        
            <description><![CDATA[Hi Jacob,<br><br>I am not sure whether you realize it, but you have just written yet another &quot;Just wait some more!&quot; message.<br><br>You see, I have been using Tapestry for an easy component web development since 2001 -- proper encapsulation,...]]></description>
        

        <pubDate>Thu, 18 Aug 2005 16:32:50 -0400</pubDate>

        

        <jf:creationDate>Thu, 18 Aug 2005 16:32:50 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 18 Aug 2005 16:32:50 -0400</jf:modificationDate>
        <jf:date>Aug 18, 2005</jf:date>
        <jf:author>Mind Bridge</jf:author>
        <jf:replyCount>6</jf:replyCount>
    </item>


    <item>

        <title>additional note</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=35900</link>

        

        
            <description><![CDATA[<blockquote>Why do you call them 'simple'? Have you even looked at Tapestry, Wicket and Echo? I hardly call those frameworks simple. They make <i>application development</i> simple, which JSF can't deliver without drag'n'drop tool support and (according...]]></description>
        

        <pubDate>Thu, 18 Aug 2005 14:26:39 -0400</pubDate>

        

        <jf:creationDate>Thu, 18 Aug 2005 14:26:39 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 18 Aug 2005 14:26:39 -0400</jf:modificationDate>
        <jf:date>Aug 18, 2005</jf:date>
        <jf:author>hookomjj</jf:author>
        <jf:replyCount>7</jf:replyCount>
    </item>



</channel>
</rss>

