Greetings, How do others feel about using the Guava MediaType [1] class for MIME types instead of the (less robust) JAX-RS MediaType [2] throughout the codebase going forward? We have discussed leveraging more of the Guava libraries, and I figured I would throw it out there. :)
/jd [1] http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/net/MediaType.html [2] http://docs.oracle.com/javaee/6/api/javax/ws/rs/core/MediaType.html
