<?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: Building JAX-RS Application in Nuxeo in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/building-jax-rs-application-in-nuxeo/m-p/324215#M11216</link>
    <description>&lt;P&gt;Please create a new question and check the answer if fix the trouble and don't use answer to add comment. Use comment. This is important for the community.&lt;/P&gt;</description>
    <pubDate>Fri, 31 May 2013 06:32:44 GMT</pubDate>
    <dc:creator>Benjamin_Jalon1</dc:creator>
    <dc:date>2013-05-31T06:32:44Z</dc:date>
    <item>
      <title>Building JAX-RS Application in Nuxeo</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/building-jax-rs-application-in-nuxeo/m-p/324211#M11212</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm just trying to build a simple app that can handle get requests. I created an empty bundle by following &lt;A href="http://doc.nuxeo.com/display/NXDOC/How+to+create+an+empty+bundle" target="test_blank"&gt;http://doc.nuxeo.com/display/NXDOC/How+to+create+an+empty+bundle&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Now if I want to do something like the example at &lt;A href="http://doc.nuxeo.com/pages/viewpage.action?pageId=950281#WebEngine(JAX-RS)-Example.1" target="test_blank"&gt;http://doc.nuxeo.com/pages/viewpage.action?pageId=950281#WebEngine(JAX-RS)-Example.1&lt;/A&gt;, I need to have a few things from javax.ws.* included. Where do I put the jar (jsr311-api-1.1-ea.jar) and how do I add it as a dependency?&lt;/P&gt;
&lt;P&gt;Right now, I'm getting errors like: package javax.ws.rs does not exist&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2013 22:25:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/building-jax-rs-application-in-nuxeo/m-p/324211#M11212</guid>
      <dc:creator>sk90_</dc:creator>
      <dc:date>2013-05-29T22:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Building JAX-RS Application in Nuxeo</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/building-jax-rs-application-in-nuxeo/m-p/324212#M11213</link>
      <description>&lt;P&gt;Seems this documentation is a bit deprecated and you can speed up your work following &lt;A href="http://doc.nuxeo.com/x/cYKE"&gt;this&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;In fact, you:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;create the empty webengine project&lt;/LI&gt;
&lt;LI&gt;Go directly to the &lt;STRONG&gt;JAX-RS Resource Templating&lt;/STRONG&gt; Section in the [documentation you tried to follow][2].&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;[2]: &lt;A href="http://doc.nuxeo.com/pages/viewpage.action?pageId=950281#WebEngine(JAX-RS" target="test_blank"&gt;http://doc.nuxeo.com/pages/viewpage.action?pageId=950281#WebEngine(JAX-RS&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2013 11:54:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/building-jax-rs-application-in-nuxeo/m-p/324212#M11213</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2013-05-30T11:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Building JAX-RS Application in Nuxeo</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/building-jax-rs-application-in-nuxeo/m-p/324213#M11214</link>
      <description>&lt;P&gt;Thanks! That worked much better. Once I setup the SDK and have a webengine project, how do I add a new jar, like mimepull.jar, to the project?&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2013 20:32:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/building-jax-rs-application-in-nuxeo/m-p/324213#M11214</guid>
      <dc:creator>sk90_</dc:creator>
      <dc:date>2013-05-30T20:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Building JAX-RS Application in Nuxeo</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/building-jax-rs-application-in-nuxeo/m-p/324214#M11215</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;I need to add the nuxeo-automation-client jar to my project. In eclipse, it doesn't show an error when I refer to classes like HttpAutomationClient in my JAX-RS application. However, during runtime, I get the following error:&lt;/P&gt;
&lt;P&gt;java.lang.NoClassDefFoundError: org/nuxeo/ecm/automation/client/jaxrs/impl/HttpAutomationClient.&lt;/P&gt;
&lt;P&gt;How do I add the jar to the project properly?&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2013 20:50:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/building-jax-rs-application-in-nuxeo/m-p/324214#M11215</guid>
      <dc:creator>sk90_</dc:creator>
      <dc:date>2013-05-30T20:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Building JAX-RS Application in Nuxeo</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/building-jax-rs-application-in-nuxeo/m-p/324215#M11216</link>
      <description>&lt;P&gt;Please create a new question and check the answer if fix the trouble and don't use answer to add comment. Use comment. This is important for the community.&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2013 06:32:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/building-jax-rs-application-in-nuxeo/m-p/324215#M11216</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2013-05-31T06:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Building JAX-RS Application in Nuxeo</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/building-jax-rs-application-in-nuxeo/m-p/324216#M11217</link>
      <description>&lt;P&gt;Please use a new question and I will answer.&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2013 06:34:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/building-jax-rs-application-in-nuxeo/m-p/324216#M11217</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2013-05-31T06:34:29Z</dc:date>
    </item>
  </channel>
</rss>

