Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by NickGallardo: http://wiki.apache.org/ws/FrontPage/Axis2/JAX-WS/JSR-181 ------------------------------------------------------------------------------ The approach used is to read the annotation info from the classes using WSM. For a given annotated Java bean, WSM can create an instance of a [http://svn.apache.org/viewvc/beehive/wsm/trunk/src/core/org/apache/beehive/wsm/model/WsmService.java?view=markup WSMService] class. The data from this WSMService instance is then used to create an AxisService object. With the configured AxisService, the Axis2 engine can then serve requests for that new service. + Because of the fact that the Axis2 implementation is also going to support JAX-WS, there is are a few issues that need to be resolved. + + '''Targeting a Programming Model''' + One issue that is raised by the current approach is that, if Java beans can be annotated with just JSR-181 annotations, how do you determine whether the bean should be deployed as an Axis2 service vs. a JAX-WS service. + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
