04-02-2013 04:46 PM
Do you have any recommendation about development lifecycle practices when Studio is involved?
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?
Also do you have any future plan to allow Studio to use an external git repo?
04-02-2013 07:54 PM
Hi,
From within Nuxeo IDE you can reference your Studio project. This means the Studio project will :
Your IDE project will hold the code that runs using the configuration generated by Nuxeo Studio.
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 ...).
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.
So, to answer your question, I would say that I usually develop Studio and IDE projects side by side :
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.
Allowing to use an external git is indeed part of the possibilities ... but this work is not scheduled for now ...
Hope this helps,
Tiry
04-02-2013 07:54 PM
Hi,
From within Nuxeo IDE you can reference your Studio project. This means the Studio project will :
Your IDE project will hold the code that runs using the configuration generated by Nuxeo Studio.
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 ...).
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.
So, to answer your question, I would say that I usually develop Studio and IDE projects side by side :
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.
Allowing to use an external git is indeed part of the possibilities ... but this work is not scheduled for now ...
Hope this helps,
Tiry
04-02-2013 08:15 PM
I didn't realize you could connect Studio and IDE this way. Sounds interesting!
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.