@Grab('com.sun.jersey:jersey-client:1.8') @Grab('com.sun.jersey:jersey-core:1.8') @Grab('com.sun.jersey.contribs:jersey-apache-client4:1.8') import com.sun.jersey.api.client.*; import com.sun.jersey.api.client.filter.LoggingFilter; import javax.ws.rs.core.*; import com.sun.jersey.client.apache4.ApacheHttpClient4; Client client = ApacheHttpClient4.create(); client.addFilter(new LoggingFilter()); def resource = client.resource("http://geek-du-soir.blogspot.com").path("/feeds/posts/default") resource.accept("application/xml+atom").get(String.class);
Libellés
- jvm (22)
- groovy (16)
- linux (16)
- java (12)
- debian (7)
- javascript (4)
- rest (4)
- selenium (4)
- webservice (4)
- maven (3)
- wmfs (3)
- .htaccess (2)
- X (2)
- chmod (2)
- css (2)
- firefox (2)
- har (2)
- idea (2)
- jersey (2)
- json (2)
- mysql (2)
- nodejs (2)
- php (2)
- selenium 2 (2)
- ubuntu (2)
- umask (2)
- user (2)
- AS (1)
- BGP (1)
- Commons-email (1)
- GBench (1)
- IDE (1)
- Immutable (1)
- PHPSESSID (1)
- agpl (1)
- arch (1)
- basic (1)
- benchmark (1)
- bsd (1)
- certificats (1)
- classLoader (1)
- client (1)
- cloud9 (1)
- coller (1)
- copier (1)
- creative commons (1)
- curl (1)
- database (1)
- dig (1)
- dns (1)
- dsl (1)
- dump (1)
- email (1)
- find (1)
- flash (1)
- github (1)
- gpl (1)
- grails (1)
- grant (1)
- html (1)
- https (1)
- identified (1)
- image (1)
- internet (1)
- jackson (1)
- jaxrs (1)
- jdbc (1)
- layout (1)
- lenny (1)
- less (1)
- lgpl (1)
- link (1)
- local (1)
- markdown (1)
- mavencentral (1)
- mercurial (1)
- minify (1)
- mit (1)
- moteur de recherche (1)
- npm (1)
- objet (1)
- open source (1)
- ovh (1)
- pagespeed (1)
- pandoc (1)
- parcellite (1)
- parser (1)
- peering (1)
- perl (1)
- profile (1)
- rails (1)
- regex (1)
- repository (1)
- rhino (1)
- rsync (1)
- ruby (1)
- réseau (1)
- sbt (1)
- scala (1)
- scaling (1)
- scla (1)
- script (1)
- sed (1)
- selection (1)
- selenium junit4 maven (1)
- seo (1)
- shell (1)
- singleton (1)
- site (1)
- string (1)
- sudo (1)
- tcp (1)
- tcpflow (1)
- template (1)
- thumbnail (1)
- topcoder (1)
- traceroute (1)
- uglifyJs (1)
- unix (1)
- url (1)
- utf8 (1)
- vi (1)
- vows (1)
- web (1)
- webdriver (1)
- xrandr (1)
- xvfb (1)
- yslow (1)
samedi 13 août 2011
Jaxrs client avec Jersey
Ce n'est souvent pas évident de trouver un client Jaxrs. Jersey vous en propose un, et voici comment l'utiliser. Par défaut j'ai rajouté les logs des requêtes HTTP :
Inscription à :
Publier les commentaires (Atom)
Aucun commentaire:
Enregistrer un commentaire