Straight up Java
Using Jersey implementation
Construct URI
Construct URI encoded
Construct URI w/ template
Construct URI w/ query parameter
Google Guava
Guava currently doesn't have support for a URI builder utility and there is an accepted feature request in the issues log.
Apache Commons
Apache commons with httpclient
Construct URI
Construct URI encoded
Construct URI w/ query parameter
Spring Framework
UriComponents below is from the org.springframework.web.util package. There is also a URIBuilder in spring social.
Construct URI
Construct URI encoded
Construct URI w/ template
Construct URI w/ query parameter