Re: JAXRS : JavaScript client code generation

2008-12-02 Thread Benson Margulies
Right now, the code generation maps from the CXF abstract service model to Javascript using entirely hand-coded methods. I have this suspicion that little or none of what you need for JAX-RS is in the service model. Dan and I had a discussion of a more generic annotation model. I wanted it to

JAXRS : JavaScript client code generation

2008-12-02 Thread Sergey Beryozkin
Hi Benson I was wondering, how realistic could it be to have some of the code in a frontend/javascript reused to have a client java script code generated which will be able to invoke on a JAXRS service ? I reckon it would be up to a custom JAXRS RequestHandler (which has an access to a

Re: JAXRS : JavaScript client code generation

2008-12-02 Thread Sergey Beryozkin
Hi, Right now, the code generation maps from the CXF abstract service model to Javascript using entirely hand-coded methods. I have this suspicion that little or none of what you need for JAX-RS is in the service model. Dan and I had a discussion of a more generic annotation model. I wanted it