users@jersey.java.net

Re: [Jersey] encoding a jersey request

From: paradisonoir <pourteymour_at_gmail.com>
Date: Thu, 12 Feb 2009 11:31:27 -0800 (PST)

so I think this would be fine?
String url = "http://localhost:8080/employee";
String employeeID;
URI = UriBuilder.fromUri(Url).path(employeeID).build();




Do you mean doing

   resource.path(employeeID)....

?

See JavaDoc of:

https://jersey.dev.java.net/source/browse/*checkout*/jersey/tags/jersey-1.0.2/api/jersey/com/sun/jersey/api/client/WebResource.html
#path(java.lang.String)
/quote>

-- 
View this message in context: http://n2.nabble.com/encoding-a-jersey-request-tp2316130p2317051.html
Sent from the Jersey mailing list archive at Nabble.com.