Geronimo_MoinMoin_wiki > EnterpriseWebServices
Added by Confluence Administrator, last edited by Confluence Administrator on Aug 02, 2006

EWS (currently at the apache cvs ws-axis/contib/ews)

JSR109 defines the Web Services for J2EE architecture. It does not interfere with the J2EE components functionality instead open a new avenue to access them as web services. This is a service architecture that leverages the J2EE component architecture to provide a client and server programming model which is portable and interoperable across application servers, provides a scalable secure environment, and yet is familiar to J2EE developers.

code

the code is avalible under the ws-axis/contrib/ews

see the documentation at http://cvs.apache.org/viewcvs.cgi/*checkout*/ws-axis/contrib/ews/docs/index.html;

Architecure

check the developer guide at the cvs http://cvs.apache.org/viewcvs.cgi/*checkout*/ws-axis/contrib/ews/docs/developer-Guide.html

EWS Geronimo integration

http://wiki.apache.org/geronimo/EWSGeronimoIntegeration;

Axis/EWS jax-rpc mapping file support

AxisEwsXmlJavaNameMappingSupport

Contributors