<?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: Development lifecycle best practices in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/development-lifecycle-best-practices/m-p/322457#M9458</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;From within Nuxeo IDE you can reference your Studio project.
This means the Studio project will :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;be added to the pom and maven dependency tree&lt;/LI&gt;
&lt;LI&gt;be added to Eclipse classpath&lt;/LI&gt;
&lt;LI&gt;be deployed automatically with your IDE project inside the SDK server&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Your IDE project will hold the code that runs using the configuration generated by Nuxeo Studio.&lt;/P&gt;
&lt;P&gt;For example, this mean you can build Unit Tests inside your IDE project that will deploy resources comming from Nuxeo Studio (doc types, life-cycle ...).&lt;/P&gt;
&lt;P&gt;You can also have Nuxeo IDE push some configuration inside Nuxeo Studio.
For example, you can write a Java class that will provide a new Automation Operation and use IDE to push it to Studio.
This will actually add your new operation inside the Nuxeo Studio registry so that you can use it from within Nuxeo Studio : inside the Automatiuon Chain editor or inside the Workflow editor.&lt;/P&gt;
&lt;P&gt;So, to answer your question, I would say that I usually develop Studio and IDE projects side by side :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Studio holds the confguration and the model&lt;/LI&gt;
&lt;LI&gt;IDE holds the code and the unit tests&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;About Studio using external git repo :
Actually, technically, Nuxeo Studio is indeed using a private Git repository to store the configuration and exposes the resulting jar via maven.&lt;/P&gt;
&lt;P&gt;Allowing to use an external git is indeed part of the possibilities ... but this work is not scheduled for now ...&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Tiry&lt;/P&gt;</description>
    <pubDate>Tue, 02 Apr 2013 23:54:59 GMT</pubDate>
    <dc:creator>Thierry_Delprat</dc:creator>
    <dc:date>2013-04-02T23:54:59Z</dc:date>
    <item>
      <title>Development lifecycle best practices</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/development-lifecycle-best-practices/m-p/322456#M9457</link>
      <description>&lt;P&gt;Do you have any recommendation about development lifecycle practices when Studio is involved?&lt;/P&gt;
&lt;P&gt;Let's say some development is done via Studio while some other (like extension point implementation) is done via Nuxeo IDE? How do you reconciliate both?&lt;/P&gt;
&lt;P&gt;Also do you have any future plan to allow Studio to use an external git repo?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2013 20:46:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/development-lifecycle-best-practices/m-p/322456#M9457</guid>
      <dc:creator>Julien_Eluard</dc:creator>
      <dc:date>2013-04-02T20:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Development lifecycle best practices</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/development-lifecycle-best-practices/m-p/322457#M9458</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;From within Nuxeo IDE you can reference your Studio project.
This means the Studio project will :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;be added to the pom and maven dependency tree&lt;/LI&gt;
&lt;LI&gt;be added to Eclipse classpath&lt;/LI&gt;
&lt;LI&gt;be deployed automatically with your IDE project inside the SDK server&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Your IDE project will hold the code that runs using the configuration generated by Nuxeo Studio.&lt;/P&gt;
&lt;P&gt;For example, this mean you can build Unit Tests inside your IDE project that will deploy resources comming from Nuxeo Studio (doc types, life-cycle ...).&lt;/P&gt;
&lt;P&gt;You can also have Nuxeo IDE push some configuration inside Nuxeo Studio.
For example, you can write a Java class that will provide a new Automation Operation and use IDE to push it to Studio.
This will actually add your new operation inside the Nuxeo Studio registry so that you can use it from within Nuxeo Studio : inside the Automatiuon Chain editor or inside the Workflow editor.&lt;/P&gt;
&lt;P&gt;So, to answer your question, I would say that I usually develop Studio and IDE projects side by side :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Studio holds the confguration and the model&lt;/LI&gt;
&lt;LI&gt;IDE holds the code and the unit tests&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;About Studio using external git repo :
Actually, technically, Nuxeo Studio is indeed using a private Git repository to store the configuration and exposes the resulting jar via maven.&lt;/P&gt;
&lt;P&gt;Allowing to use an external git is indeed part of the possibilities ... but this work is not scheduled for now ...&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Tiry&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2013 23:54:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/development-lifecycle-best-practices/m-p/322457#M9458</guid>
      <dc:creator>Thierry_Delprat</dc:creator>
      <dc:date>2013-04-02T23:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Development lifecycle best practices</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/development-lifecycle-best-practices/m-p/322458#M9459</link>
      <description>&lt;P&gt;I didn't realize you could connect Studio and IDE this way. Sounds interesting!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2013 00:15:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/development-lifecycle-best-practices/m-p/322458#M9459</guid>
      <dc:creator>Julien_Eluard</dc:creator>
      <dc:date>2013-04-03T00:15:36Z</dc:date>
    </item>
  </channel>
</rss>

