From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Fri, 13 Feb 2009 10:47:08 +0100
On Feb 12, 2009, at 8:31 PM, paradisonoir wrote:
>
> so I think this would be fine?
> String url = "http://localhost:8080/employee";
> String employeeID;
> URI = UriBuilder.fromUri(Url).path(employeeID).build();
>
>