There is no existing code to do this, if I follow your definition of a 'resource object'. It would be only a few days of work to add to the existing Javascript generator to add this, I bet. If you post an example of what you'd like to see generated that might clarify. I for one wouldn't be in a position to tackle the job if I've understood it correctly.
> > Here is my scenario. I have a JAX-RS CXF service. I have a web > application which consumes this service. Is it possible to generate the > REST resources as JavaScript so that the web app can use it directly > when doing a POST (ex: construct the resource object)? > > >
