<?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 Creating custom document properties / schema without using IDE in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/creating-custom-document-properties-schema-without-using-ide/m-p/326630#M13631</link>
    <description>&lt;P&gt;I'm investigating Alfresco and Nuxeo to choose which is better for my company's requirement.
The first thing I was looking for is the ability to add custom properties to document easly without the need to a dev tools but just a text editor or something.&lt;BR /&gt;/&amp;gt;
In Alfresco community, I was able to add custom properties and apply some constraint using "Aspect", just by creating 3 xml files and one properties file, no "jar" no "manifest" just server restart.&lt;BR /&gt;/&amp;gt;&lt;/P&gt;
&lt;P&gt;Is it possible to achieve the same with NUXEO, the is very important as I'm inclined more toward Nuxeo.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Feb 2016 06:52:21 GMT</pubDate>
    <dc:creator>elsadek</dc:creator>
    <dc:date>2016-02-08T06:52:21Z</dc:date>
    <item>
      <title>Creating custom document properties / schema without using IDE</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/creating-custom-document-properties-schema-without-using-ide/m-p/326630#M13631</link>
      <description>&lt;P&gt;I'm investigating Alfresco and Nuxeo to choose which is better for my company's requirement.
The first thing I was looking for is the ability to add custom properties to document easly without the need to a dev tools but just a text editor or something.&lt;BR /&gt;/&amp;gt;
In Alfresco community, I was able to add custom properties and apply some constraint using "Aspect", just by creating 3 xml files and one properties file, no "jar" no "manifest" just server restart.&lt;BR /&gt;/&amp;gt;&lt;/P&gt;
&lt;P&gt;Is it possible to achieve the same with NUXEO, the is very important as I'm inclined more toward Nuxeo.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2016 06:52:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/creating-custom-document-properties-schema-without-using-ide/m-p/326630#M13631</guid>
      <dc:creator>elsadek</dc:creator>
      <dc:date>2016-02-08T06:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom document properties / schema without using IDE</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/creating-custom-document-properties-schema-without-using-ide/m-p/326631#M13632</link>
      <description>&lt;P&gt;You can do it by naming your xml file with &lt;EM&gt;whatever_your_want-config.xml&lt;/EM&gt; (only the &lt;EM&gt;-config.xml&lt;/EM&gt; part is important), and put it in the &lt;CODE&gt;config&lt;/CODE&gt; directory of your server:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;CODE&gt;$NUXEO/nxserver/config&lt;/CODE&gt; for a Tomcat distribution,&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;$NUXEO/server/default/deploy/nuxeo.ear/config&lt;/CODE&gt; for a JBoss distribution.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:00:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/creating-custom-document-properties-schema-without-using-ide/m-p/326631#M13632</guid>
      <dc:creator>Greg_Drayon</dc:creator>
      <dc:date>2016-02-08T09:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom document properties / schema without using IDE</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/creating-custom-document-properties-schema-without-using-ide/m-p/326632#M13633</link>
      <description>&lt;P&gt;thanks Greg, is there any template to work on it ?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2016 10:38:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/creating-custom-document-properties-schema-without-using-ide/m-p/326632#M13633</guid>
      <dc:creator>elsadek</dc:creator>
      <dc:date>2016-02-08T10:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom document properties / schema without using IDE</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/creating-custom-document-properties-schema-without-using-ide/m-p/326633#M13634</link>
      <description>&lt;P&gt;A template, I don't think so. Examples&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2016 11:26:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/creating-custom-document-properties-schema-without-using-ide/m-p/326633#M13634</guid>
      <dc:creator>Greg_Drayon</dc:creator>
      <dc:date>2016-02-08T11:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom document properties / schema without using IDE</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/creating-custom-document-properties-schema-without-using-ide/m-p/326634#M13635</link>
      <description>&lt;P&gt;I found this page very helpful https&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2016 13:05:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/creating-custom-document-properties-schema-without-using-ide/m-p/326634#M13635</guid>
      <dc:creator>elsadek</dc:creator>
      <dc:date>2016-02-08T13:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom document properties / schema without using IDE</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/creating-custom-document-properties-schema-without-using-ide/m-p/326635#M13636</link>
      <description>&lt;P&gt;This doc is more recent&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2016 14:32:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/creating-custom-document-properties-schema-without-using-ide/m-p/326635#M13636</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2016-02-08T14:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom document properties / schema without using IDE</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/creating-custom-document-properties-schema-without-using-ide/m-p/326636#M13637</link>
      <description>&lt;P&gt;if there is no template, then I'm missing important details on how to achieve the task.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 05:51:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/creating-custom-document-properties-schema-without-using-ide/m-p/326636#M13637</guid>
      <dc:creator>elsadek</dc:creator>
      <dc:date>2016-02-09T05:51:15Z</dc:date>
    </item>
  </channel>
</rss>

