Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 83643 invoked from network); 27 Sep 2004 11:51:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 27 Sep 2004 11:51:43 -0000 Received: (qmail 74505 invoked by uid 500); 27 Sep 2004 11:51:38 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 74485 invoked by uid 500); 27 Sep 2004 11:51:38 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@geronimo.apache.org Delivered-To: mailing list scm@geronimo.apache.org Delivered-To: moderator for scm@geronimo.apache.org Received: (qmail 49605 invoked by uid 99); 27 Sep 2004 10:03:04 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: scm@geronimo.apache.org To: scm@geronimo.apache.org Subject: =?iso-8859-1?q?=5BApache_Geronimo_Wiki=5D_Updated=3A__EWSGeronimoIntegera?= =?iso-8859-1?q?tion?= Date: Mon, 27 Sep 2004 10:03:01 -0000 Message-ID: <20040927100301.18765.79405@minotaur.apache.org> X-Spam-Rating: 127.0.0.1 1.6.2 0/1000/N X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Date: 2004-09-27T03:03:01 Editor: SrinathPerera Wiki: Apache Geronimo Wiki Page: EWSGeronimoIntegeration URL: http://wiki.apache.org/geronimo/EWSGeronimoIntegeration no comment Change Log: ---------------------------------------------------------------------------= --- @@ -1,7 +1,7 @@ =3D=3D Web Service Stack of the Geronimo =3D=3D = The Web Service Stack of the Geronimo has two parts = - 1.The runtime that wait for the SOAP requests in a well known port and di= spatch the request using the J2EE component on which the Web Service is Ba= sed on. + 1. The runtime that wait for the SOAP requests in a well known port and d= ispatch the request using the J2EE component on which the Web Service is B= ased on. 1. A deployment architecture that accept a Web Service Module as explaine= d by the J2EE web Service specification and deploy the Web Service in Geron= imo. = =3D=3D The Web Service Runtime =3D=3D @@ -14,7 +14,7 @@ 1. Geronimo Deployment module will find that the J2EE module it accepts is= a web Service module by looking at the webservices.xml file in the META-IN= F. 1. The Geronimo deployer will call the EWS tool and it will generate the i= mplementation classes + DD looking at the web service module. The EWS will = take care of the parsing of the JSR109 specific DD (webservice.xml file and= jaxrpc mapping file.) For avoid the web.xml and ejb-jar.xml are parsed twi= ce EWS hope to use Geronimo DD mechanism (to my understating that can done = via GBeans.) But right now EWS use DOM to parse them. = 1. The deployment module will call the deploy method in the AxisGBean = to deploy the web Service in the Geronimo = - 1. The implementation classes will contains a web service. To deploy the = web service in the Axis 3 things should be done. = + 1. The implementation classes will contains a web service. To deploy t= he web service in the Axis 3 things should be done. = = * the classes in the web service should be loaded to the Web Container= the web service can be deployed in Geronimo using the Axis AdminClient = =20