<?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 Using component library outside Alfresco in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/using-component-library-outside-alfresco/m-p/39775#M21221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm interested to use the component library outside Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea, hint ? What .jar needed ? How to define web.xml and faces-config.xml ? What type of licence needed ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Dec 2005 00:33:40 GMT</pubDate>
    <dc:creator>nusa</dc:creator>
    <dc:date>2005-12-06T00:33:40Z</dc:date>
    <item>
      <title>Using component library outside Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-component-library-outside-alfresco/m-p/39775#M21221</link>
      <description>Hi,I'm interested to use the component library outside Alfresco.Any idea, hint ? What .jar needed ? How to define web.xml and faces-config.xml ? What type of licence needed ?Thanks.</description>
      <pubDate>Tue, 06 Dec 2005 00:33:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-component-library-outside-alfresco/m-p/39775#M21221</guid>
      <dc:creator>nusa</dc:creator>
      <dc:date>2005-12-06T00:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using component library outside Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-component-library-outside-alfresco/m-p/39776#M21222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any taker ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 21:21:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-component-library-outside-alfresco/m-p/39776#M21222</guid>
      <dc:creator>nusa</dc:creator>
      <dc:date>2005-12-06T21:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using component library outside Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-component-library-outside-alfresco/m-p/39777#M21223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you say component library I presume you are referring to our JSF components?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We haven't split out the common components yet although it's something we plan do at some point. You will find all the JSF client code in the web-client.jar. All the common components i.e. those that should be usable outside of Alfresco are in the org.alfresco.web.ui.common package.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, we have made no attempt to use these components standalone so there may well be some hidden dependencies to the Alfresco stack.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding config files you will need to modify web.xml to exclude the unrequired faces-config-repo.xml. You will also need to edit the other faces-config* files to remove references to all the Alfresco specific stuff.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for the licence I think it will still be MPL so as long as there is some attribution back to Alfresco regarding the components you use it should be OK.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 08:59:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-component-library-outside-alfresco/m-p/39777#M21223</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2005-12-07T08:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using component library outside Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-component-library-outside-alfresco/m-p/39778#M21224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gavin is correct. The ui.common package is designed to be independant of the Alfresco repository stack. However, the components currently do have some dependanices on the org.alfresco.web.app.Application object. This object is used to provide I18N services and other web util functions. I would suggest stubbing out and then implementing you own application support class to replace this one (there's only a few methods the components in common actually use from it). That and the XML Faces config Gavin mentions should be enough to extract the common components.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We'd love to hear how you get on with this if you give it a try! &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 09:48:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-component-library-outside-alfresco/m-p/39778#M21224</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2005-12-07T09:48:03Z</dc:date>
    </item>
  </channel>
</rss>

