Re: [Resteasy-users] @POST vs @GET

2013-01-02 Thread Bill Burke
On 12/31/2012 12:42 PM, Nuwan Bandara wrote: > Hi, > > I'm new to Resteasy $ Webservices. I'm in the process of exposing one of > my stateless session bean remote interface as a resteasy web service. > Application configuration is done and able to expose the methods as web > services. > My $5 be

Re: [Resteasy-users] Newbie question REST

2013-01-02 Thread Bill Burke
On 12/21/2012 4:12 PM, Skriloff, Nicholas wrote: > I have three questions > > 1) I want to see all the restful urls available when I start up EAP6 in > the server.log file. How do I configure standalone.xml logging to show > the rest easy services that are exposed and their paths? > Resteasy do

[Resteasy-users] @Form and providers

2013-01-02 Thread András Csányi
Dear All, I would like to get some clarification and a little help. I'm going to create a software which has REST service on server side and it will have to type of client, a native client built on Swing and a client based on gwt. Question 1: According to the documentation if I use this at server

Re: [Resteasy-users] @POST vs @GET

2013-01-02 Thread Nuwan Bandara
Thank you for all the inputs. With the help of your inputs and Resteasy documentation's help I've decided to use @PUT and @MatrixParam to accept and map the client parameters. On Wed, Jan 2, 2013 at 6:25 AM, Bill Burke wrote: > > > On 12/31/2012 12:42 PM, Nuwan Bandara wrote: > > Hi, > > > > I'm

Re: [Resteasy-users] @POST vs @GET

2013-01-02 Thread Bill Burke
I wouldn't use matrix param. I've encountered a few non-Java libraries that have had problems parsing urls with matrix params. Built-in HTTP library for Python is one. On 1/2/2013 11:20 AM, Nuwan Bandara wrote: > Thank you for all the inputs. With the help of your inputs and Resteasy > documen