<?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: Storing global and per-user preferences? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/storing-global-and-per-user-preferences/m-p/140487#M98417</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the web-client codebase there is a PreferencesService class - it is used to store ad-hoc web-client user preferences against the person node object (via an association to a preferences xml node).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use the service to get/put simple preferences for a user. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We use the more general core ConfigService classes for global preferences (i.e. based on web-client-config.xml etc. which are based on XML files overridable for customisation)&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>Mon, 29 Oct 2007 16:49:52 GMT</pubDate>
    <dc:creator>kevinr</dc:creator>
    <dc:date>2007-10-29T16:49:52Z</dc:date>
    <item>
      <title>Storing global and per-user preferences?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/storing-global-and-per-user-preferences/m-p/140483#M98413</link>
      <description>I'm wondering how I should handle the persisting of global and per-user preferences.I would like to add functionality to the Web Client that is configurable by integrators and users via a GUI.&amp;nbsp; To facilitate this configuration, I need to be able to store configuration preferences somewhere on a glob</description>
      <pubDate>Sat, 20 Oct 2007 13:53:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/storing-global-and-per-user-preferences/m-p/140483#M98413</guid>
      <dc:creator>blatwurst</dc:creator>
      <dc:date>2007-10-20T13:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Storing global and per-user preferences?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/storing-global-and-per-user-preferences/m-p/140484#M98414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;User on Alfresco is simply a node with "person" type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So i think you can extend "person" type with your preferences. (with a custom aspect for instance)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I never did this already, but i think there is no problem to do it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is possible with type "content" so this probably possible with type "person"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 12:05:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/storing-global-and-per-user-preferences/m-p/140484#M98414</guid>
      <dc:creator>ribz33</dc:creator>
      <dc:date>2007-10-22T12:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Storing global and per-user preferences?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/storing-global-and-per-user-preferences/m-p/140485#M98415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That makes sense Pierre.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea where I should put global (not per-user) prefs?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 00:16:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/storing-global-and-per-user-preferences/m-p/140485#M98415</guid>
      <dc:creator>blatwurst</dc:creator>
      <dc:date>2007-10-23T00:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Storing global and per-user preferences?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/storing-global-and-per-user-preferences/m-p/140486#M98416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have 2 ideas, that need to be test :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First, cm&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;erson inherit from sys:base so maybe you can add an aspect to this type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Second possibility(easiest i think), its to add an aspect with your global preferences to root folder, tehn you can store all global preferences on this root folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is just ideas, that need to be evaluate…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 07:32:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/storing-global-and-per-user-preferences/m-p/140486#M98416</guid>
      <dc:creator>ribz33</dc:creator>
      <dc:date>2007-10-23T07:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Storing global and per-user preferences?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/storing-global-and-per-user-preferences/m-p/140487#M98417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the web-client codebase there is a PreferencesService class - it is used to store ad-hoc web-client user preferences against the person node object (via an association to a preferences xml node).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use the service to get/put simple preferences for a user. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We use the more general core ConfigService classes for global preferences (i.e. based on web-client-config.xml etc. which are based on XML files overridable for customisation)&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>Mon, 29 Oct 2007 16:49:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/storing-global-and-per-user-preferences/m-p/140487#M98417</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-10-29T16:49:52Z</dc:date>
    </item>
  </channel>
</rss>

