You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Jeff Barrett (JIRA)" <ji...@apache.org> on 2006/07/08 20:54:31 UTC

[jira] Created: (AXIS2-878) JAXWS: Metadata Abstraction Layer

JAXWS: Metadata Abstraction Layer
---------------------------------

         Key: AXIS2-878
         URL: http://issues.apache.org/jira/browse/AXIS2-878
     Project: Apache Axis 2.0 (Axis2)
        Type: New Feature

  Components: jaxws  
    Reporter: Jeff Barrett


This layer abstracts the various metadata used by JAXWS.  That metadata currently consists of WSDL, JSR-181 annotations, and JAXWS-defined annotations.  Eventually, JSR-109 1.2 Deployment Descriptors will be another source of metadata.  This layer will shield the rest of JAX-WS from this metadata and the complexities involved in merging the various sources into the final effective metadata to be used.

The layer will contain a hierachy of description artifacts corresponding to the service, ports, port types, operations, and parameters.  These Description classes will delegate to the AxisSerivce, AxisOperation, etc to access WSDL metadata and non-JAXWS-specific annotation information.  The Description classes will contain the JAXWS-specific annotation information (and eventually) other JAXWS-specific information (such as JSR-109 DD information).

I am currently working on the initial implementation of this layer and the associated tests.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Re: [jira] Commented: (AXIS2-878) JAXWS: Metadata Abstraction Layer

Posted by Rajith Attapattu <ra...@gmail.com>.
Sorry for the late reply.
Thanks Jeff and Rich for the update.

I will sync up with Jeff to figure out how things tie in to the work
described in AXIS2-883.
Looking forward to work with you guys.

Regards,

Rajith

On 7/11/06, Rich Scheuerle (JIRA) <ji...@apache.org> wrote:
>
>     [
> http://issues.apache.org/jira/browse/AXIS2-878?page=comments#action_12420301]
>
> Rich Scheuerle commented on AXIS2-878:
> --------------------------------------
>
> Rajith,
>
> Thanks for the heads up.  We don't want to duplicate work.  The intention
> of the JAX-WS metadata layer is to provide an abstraction layer to get to
> the meta data needed by JAX-WS.  The implementation will delegate to the
> AxisService in most situations.
>
> Jeff (and others) will be looking at AXIS2-883 to make sure to identify
> overlap (if there is any).
>
> Also, Jeff is the contributor responsible for this work.
>
> Rich
>
>
> > JAXWS: Metadata Abstraction Layer
> > ---------------------------------
> >
> >          Key: AXIS2-878
> >          URL: http://issues.apache.org/jira/browse/AXIS2-878
> >      Project: Apache Axis 2.0 (Axis2)
> >         Type: New Feature
>
> >   Components: jaxws
> >     Reporter: Jeff Barrett
> >     Assignee: Rich Scheuerle
>
> >
> > This layer abstracts the various metadata used by JAXWS.  That metadata
> currently consists of WSDL, JSR-181 annotations, and JAXWS-defined
> annotations.  Eventually, JSR-109 1.2 Deployment Descriptors will be
> another source of metadata.  This layer will shield the rest of JAX-WS from
> this metadata and the complexities involved in merging the various sources
> into the final effective metadata to be used.
> > The layer will contain a hierachy of description artifacts corresponding
> to the service, ports, port types, operations, and parameters.  These
> Description classes will delegate to the AxisSerivce, AxisOperation, etc to
> access WSDL metadata and non-JAXWS-specific annotation information.  The
> Description classes will contain the JAXWS-specific annotation information
> (and eventually) other JAXWS-specific information (such as JSR-109 DD
> information).
> > I am currently working on the initial implementation of this layer and
> the associated tests.
>
> --
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators:
>    http://issues.apache.org/jira/secure/Administrators.jspa
> -
> For more information on JIRA, see:
>    http://www.atlassian.com/software/jira
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>

[jira] Updated: (AXIS2-878) JAXWS: Metadata Abstraction Layer

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-878?page=all ]

Rich Scheuerle updated AXIS2-878:
---------------------------------

    Assign To: Rich Scheuerle

> JAXWS: Metadata Abstraction Layer
> ---------------------------------
>
>          Key: AXIS2-878
>          URL: http://issues.apache.org/jira/browse/AXIS2-878
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature

>   Components: jaxws
>     Reporter: Jeff Barrett
>     Assignee: Rich Scheuerle

>
> This layer abstracts the various metadata used by JAXWS.  That metadata currently consists of WSDL, JSR-181 annotations, and JAXWS-defined annotations.  Eventually, JSR-109 1.2 Deployment Descriptors will be another source of metadata.  This layer will shield the rest of JAX-WS from this metadata and the complexities involved in merging the various sources into the final effective metadata to be used.
> The layer will contain a hierachy of description artifacts corresponding to the service, ports, port types, operations, and parameters.  These Description classes will delegate to the AxisSerivce, AxisOperation, etc to access WSDL metadata and non-JAXWS-specific annotation information.  The Description classes will contain the JAXWS-specific annotation information (and eventually) other JAXWS-specific information (such as JSR-109 DD information).
> I am currently working on the initial implementation of this layer and the associated tests.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-878) JAXWS: Metadata Abstraction Layer

Posted by "Rajith Attapattu (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-878?page=comments#action_12420108 ] 

Rajith Attapattu commented on AXIS2-878:
----------------------------------------

Rich,

I hope you have not started any work on JSR 181 support.  Hopefully we are not working on the same thing in isolation :-)
I have provided a patch with some very basic support, comments are appreciated.

Rajith

> JAXWS: Metadata Abstraction Layer
> ---------------------------------
>
>          Key: AXIS2-878
>          URL: http://issues.apache.org/jira/browse/AXIS2-878
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature

