Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{scrollbar}

Geronimo 2.0 Web Services support

This table below is used to track the progress of the Apache Geronimo Java EE 5.0 Web Services implementation.  This table is needed in addition to the Java EE 5 Report Card as this table shows the current status of the detailed functions. The function items are obtained from JSR 109 only based on the assumption that we only need to implement JSR 109 to integrate either Axis2 or CXF into Geronimo.

Excerpt

JAX-WS

Web Service Support Function Items

Axis2

CXF

Supports WSDL 1.1

(tick)

(tick)

Supports SOAP 1.1 over HTTP

(tick) Default

(tick) Default

Supports SOAP 1.2 over HTTP

(warning) G2985

(warning) G2985

Supports XML over HTTP

(warning) G2985

(warning) G2985

Supports SOAP 1.1 over HTTP with MTOM enabled

(warning) G2985

(warning) G2985

Supports SOAP 1.2 over HTTP with MTOM enabled

(warning) G2985

(warning) G2985

 

 

 

POJO support

 

 

Supports web service deployment (new deployment)

(tick)

(tick)

Supports web service deployment (expose existing deployed Java EE components as a web service)

Jarek

Jarek

Supports optional web.xml file

(plus) G2986

(plus)

Optional web.xml - ServiceName attribute of the webservice annotation prefixed with "/" maps to <url-pattern> element in web.xml

(tick)

(tick)

Supports optional wsdl file

Axis2 (question) G2988

(tick)

Supports javax.jws.WebService annotation

(plus)

(plus)

Supports javax.xml.ws.WebServiceProvider annotation

(warning) G2987

(warning) G2987

Supports web service annotation without web service descriptor file

(tick)

(tick)

Supports web service descriptor file without annotation

Lin - need to check spec on this

 

Supports web service annotation with web service descriptor file - web service deployment descriptor file override or enhance web service annotations

(plus)

(tick)

deployment a webservice without SEI

(tick)

(tick)

webservice doesn't not have to implement SEI when there is one.

G2987

G2987

Only methods annotated with @WebMethod in the service implementation bean are exposed to the client

G2987

(tick)

Supports optional @PostConstruct, @PreDestroy annotations for lifecycle event callbacks. (p44)

(tick)

(tick)

Supports @Resource annotation to access WebServiceContext (p44)

(tick)

(tick)

Injects @EJB, @WebServiceRef, and other @Resource annotations

(tick)

(tick)

Allows a developer able to specify protocol binding on a web service endpoint by using javax.xml.ws.BindingType annotation

axis2.GeronimoHandlerChainBuilder needs update

(plus)

Able to ignore JAX-RPC mapping file for JAX-WS projects (p47)

(tick)

(tick)

Supports OASIS XML Catalogs 1.1 specification to be used to resolve web service description document (wsdl/xsd) (p47)

G2990

(plus)

Supports HandlerChain (both logical and protocol types)

Axis2 (question)AXIS2-2218

 

  - handlers must be able to transform the SOAP header

Axis2 (question)AXIS2-2218

(warning)

  - handlers must be able to transform just parts of the body

Axis2 (question)AXIS2-2218

(warning)

  - handlers must be able to just read a message where no additions/modifications to the message are made

Axis2 (question)AXIS2-2218

(warning)

  - handler chains must be properly filtered by service name, port name or protocol binding information

Axis2 (question)AXIS2-2218

(tick) #cxf1

  - Supports javax.jws.HandlerChain annotation

(question) AXIS2-2218

(tick) #cxf2

  - The handler-chain element in deployment descriptor overwrites the @HandlerChain annotation and the order of the handlers is maintained

(question) AXIS2-2218

(tick)

  - Supports handler run after the container has performed the security constraint checks or method level authorization

Axis2 (question)AXIS2-2218

 

  - Supports optional @PostConstruct, @PreDestroy annotations for lifecycle event callbacks

(tick)

(tick)

  - a handler may access the env-entrys of the component by JNDI lookup or @Resource injection

