Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jaxrs-dev] JAX-RS Client Question

Hi All,

I'm wondering, if anyone can give me some opinions.

When using JAX-RS Client API, there is no requirement for any providers to be registered by default when you invoke ClientBuilder.newClient() right?  e.g. its non-portable, platform specific if a JSON-B, JSON-P provider is registered right?

John

Back to the top