restlet-framework-java icon indicating copy to clipboard operation
restlet-framework-java copied to clipboard

Add JAX-RS client-side support

Open thboileau opened this issue 12 years ago • 4 comments

Initial ticket : http://restlet.tigris.org/issues/show_bug.cgi?id=553

thboileau avatar Mar 07 '12 16:03 thboileau

@javamonkey79 I think we are almost done. I have just moved the JaxRsClientResource to org.restlet.ext.jaxrs package and the two other classes to org.restlet.ext.jaxrs.internal.client to follow the current style (one visible package per extension).

Do fully close this RFE, could we update the user guide on this page (or create a sub-page) that briefly explains how to use this feature, or at a minimum explain that it exists: http://wiki.restlet.org/docs_2.2/13-restlet/28-restlet/57-restlet.html

jlouvel avatar May 28 '12 08:05 jlouvel

@jlouvel I started working on the documentation (hence, why there is a little bit of reorganization on the page), but then found the bug related to:

https://github.com/restlet/restlet-framework-java/issues/441

I have a unit test in place on this now.

Until this bug is resolved, I don't think the client is ready :( - the other work that I have done (bug fixes and prep work for the client in the main project) is ready.

I guess, bottom line, I think working on the bug precedes the docs. I'll move additional information to that issue.

javamonkey79 avatar May 28 '12 17:05 javamonkey79

Thanks for fixing #441 . Let's move this doc related issue to later milestone.

jlouvel avatar Jan 19 '13 22:01 jlouvel

since Jax-rs extension has been removed from version 2.5, this ticket should be closed @jlouvel ?

thboileau avatar Jun 07 '21 19:06 thboileau

Yes @thboileau let's close this

jlouvel avatar May 11 '24 23:05 jlouvel