<?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 Import a .jar into Nuxeo server in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/import-a-jar-into-nuxeo-server/m-p/321762#M8763</link>
    <description>&lt;P&gt;I created a .jar file with maven project into eclipse ( Bundle ), I want import this bundle into Nuxeo server using Update Center .&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2014 21:06:15 GMT</pubDate>
    <dc:creator>hediacxio_</dc:creator>
    <dc:date>2014-01-22T21:06:15Z</dc:date>
    <item>
      <title>Import a .jar into Nuxeo server</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/import-a-jar-into-nuxeo-server/m-p/321762#M8763</link>
      <description>&lt;P&gt;I created a .jar file with maven project into eclipse ( Bundle ), I want import this bundle into Nuxeo server using Update Center .&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2014 21:06:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/import-a-jar-into-nuxeo-server/m-p/321762#M8763</guid>
      <dc:creator>hediacxio_</dc:creator>
      <dc:date>2014-01-22T21:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Import a .jar into Nuxeo server</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/import-a-jar-into-nuxeo-server/m-p/321763#M8764</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In order to import your bundle into the server using the "local packages" of the admin center, you will need to create a marketplace package for it first.&lt;/P&gt;
&lt;P&gt;Marketplace packages are highly recommended to deploy your project since they allow you easy install/uninstall/upgrade.&lt;/P&gt;
&lt;P&gt;You may find all details on marketplace packages in our documentation center : &lt;A href="http://doc.nuxeo.com/x/CwIz" target="test_blank"&gt;http://doc.nuxeo.com/x/CwIz&lt;/A&gt;
And a sample is also available on github : &lt;A href="https://github.com/nuxeo/nuxeo-marketplace-sample" target="test_blank"&gt;https://github.com/nuxeo/nuxeo-marketplace-sample&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Should you wish not to create a marketplace package, then you could either (from better to worst) :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Use a configuration template : &lt;A href="http://doc.nuxeo.com/x/LoAAAQ" target="test_blank"&gt;http://doc.nuxeo.com/x/LoAAAQ&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Place your bundle directly in the nxserver/bundles directory of your Nuxeo instance and restart the server&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Hope that helps !&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2014 09:20:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/import-a-jar-into-nuxeo-server/m-p/321763#M8764</guid>
      <dc:creator>Bertrand_Chauvi</dc:creator>
      <dc:date>2014-01-23T09:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Import a .jar into Nuxeo server</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/import-a-jar-into-nuxeo-server/m-p/321764#M8765</link>
      <description>&lt;P&gt;As Bertrand told you, you can install it through a marketplace package. Or in the raw way you can copy/paste the bundle jar into the nxserver/bundles folder and start the server.&lt;/P&gt;
&lt;P&gt;And at last for a good dev guidelines, don't hesitate to see this: &lt;A href="http://www.nuxeo.com/en/products/nuxeo-ide" target="test_blank"&gt;http://www.nuxeo.com/en/products/nuxeo-ide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It's an eclipse plugin that you can find into the eclipse marketplace letting you dev, deploy and browse Nuxeo very fast.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2014 10:51:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/import-a-jar-into-nuxeo-server/m-p/321764#M8765</guid>
      <dc:creator>Vladimir_Pasqui</dc:creator>
      <dc:date>2014-01-23T10:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Import a .jar into Nuxeo server</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/import-a-jar-into-nuxeo-server/m-p/321765#M8766</link>
      <description>&lt;P&gt;thank you,&lt;/P&gt;
&lt;P&gt;i did the same instruction in
&lt;A href="http://doc.nuxeo.com/display/public/NXDOC/How+to+implement+an+Action" target="test_blank"&gt;http://doc.nuxeo.com/display/public/NXDOC/How+to+implement+an+Action&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;i put my .jar file in /nxsever/bundles/  and started the server.
but i can't see the icon in the workspace !!!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2014 12:18:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/import-a-jar-into-nuxeo-server/m-p/321765#M8766</guid>
      <dc:creator>hediacxio_</dc:creator>
      <dc:date>2014-01-23T12:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Import a .jar into Nuxeo server</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/import-a-jar-into-nuxeo-server/m-p/321766#M8767</link>
      <description>&lt;P&gt;Can you create another ticket/question for this different problem? in order to provide to users clarity in this topic and to provide you more support.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2014 14:17:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/import-a-jar-into-nuxeo-server/m-p/321766#M8767</guid>
      <dc:creator>Vladimir_Pasqui</dc:creator>
      <dc:date>2014-01-23T14:17:47Z</dc:date>
    </item>
  </channel>
</rss>