Axis2 (question)AXIS2-2218

(tick)

Publish the service-ref WSDL (getWsdlLocation method is available for use.)

(plus) G2987

(plus) G2987

supports service-ref overwrite

G2991

(tick)

Publish the deployed WSDL

G2988

(tick)

Make the required service interface implementation available at the JNDI namespace location java:comp/env/service-ref-name. (p135)

(plus)

(plus)

Deployment time binding info (for example, bind port-component with port-component-link)

ask Jeff

 

Security - basic auth

(plus) G2987

(plus) G2987

Security - symmetric HTTPS

(plus) G2987

(plus) G2987

 

 

 

EJB Support

 

 

Supports javax.ejb.Stateless annotation

G2992

(plus)

Supports optional deployment descriptor file (ejb-jar.xml)

(plus)

(plus)

Supports optional wsdl file

(tick)

(tick)

Supports javax.jws.WebService annotation

(tick)

(tick)

Supports javax.xml.ws.WebServiceProvider annotation

 

(warning)

Supports web service annotation without web service descriptor file

 

(tick)

Supports web service descriptor file without annotation

 

 

Supports web service annotation with web service descriptor file - web service deployment descriptor file override or enhance web service annotations

(plus)

(plus)

Supports optional @PostConstruct or @PreDestroy annotation for lifecycle event callbacks. (p44)

 

 

Supports @Resource annotation to access message context and security info (p44)

 

 

Allows a developer able to specify protocol binding on a web service endpoint by using javax.xml.ws.BindingType annotation

 

 

Supports HandlerChian (both logical and protocol types)

Axis2 AXIS2-2218

 

  -handlers must be able to transform the SOAP header

Axis2 (question)

 

  -handlers must be able to transform just parts of the body

Axis2 (question)

 

  -handlers must be able to just read a message where no additions/modifications to the message is made

Axis2 (question)

 

  -Supports javax.jws.HandlerChain annotation

Axis2 (question)

 

  -Supports handler run after the container has performed the security constraint checks or method level authorization

Axis2 (question)

 

  -a handler may access the env-entry-names and env-entrys by JNDI lookup.

Axis2 (question)

 

  -the handler-chain in DD can be processed and the ordering of the handler must be maintained

Axis2 (question)

 

Publish the service-ref WSDL

 

 

Publish the deployed WSDL

(plus)

 

Make the required service interface implementation avail at the JNDI namespace location java:comp/env/service-ref-name. (p135)

 

 

Deployment time binding info (for example, bind port-component with port-component-link)

 

 

Security - basic auth

 

 

Security - symmetric HTTPS

 

 

 

 

 

Client support

AXIS2-2452

 

May reside in a Java EE container (e.g. an EJB that uses a web service)

(plus)

(plus)

May reside in a Java EE client container

(plus) AXIS2-2353

(plus)

Allows the client to locate a service interface by using JNDI APIs

(plus)

(plus)

 

 

 

JAX-RPC

Web Service Support Function Items

Axis2

CXF

POJO support

 

 

JAX-RPC 1.1 based web service applications should continue to work (handled by Axis1)

(plus)

(plus)

 

 

 

EJB Support

 

 

JAX-RPC 1.1 based web service applications should continue to work (handled by Axis1)

 

 


Warning
titleCXF Notes
  • Anchor
    cxf1
    cxf1
    CXF1: Handler chain filtering ignores namespaces for service or port name.
  • Anchor
    cxf2
    cxf2
    CXF2: The file specified by the @HandlerChain annotation can only be read from within a classloader of the module.
  • Anchor
    cxf3
    cxf3
    CXF3: Automatic @WebServiceRef/@WebServiceRefs dependency injection is not yet supported in Geronimo but user can specify the Web Service reference via service-ref element in the deployment descriptor.
Info
titleLegend

(tick) Developed and tested.
(plus) Developed but needs more testing.
(warning) Not tested but JAX-WS engine support it.
(question) Incomplete functionality.