java - A recommended JAX-WS framework for working with Moxy -
currently i'm working cxf because of following code in cxf:
// fall if we're using jaxb implementation try { ricontext = jaxbutils.createricontext(contextclasses .toarray(new class[contextclasses.size()]), tns); }
cxf loads both moxy , ri jaxb context (probably depends on non standard apis).
overhead in startup time , memory high in case.
i'm looking open source jax-ws implementation (cxf replacement) work moxy expected.
the metro implementation of jax-ws (that glassfish uses) can configured use moxy jaxb provider.
in weblogic of version 12.1.1 moxy default jaxb implementation (including 1 used jax-ws).
for other jax-ws implementation moxy can't configured jaxb provider can used via provider
mechanism:
Comments
Post a Comment