2 Replies Latest reply on Apr 7, 2009 9:27 AM by srahaingoson

    Easier RESTeasy

    srahaingoson

      Hi,


      I'm very new to server-side development and I'm having a difficult time making out exactly where to put what file when using RESTEasy.

      I would appreciate if someone could point me to a more accessible tutorial or give a brief overview of the installation and configuration. For a beginner, the official documentation doesn't really linger on these parts and comprehending the examples is even steeper an obective.

      Any help would be appreciated.

      Thanks

        • 1. Re: Easier RESTeasy
          gakins

          What have you done so far? I agree that getting RESTeasy working isn't that easy, but following some simple examples from the Wiki was enough to get my started.

          You also might try the resteasy-developers list

          I followed this site to get my first RESTeasy app working

          http://www.assertionerror.com/2009/02/26/restful-web-services-with-resteasy/

          • 2. Re: Easier RESTeasy
            srahaingoson

            Hi, thanks for your response. I have also been following that one. I finally managed to get some basic behaviour working.

            As I said I am quite new to server-side dev so it was quite easy to miss the fact that I dropped out the name of my servlet during my tests.

            Right now I'm trying to figure out why it won't work when I'm using the @PathParam and hopefully I'll be able to move on to a full EJB3 integration soon.