<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
On 02/23/2012 04:43 PM, Rob Cernich wrote:
<blockquote
cite="mid:1176a339-60d7-4943-90dc-0711df9ab7c1@zmail13.collab.prod.int.phx2.redhat.com"
type="cite">
<pre wrap="">Hey all,
I was just wondering if anybody required a REST client in any of their plugins and, if so, what are you using?
I was looking at the ECF REST client, but would rather use something common to other JBT plugins.</pre>
</blockquote>
<br>
I know the ECF REST client fairly well since I hacked parts on it in
the initial version. To me this client is strongly focused on the
ECF API which is not the sincest you could imagine and it does not
really help in terms of communicating in a RESTful way. It's more or
less a HTTPClient that was adapted to conform to the REST API.<br>
To me restfulie (
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a href="http://restfulie.caelum.com.br/">http://restfulie.caelum.com.br/</a>)
java client lib was looking very nice. JAX-RS also has a client API
which looks pretty nice and there's another one in Restlet (
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a
href="http://wiki.restlet.org/docs_2.0/13-restlet/21-restlet/318-restlet/320-restlet/version/4">http://wiki.restlet.org/docs_2.0/13-restlet/21-restlet/318-restlet/320-restlet/version/4</a>)<br>
<br>
Cheers<br>
André<br>
<br>
ps. in OpenShift java client we simply used HttpUrlConnection (to
have a minimum set of dependencies)...<br>
<blockquote
cite="mid:1176a339-60d7-4943-90dc-0711df9ab7c1@zmail13.collab.prod.int.phx2.redhat.com"
type="cite">
<pre wrap="">
Thanks in advance,
Rob
_______________________________________________
jbosstools-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:jbosstools-dev@lists.jboss.org">jbosstools-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/jbosstools-dev">https://lists.jboss.org/mailman/listinfo/jbosstools-dev</a>
</pre>
</blockquote>
<br>
</body>
</html>