<?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: Customising the Alfresco Webclient: Best Practice in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/customising-the-alfresco-webclient-best-practice/m-p/27772#M13998</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;Yes, unfortunately at the moment as far as the client is concerned you will need to change some of our files until we have the extension hooks Paul mentioned in place.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the time the final 1.2 release goes out the configuration in the client WILL be more extensible, basically, you can override anything in a separate file and you won't need to change ours. Hopefully this will also be the case for the JSF config files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There should also be some documentation on the wiki soon regarding client configuration, this may well also cover some simple customisation examples.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2006 09:39:37 GMT</pubDate>
    <dc:creator>gavinc</dc:creator>
    <dc:date>2006-02-08T09:39:37Z</dc:date>
    <item>
      <title>Customising the Alfresco Webclient: Best Practice</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customising-the-alfresco-webclient-best-practice/m-p/27765#M13991</link>
      <description>This questions concerns codebase structure and best practice for developing applications using the Alfresco web client.As Alfresco is an open source project that enjoys a rapid release cycle, I am keen to ensure that my work stays seperate so that I'm able to take advantage of new functionality with</description>
      <pubDate>Tue, 07 Feb 2006 10:09:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customising-the-alfresco-webclient-best-practice/m-p/27765#M13991</guid>
      <dc:creator>lnagra</dc:creator>
      <dc:date>2006-02-07T10:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Customising the Alfresco Webclient: Best Practice</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customising-the-alfresco-webclient-best-practice/m-p/27766#M13992</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;SPAN&gt;I tried to implement "task lists" for Alfresco, you can find the discussion in the "Developers-Web Client Development" forum. And I am facing the problem you have, keeping my work seperate, and ensuring that I am in synch with official Alfresco sources.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you *add* files, then that won't be a big problem. But if you need to *change* original Alfresco files, then you need to watch for changes done by the Alfresco team, and keep in synch. And I bet that you will need to change some files, at least browse.jsp.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can suggest to work on the latest sources all the time, synchonizing with the Alfresco subversion sources. Then, if any file you have changed is changed by the Alfresco developers, you can merge the differences. Then your changes can be valid as for the latest Alfresco code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If there is a better practice, I would also like to learn it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2006 10:29:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customising-the-alfresco-webclient-best-practice/m-p/27766#M13992</guid>
      <dc:creator>turgayz</dc:creator>
      <dc:date>2006-02-07T10:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Customising the Alfresco Webclient: Best Practice</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customising-the-alfresco-webclient-best-practice/m-p/27767#M13993</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;As well as looking at UI redesign, we're also trying to make it more extensible (in the short term, just making faces-config overridable would help).&amp;nbsp; Once we get to thinking about the design, we'll start discussing it in the forums for feedback.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2006 10:39:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customising-the-alfresco-webclient-best-practice/m-p/27767#M13993</guid>
      <dc:creator>paulhh</dc:creator>
      <dc:date>2006-02-07T10:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Customising the Alfresco Webclient: Best Practice</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customising-the-alfresco-webclient-best-practice/m-p/27768#M13994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;I tried to implement "task lists" for Alfresco, you can find the discussion in the "Developers-Web Client Development" forum. And I am facing the problem you have, keeping my work seperate, and ensuring that I am in synch with official Alfresco sources.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have the beginning of an answer in the two following posts :&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.alfresco.org/forums/viewtopic.php?t=696" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/forums/viewtopic.php?t=696&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.alfresco.org/forums/viewtopic.php?t=712" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/forums/viewtopic.php?t=712&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There will be in the future a process so that Alfresco team centralizes modifications done by community users. But of course, every community developper will have to support its own developpement, Alfresco Team will not maintain it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Developping and sharing new wizards or workflows should be great, and could be done through this process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, afaik, nothing about a web interface customization service implemented in Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Laurent.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2006 10:45:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customising-the-alfresco-webclient-best-practice/m-p/27768#M13994</guid>
      <dc:creator>lgr</dc:creator>
      <dc:date>2006-02-07T10:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Customising the Alfresco Webclient: Best Practice</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customising-the-alfresco-webclient-best-practice/m-p/27769#M13995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Laurent,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the discussion here is not about licensing or legal issues. Of course that is an important topic on itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Problem here is, how to keep in synch with the Alfresco sources, that is, the code produced by official Alfresco developers. If everything could be an *extension*, then there would be not much problem, you could easily track the changes *you* have made on the sources. Of course there are some areas where this may be improved, but I don't think it is possible to make every change as an extension. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, you can put your own definitions of new types and Spring additions also, in the file alfresco/extension/extension-context.xml. But, you will also need to change some original files to put in new functionality, like showing a new context menu item for spaces. I had to change browse.jsp, document-details.jsp, space-details.jsp to have this addition. There you have the problem of ensuring that your changes stay current with every version change from the Alfresco developers in the future.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I said, of course the licensing topic is also very important, I have read the topics you mentioned.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2006 11:04:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customising-the-alfresco-webclient-best-practice/m-p/27769#M13995</guid>
      <dc:creator>turgayz</dc:creator>
      <dc:date>2006-02-07T11:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Customising the Alfresco Webclient: Best Practice</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customising-the-alfresco-webclient-best-practice/m-p/27770#M13996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;&lt;BR /&gt;@ turgayz&lt;/STRONG&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I can suggest to work on the latest sources all the time, synchonizing with the Alfresco subversion sources. Then, if any file you have changed is changed by the Alfresco developers, you can merge the differences. Then your changes can be valid as for the latest Alfresco code.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;This is a good idea and could work quite well for our initial development. Such a system forces you to continually accept the latest Alfresco code changes. As Alfresco is still in 1.x, I guess it's not a bad idea to keep on top of the changes so you don't fall behind. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I'm not sure if it would be a sustainable method of development. Particularly when the time arrives to deploy and put into production your Alfresco-based app.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;@ Laurent&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the pointers on the licensing issues. It would be interesting to hear how the Alfresco team would potentially manage a situation whereby functionality available in the enterprise edition is duplicated and released by the community. But I'd imagine that's a topic for the Licensing forum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;@ Paul&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;What's the anticipated time frame for these changes. Are there any live implementations of Alfresco that have come across or dealt with this problem or is the method advocated by turgayz the currently accepted solution?&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, 07 Feb 2006 11:44:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customising-the-alfresco-webclient-best-practice/m-p/27770#M13996</guid>
      <dc:creator>lnagra</dc:creator>
      <dc:date>2006-02-07T11:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Customising the Alfresco Webclient: Best Practice</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customising-the-alfresco-webclient-best-practice/m-p/27771#M13997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You're right, my post was not very clear. The information i wanted to point out is that the Alfresco want and will organize itself for being able to accept modifications from the community developpers. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the product and the organisation is not ready yet for providing software interfaces, internal customization and graphical change processes, for the community. But these posts in the licencing forum make me think that Alfresco will be able to do so in the future.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, i've got no information about these change timeframe or roadmap priority (except in the wiki,&amp;nbsp; Release Quarter 2006 1 and 2 : Personalization and Extended Workflow Capabilities (&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/mediawiki/index.php/Roadmap" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/mediawiki/index.php/Roadmap&lt;/A&gt;&lt;SPAN&gt;)).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps &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;Laurent.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2006 11:55:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customising-the-alfresco-webclient-best-practice/m-p/27771#M13997</guid>
      <dc:creator>lgr</dc:creator>
      <dc:date>2006-02-07T11:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Customising the Alfresco Webclient: Best Practice</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customising-the-alfresco-webclient-best-practice/m-p/27772#M13998</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;Yes, unfortunately at the moment as far as the client is concerned you will need to change some of our files until we have the extension hooks Paul mentioned in place.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the time the final 1.2 release goes out the configuration in the client WILL be more extensible, basically, you can override anything in a separate file and you won't need to change ours. Hopefully this will also be the case for the JSF config files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There should also be some documentation on the wiki soon regarding client configuration, this may well also cover some simple customisation examples.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 09:39:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customising-the-alfresco-webclient-best-practice/m-p/27772#M13998</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-02-08T09:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Customising the Alfresco Webclient: Best Practice</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customising-the-alfresco-webclient-best-practice/m-p/27773#M13999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Many of the extension hooks are now in place for the 1.2 final release:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.alfresco.org/mediawiki/index.php/Web_Client_Configuration_Guide" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/mediawiki/index.php/Web_Client_Configuration_Guide&lt;/A&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, 22 Feb 2006 13:15:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customising-the-alfresco-webclient-best-practice/m-p/27773#M13999</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2006-02-22T13:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Customising the Alfresco Webclient: Best Practice</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customising-the-alfresco-webclient-best-practice/m-p/27774#M14000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anywhere configuration can be used to direct, if not declare behavior, is ideal. One of the places in alfresco I have found to be the most difficult to extend are the places which have a lot of case logic around assumptions IE choosing what editor to display (assumes that the differentiation is mime type) or wizards etc. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One thing I would look for is to bring IOC to the method level. Break the methods up in to small atomic operations that can be wired together through configuration. If the configuration is override-able (merge-able is better, but more difficult), then you can really kick the case logic issue in the rear. It becomes a non-issue. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The other place is panels in the JSP. One think I would look for is the use of tiles in JSP and a declarative way to say bring in this tile at this time in this location. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The other place that is interesting in terms of overriding behavior is environment. Sometimes I want my dev environment to act different then my production environment (IE… send the emails to a different account or for instance use a different database etc). Spring provides for this to some extent. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have properties files…. eh &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and you can override beans by adding wild cards to the names of the context-xmls in you web-inf. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ie &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;context-param&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;param-name&amp;gt;contextConfigLocation&amp;lt;/param-name&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;param-value&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; classpath:app/contentRepositoryBrowser/application-context.xml, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; classpath*:app/contentRepositoryBrowser/*/*-context-server.xml &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/param-value&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;description&amp;gt;Spring config file locations&amp;lt;/description&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/context-param&amp;gt; &lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is ok…. I am not stoked that configuration relies on class path as it gets in the way of some of the things I want to do (in terms of granularity). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Class path works great for web apps in the traditional sense but not in terms of portlets where you can instantiate more then one of the same type and you want them to be the same app configured a new and interesting way. In this case you need to rely on two configuration stores. Spring as a default and the portal engine as the instance. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway it gets the job done. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The more stuff we can drive in to configuration and in to the inversion of control concept… the better.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 15:21:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customising-the-alfresco-webclient-best-practice/m-p/27774#M14000</guid>
      <dc:creator>rdanner</dc:creator>
      <dc:date>2006-02-22T15:21:40Z</dc:date>
    </item>
  </channel>
</rss>

