java - Combined JAX-RS and JAX-WS -


is there framework, library or technique combines jax-rs , jax-ws (or equivalent functionality) 1 combined service in similar way using 2 endpoints (one soap , 1 rest) same service in wcf?

apache cxf can job. read more @ http://cxf.apache.org/docs/frontends.html


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -