<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Just wondering in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/just-wondering/m-p/17896#M8093</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;For our web-client yes I'm sure. If someone is brave enough to extract the common Alfresco components and refactor them to use separate renders etc. then they are welcome, but in the real world with real development timescales choices had to be made that sometimes do not fit the ideal.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;We understand there is a game of balance going on.&amp;nbsp; The work is great, the components are beautiful.&amp;nbsp; We are happy.&amp;nbsp;&amp;nbsp; It is always a struggle to balance idealism with production time line.&amp;nbsp; I had a professor that told me once "Perfection is the ENEMY of the good."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;its good advice.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jan 2006 14:39:34 GMT</pubDate>
    <dc:creator>rdanner</dc:creator>
    <dc:date>2006-01-31T14:39:34Z</dc:date>
    <item>
      <title>Just wondering</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/just-wondering/m-p/17890#M8087</link>
      <description>I was digging around in the UI components this evening and i browsed passed some HTML code in the component classes.In the faces components I have developed I have worked hard to keep things like HTML isolated to the Renderers.Is there a good reason for the component classes to make assumptions abou</description>
      <pubDate>Sun, 29 Jan 2006 00:19:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/just-wondering/m-p/17890#M8087</guid>
      <dc:creator>rdanner</dc:creator>
      <dc:date>2006-01-29T00:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Just wondering</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/just-wondering/m-p/17891#M8088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;JSF does allow what are called "self rendering components", meaning that if you know your component is only ever going to be used in one particular view technology you can allow it to generate the appropriate rendering code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Therefore those components that you have found HTML generation in are those that we felt, at the time, were only pertinent for the web. If you disagree with this choice in any of the components please feel free to raise the issue as a bug on JIRA.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2006 10:28:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/just-wondering/m-p/17891#M8088</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-01-30T10:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Just wondering</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/just-wondering/m-p/17892#M8089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;JSF does allow what are called "self rendering components", meaning that if you know your component is only ever going to be used in one particular view technology you can allow it to generate the appropriate rendering code.&lt;BR /&gt;&lt;BR /&gt;Therefore those components that you have found HTML generation in are those that we felt, at the time, were only pertinent for the web. If you disagree with this choice in any of the components please feel free to raise the issue as a bug on JIRA.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I dont disagree with anything… i am mostly ignorant&amp;nbsp; :wink:&amp;nbsp;&amp;nbsp; I just have questions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is so much code that to "wade" through it and figure out the intention of the developers is impossible.&amp;nbsp; Its better from my point of view to get on here and ask.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2006 14:09:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/just-wondering/m-p/17892#M8089</guid>
      <dc:creator>rdanner</dc:creator>
      <dc:date>2006-01-30T14:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Just wondering</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/just-wondering/m-p/17893#M8090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is there a good reason for the component classes to make assumptions about how they are rendered (ie getting a hold of a response writter and outputting HTML tags)?&lt;BR /&gt;&lt;BR /&gt;Doesnt this kind of defeat one of the major points of JSF which is plug in support for different view technology?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes i think so - but in the real world the components are never going to output any other than HTML/XHTML.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2006 10:33:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/just-wondering/m-p/17893#M8090</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2006-01-31T10:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Just wondering</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/just-wondering/m-p/17894#M8091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is there a good reason for the component classes to make assumptions about how they are rendered (ie getting a hold of a response writter and outputting HTML tags)?&lt;BR /&gt;&lt;BR /&gt;Doesnt this kind of defeat one of the major points of JSF which is plug in support for different view technology?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Yes i think so - but in the real world the components are never going to output any other than HTML/XHTML.&lt;BR /&gt;&lt;BR /&gt;Kevin&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hmmm, why are you so sure about that? I do understand near term. However, I've seen JSF XUL output, and I'm very much interested in seeing JSF Swing/SWT and especially XAML output in the future.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2006 11:25:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/just-wondering/m-p/17894#M8091</guid>
      <dc:creator>fselendic</dc:creator>
      <dc:date>2006-01-31T11:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Just wondering</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/just-wondering/m-p/17895#M8092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For our web-client yes I'm sure. If someone is brave enough to extract the common Alfresco components and refactor them to use separate renders etc. then they are welcome, but in the real world with real development timescales choices had to be made that sometimes do not fit the ideal.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2006 11:41:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/just-wondering/m-p/17895#M8092</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2006-01-31T11:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Just wondering</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/just-wondering/m-p/17896#M8093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;For our web-client yes I'm sure. If someone is brave enough to extract the common Alfresco components and refactor them to use separate renders etc. then they are welcome, but in the real world with real development timescales choices had to be made that sometimes do not fit the ideal.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;We understand there is a game of balance going on.&amp;nbsp; The work is great, the components are beautiful.&amp;nbsp; We are happy.&amp;nbsp;&amp;nbsp; It is always a struggle to balance idealism with production time line.&amp;nbsp; I had a professor that told me once "Perfection is the ENEMY of the good."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;its good advice.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2006 14:39:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/just-wondering/m-p/17896#M8093</guid>
      <dc:creator>rdanner</dc:creator>
      <dc:date>2006-01-31T14:39:34Z</dc:date>
    </item>
  </channel>
</rss>

