<?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 Dynamic Multilingual Lists in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-multilingual-lists/m-p/193428#M146558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am new to Alfresco and I am wondering about best practices implementation for the following problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a type, lets call it sc&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;oc. I need to have a multilingual, multi value list of properties for this type, lets call them targetAudience. These properties should be ideally dynamically modifiable and it should be easy to search for the "associated" sc&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;ocs by these properties. I will use Alfresco remotely as a repository (most likely using REST), so web client configuration is not a problem. However it would be nice if at least prototyping could be done with the web client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have some ideas how to implement this, but I am not sure which is the right way to proceed:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Implement as a list constraint:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is easy and I can get the multilingual part done in my own application layer. However this is not dynamic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Implement as a custom list constraint (loading the constraint list from DB or file):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This would be dynamic but I am afraid of the complexity of implementing something like this. In addition, I would still need to do the multilingual part in my&amp;nbsp; application. Doing this dynamically and with the possibility that the application will be ran on different servers makes this non-optimal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Implement this as association. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is, every new targetAudience would be of type sc:targetAudience. sc:TargetAudience could have multilingual properties. I am afraid this would make searching using Lucene much harder. Maybe I could get all the sc:targetAudience nodeRefs (or whatever I need to search directly) into my application and search by these?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Implement as child association.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This could be done by having the association with &amp;lt;source&amp;gt;&amp;lt;multiple&amp;gt;True&amp;lt;/multiple&amp;gt;&amp;lt;/source&amp;gt; and &amp;lt;target&amp;gt;&amp;lt;multiple&amp;gt;True&amp;lt;/multiple&amp;gt;&amp;lt;/target&amp;gt;. Only problem with this is that I don't know what happens if I delete a document? Will all my sc:targetAudiences associated to that document get deleted also? Could I make a special node to contain all the primary references, so that as long as this node exists, the sc:targetAudiences would not be cascade deleted?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anybody has any ideas how to properly implement this, or where to look for answers, I would be very happy.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Feb 2009 12:38:52 GMT</pubDate>
    <dc:creator>akaariai</dc:creator>
    <dc:date>2009-02-09T12:38:52Z</dc:date>
    <item>
      <title>Dynamic Multilingual Lists</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-multilingual-lists/m-p/193428#M146558</link>
      <description>Hello all!I am new to Alfresco and I am wondering about best practices implementation for the following problem:I have a type, lets call it sc&lt;IMG id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;oc. I need to have a multilingual, multi value list of properties for this type, lets call them targetAudience. These properties should be ideally dynamical</description>
      <pubDate>Mon, 09 Feb 2009 12:38:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-multilingual-lists/m-p/193428#M146558</guid>
      <dc:creator>akaariai</dc:creator>
      <dc:date>2009-02-09T12:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Multilingual Lists</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-multilingual-lists/m-p/193429#M146559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi akaariai!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What does the first point mean?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;1. Implement as a list constraint:&lt;BR /&gt;This is easy and I can get the multilingual part done in my own application layer. However this is not dynamic.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to create a list constraint with key and value. Is my value your multilingual part? Can you share with us how could I create these key-value pairs of the list and how could I retrieve the multilingual part in the application layer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please, help! I can't undestand how's something so basic is not covered by Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sergi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 08:12:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-multilingual-lists/m-p/193429#M146559</guid>
      <dc:creator>sergi_l</dc:creator>
      <dc:date>2009-05-13T08:12:04Z</dc:date>
    </item>
  </channel>
</rss>