>   Components: jaxws
>     Reporter: Jeff Barrett
>     Assignee: Rich Scheuerle

>
> This layer abstracts the various metadata used by JAXWS.  That metadata currently consists of WSDL, JSR-181 annotations, and JAXWS-defined annotations.  Eventually, JSR-109 1.2 Deployment Descriptors will be another source of metadata.  This layer will shield the rest of JAX-WS from this metadata and the complexities involved in merging the various sources into the final effective metadata to be used.
> The layer will contain a hierachy of description artifacts corresponding to the service, ports, port types, operations, and parameters.  These Description classes will delegate to the AxisSerivce, AxisOperation, etc to access WSDL metadata and non-JAXWS-specific annotation information.  The Description classes will contain the JAXWS-specific annotation information (and eventually) other JAXWS-specific information (such as JSR-109 DD information).
> I am currently working on the initial implementation of this layer and the associated tests.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-878) JAXWS: Metadata Abstraction Layer

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-878?page=all ]
     
Rich Scheuerle resolved AXIS2-878:
----------------------------------

    Resolution: Fixed

(Visible to axis2-developers)


> JAXWS: Metadata Abstraction Layer
> ---------------------------------
>
>          Key: AXIS2-878
>          URL: http://issues.apache.org/jira/browse/AXIS2-878
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature

>   Components: jaxws
>     Reporter: Jeff Barrett
>     Assignee: Rich Scheuerle

>
> This layer abstracts the various metadata used by JAXWS.  That metadata currently consists of WSDL, JSR-181 annotations, and JAXWS-defined annotations.  Eventually, JSR-109 1.2 Deployment Descriptors will be another source of metadata.  This layer will shield the rest of JAX-WS from this metadata and the complexities involved in merging the various sources into the final effective metadata to be used.
> The layer will contain a hierachy of description artifacts corresponding to the service, ports, port types, operations, and parameters.  These Description classes will delegate to the AxisSerivce, AxisOperation, etc to access WSDL metadata and non-JAXWS-specific annotation information.  The Description classes will contain the JAXWS-specific annotation information (and eventually) other JAXWS-specific information (such as JSR-109 DD information).
> I am currently working on the initial implementation of this layer and the associated tests.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-878) JAXWS: Metadata Abstraction Layer

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-878?page=comments#action_12420301 ] 

Rich Scheuerle commented on AXIS2-878:
--------------------------------------

Rajith, 

Thanks for the heads up.  We don't want to duplicate work.  The intention of the JAX-WS metadata layer is to provide an abstraction layer to get to the meta data needed by JAX-WS.  The implementation will delegate to the AxisService in most situations.

Jeff (and others) will be looking at AXIS2-883 to make sure to identify overlap (if there is any).

Also, Jeff is the contributor responsible for this work.  

Rich


> JAXWS: Metadata Abstraction Layer
> ---------------------------------
>
>          Key: AXIS2-878
>          URL: http://issues.apache.org/jira/browse/AXIS2-878
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature

>   Components: jaxws
>     Reporter: Jeff Barrett
>     Assignee: Rich Scheuerle

>
> This layer abstracts the various metadata used by JAXWS.  That metadata currently consists of WSDL, JSR-181 annotations, and JAXWS-defined annotations.  Eventually, JSR-109 1.2 Deployment Descriptors will be another source of metadata.  This layer will shield the rest of JAX-WS from this metadata and the complexities involved in merging the various sources into the final effective metadata to be used.
> The layer will contain a hierachy of description artifacts corresponding to the service, ports, port types, operations, and parameters.  These Description classes will delegate to the AxisSerivce, AxisOperation, etc to access WSDL metadata and non-JAXWS-specific annotation information.  The Description classes will contain the JAXWS-specific annotation information (and eventually) other JAXWS-specific information (such as JSR-109 DD information).
> I am currently working on the initial implementation of this layer and the associated tests.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-878) JAXWS: Metadata Abstraction Layer

Posted by "Jeff Barrett (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-878?page=comments#action_12420141 ] 

Jeff Barrett commented on AXIS2-878:
------------------------------------

Rajith,

Actually I am doing this work, not Rich :-).

This layer doesn't include any JSR-181 support.  It is a wrapper around the various places that JAX-WS metadata can come from.  The JSR-181 annotations and WSDL will come from elsewhere in Axis2 (i.e. the AxisService built from WSDL + JSR-181 annotations).  The only annotations contained in this layer are the JAX-WS specific ones.

Sorry that wasn't clear in my original Description.

Jeff

> JAXWS: Metadata Abstraction Layer
> ---------------------------------
>
>          Key: AXIS2-878
>          URL: http://issues.apache.org/jira/browse/AXIS2-878
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature

>   Components: jaxws
>     Reporter: Jeff Barrett
>     Assignee: Rich Scheuerle

>
> This layer abstracts the various metadata used by JAXWS.  That metadata currently consists of WSDL, JSR-181 annotations, and JAXWS-defined annotations.  Eventually, JSR-109 1.2 Deployment Descriptors will be another source of metadata.  This layer will shield the rest of JAX-WS from this metadata and the complexities involved in merging the various sources into the final effective metadata to be used.
> The layer will contain a hierachy of description artifacts corresponding to the service, ports, port types, operations, and parameters.  These Description classes will delegate to the AxisSerivce, AxisOperation, etc to access WSDL metadata and non-JAXWS-specific annotation information.  The Description classes will contain the JAXWS-specific annotation information (and eventually) other JAXWS-specific information (such as JSR-109 DD information).
> I am currently working on the initial implementation of this layer and the associated tests.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org