Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 42575 invoked from network); 1 Feb 2006 16:33:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Feb 2006 16:33:49 -0000 Received: (qmail 40819 invoked by uid 500); 1 Feb 2006 16:33:43 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 40758 invoked by uid 500); 1 Feb 2006 16:33:42 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 40706 invoked by uid 99); 1 Feb 2006 16:33:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2006 08:33:42 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [63.65.132.112] (HELO amereast-smg2.iona.com) (63.65.132.112) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2006 08:33:39 -0800 Received: from amereast-ems2.IONAGLOBAL.COM ([10.65.6.84]) by amereast-smg2.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id k11GXAQm011999 for ; Wed, 1 Feb 2006 11:33:17 -0500 (EST) X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Integrating Geronimo and Celtix Date: Wed, 1 Feb 2006 11:33:17 -0500 Message-ID: <296718BFC6B9E94FB0A809F55834237ACDE66D@amereast-ems2.IONAGLOBAL.COM> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Integrating Geronimo and Celtix Thread-Index: AcYnRHmHuZkBQSbSR369TmRr6Zi2UgAAUvQw From: "Sakala, Adinarayana" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Great idea conrad. Since Celtix is an ESB, integrating it into a JEE container would = provide support for all of the ESB capabilities for all of J2EE based = endpoints and not just webservices capabilities. This can even provide = support for multi transport and multi binding capabilities to J2EE = endpoints including JMS, CORBA etc. One question, does your integration is going to leverage some of the = capabilities of JSR 181 for JEE based endpoints along with JAX-WS 2.0 = etc. My feeling would be to get started with the integration based on current = runtime making JSE 1.5 as requirement for enabling Celtix. cheers, Adi Sakala=20 > -----Original Message----- > From: O'Dea, Conrad=20 > Sent: Wednesday, February 01, 2006 10:32 AM > To: dev@geronimo.apache.org > Subject: Integrating Geronimo and Celtix >=20 >=20 > Hi there, >=20 > I am a member of the Celtix [1] development team and am currently =20 > looking at integrating Celtix into different J2EE containers. The =20 > idea is that Celtix would provide a web service stack for =20 > applications deployed in Geronimo. >=20 > I've started looking at the Geronimo code-base and the =20 > WebServiceContainer piece in particular. I'm just really in the =20 > process of familiarising myself with the code and have two initial =20 > questions (I'm sure more will follow!) >=20 > 1. Are there any design docs for the WebService container and how =20 > interacts with the deployer and the other containers? Anything to =20 > help get more familiar with this part of Geronimo would be good. I =20 > had a look at Geronimo web site but nothing relevant leapt out at me. >=20 > 2. What is the plan for JEE 5 support in Geronimo? More =20 > specifically, Celtix depends on a bunch of specs (JAX WS 2.0, JAXB =20 > 2.0 etc.) that will form part of JEE 5 and are highly dependant on =20 > JSE 5 (principally for annotations). Presumably this will be =20 > Geronimo 2.0. >=20 > That said, from reading some of the dev list on the subject it seems =20 > that JEE 5 work may be a little way off. In that case it should be =20 > possible to work within the current runtime but just requiring that =20 > JSE 5 be used. >=20 > Any tips on getting started at this would be welcomed >=20 > thanks > Conrad >=20 >=20 > [1] http://celtix.objectweb.org/ >=20