Hi again Sergey,

I noticed that there is a CXFResourceInjector class, in Jonas, which does
annotation processing, presumably on an ejb-annotated resource class.
However, this may be only for integration of cxf with Jonas. Because the
easybeans version of the invoker is exactly the same, it seems that
easybeans, is, itself, deployable on jetty and that some of these supporting
classes in Jonas might not be necessary. Also, the Invoker and
InvokerFactory, within Jonas are instantiated in a single line in
EasyBeansJaxWsServiceFactoryBean, which corresponds to the JAXRSServer or
JAXRSService Factory approximately, so you can see that the invoker is
treated in the same way as in CXF JAXRS. The resource injection is
approximate to AbstractResourceInfo processing, I think.

Thanks,

Ryan

Reply via email to