api - JAX-RS hostname change possible? -
i'm developing rest web service using jax-rs.
can change host name "local host 8080"? also, can use https?
i want name represent api host twitter ""https://api.twitter.com" or possible?
jax-rs uses subset of uri path matching requests (the part relative application context). changes domain , schema (http/https) should not make difference.
Comments
Post a Comment