<?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 Customize without nuxeo studio in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/customize-without-nuxeo-studio/m-p/327276#M14277</link>
    <description>&lt;P&gt;Hello,
Is it possible to customize nuxeo, using only nuxeo ide without using nuxeo studio?
For example create a new document type, create a workflow, etc ....
Documents always bring us back to nuxeo studio.&lt;/P&gt;</description>
    <pubDate>Fri, 24 Oct 2014 11:52:29 GMT</pubDate>
    <dc:creator>ywane_</dc:creator>
    <dc:date>2014-10-24T11:52:29Z</dc:date>
    <item>
      <title>Customize without nuxeo studio</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/customize-without-nuxeo-studio/m-p/327276#M14277</link>
      <description>&lt;P&gt;Hello,
Is it possible to customize nuxeo, using only nuxeo ide without using nuxeo studio?
For example create a new document type, create a workflow, etc ....
Documents always bring us back to nuxeo studio.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2014 11:52:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/customize-without-nuxeo-studio/m-p/327276#M14277</guid>
      <dc:creator>ywane_</dc:creator>
      <dc:date>2014-10-24T11:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Customize without nuxeo studio</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/customize-without-nuxeo-studio/m-p/327277#M14278</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Everything done with Nuxeo Studio can be manually done because Nuxeo Studio only generates an XML contribution (and optionally some binary resources like images, icons...).&lt;/P&gt;
&lt;P&gt;The documentation generally points to Nuxeo Studio because:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;it's the easier way to write contributions&lt;/LI&gt;
&lt;LI&gt;it manages automatic contributions upgrade.&lt;BR /&gt; /&amp;gt;
If an extension point changes from a Nuxeo version to another, then changing the target version in the project properties is enough, Nuxeo Studio will automatically generate the right contribution for a give version.&lt;/LI&gt;
&lt;LI&gt;it would not be possible to maintain handwritten documentation about such technical details. For that purpose, we provide automatically generated documentation:&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://community.nuxeo.com/api/nuxeo/release-5.8/javadoc/"&gt;Javadoc&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://community.nuxeo.com/api/nuxeo/release-5.8/tlddoc/"&gt;Tag Library Documentation&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://explorer.nuxeo.org/nuxeo/site/distribution/Nuxeo%20Platform-5.8/"&gt;APIDoc (aka Platform Explorer)&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Note you can use Studio to do some customization then analyze the generated contributions in the downloadable JAR.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2014 15:16:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/customize-without-nuxeo-studio/m-p/327277#M14278</guid>
      <dc:creator>Julien_Carsique</dc:creator>
      <dc:date>2014-10-24T15:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Customize without nuxeo studio</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/customize-without-nuxeo-studio/m-p/327278#M14279</link>
      <description>&lt;P&gt;As a small example of Julien Carsique's claim, we have the beginnings of a document-type-only Marketplace package at &lt;A href="https://github.com/courseload/nuxeo-schema-dot-org"&gt;https://github.com/courseload/nuxeo-schema-dot-org&lt;/A&gt; that works for us. Having done both, it is much quicker to use the Nuxeo Studio UI to make progress on business-specific data and workflow requirements, but it is true that everything can be done manually.&lt;/P&gt;
&lt;P&gt;We didn't use Studio for the above project to prove that it could be done without Studio, to allow others to use that portion of our code without needing our whole Studio project, and because the document schema definitions were so repetitive that writing code to generate them was faster than manually updating them in a GUI.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Nov 2014 16:03:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/customize-without-nuxeo-studio/m-p/327278#M14279</guid>
      <dc:creator>Steven_Huwig1</dc:creator>
      <dc:date>2014-11-07T16:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Customize without nuxeo studio</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/customize-without-nuxeo-studio/m-p/327279#M14280</link>
      <description>&lt;P&gt;Here is a step by step tutorial to develop with nuxeo. Hope it helps.&lt;/P&gt;
&lt;P&gt;Step 1: Pull nuxeo code from git repository (&lt;A href="https://github.com/nuxeo/nuxeo.git"&gt;https://github.com/nuxeo/nuxeo.git&lt;/A&gt;) and update the code by using python clone.py master -a&lt;/P&gt;
&lt;P&gt;Step 2: Import the code into IntelliJ IDEA IDE.&lt;/P&gt;
&lt;P&gt;Step 3: Build the project and create a maven run configration with following parameters: clean -DskipTests=true install -Paddons,distrib&lt;/P&gt;
&lt;P&gt;You will find the executable built project under /YOUR_PATH_TO_NUXEO/nuxeo/nuxeo-distribution/nuxeo-server-tomcat/target/nuxeo-server-tomcat-9.2-SNAPSHOT/bin/&lt;/P&gt;
&lt;P&gt;For detail tutorial you can see this link: &lt;A href="https://github.com/epicprojects/nuxeo-tutorial"&gt;https://github.com/epicprojects/nuxeo-tutorial&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 13:01:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/customize-without-nuxeo-studio/m-p/327279#M14280</guid>
      <dc:creator />
      <dc:date>2017-05-17T13:01:12Z</dc:date>
    </item>
  </channel>
</rss>

