Re: Help with a basic Application and Resources (on JBOSS)

2009-06-05 Thread Andrew Moore
Well... I figured it out. And I am an idiot. I had setup my web.xml to associate my Application class with "/myapp". I was then attaching my resources to a URI that started with "/myapp/...". So therefore, in my browser the URI which properly returned me my resource was: /myapp/myapp/zipcodes/{

Help with a basic Application and Resources (on JBOSS)

2009-06-05 Thread Andrew Moore
Hi, I'm new to RESTful services and Restlets. I'm trying to create a "hello world" application that is integrated with my company's J2EE app (we're running on JBOSS). >From what I can tell from the tutorials and example source code, it seems pretty simple to add an Application and Resources. I'm