Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 57868 invoked from network); 27 Sep 2006 03:44:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Sep 2006 03:44:28 -0000 Received: (qmail 41465 invoked by uid 500); 27 Sep 2006 03:44:28 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 41425 invoked by uid 500); 27 Sep 2006 03:44:28 -0000 Mailing-List: contact cxf-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-dev@incubator.apache.org Received: (qmail 41416 invoked by uid 99); 27 Sep 2006 03:44:28 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Sep 2006 20:44:28 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=jervis.liu@iona.com; spf=pass X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received-SPF: pass (idunn.apache.osuosl.org: domain iona.com designates 65.223.216.181 as permitted sender) Received: from [65.223.216.181] ([65.223.216.181:43820] helo=amereast-smg1.iona.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 3E/53-21307-893F9154 for ; Tue, 26 Sep 2006 20:44:26 -0700 Received: from amereast-ems2.IONAGLOBAL.COM ([10.65.6.84]) by amereast-smg1.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id k8R3hYuq013182 for ; Tue, 26 Sep 2006 23:44:20 -0400 (EDT) X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.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: Simple Frontend Date: Tue, 26 Sep 2006 23:44:14 -0400 Message-ID: <244F5835C09CB641AE1D928BB2B0B9D8021CCD49@amereast-ems2.IONAGLOBAL.COM> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Simple Frontend Thread-Index: Acbhn22A7bFObA5DReq9hT85IOYg0gARbJjA From: "Liu, Jervis" To: X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > -----Original Message----- > From: Dan Diephouse [mailto:dan@envoisolutions.com] > Sent: Wednesday, September 27, 2006 3:10 AM > To: cxf-dev@incubator.apache.org > Subject: Simple Frontend >=20 >=20 > Hiya, >=20 > I've been working on the class->service building today a bit.=20 > I have the=20 > ReflectionServiceFactory in the core right now, but have run=20 > into some=20 > issues. Namely, the SOAP and databinding modules are not=20 > available for=20 > constructing the service. I'm thinking I'll just start a simple=20 > frontend module outside of the core. Any objections/other ideas? >=20 Can you elaborate on the "simple frontend module" please? What info does = this module contain and who is supposed to use this frontend module? = Also how does this relate to ReflectionServiceFactoryBean and = JaxWsServiceFactoryBean?=20 > For those of you are wondering why have a ReflectionServiceFactory=20 > anyway, there are xfire users out there who don't use JAX-WS, and I'd=20 > like to continue supporting that. In addition, I think it=20 > promotes good=20 > separation of the jax-ws layer and gives us a nice base if we=20 > ever want=20 > to develop other frontend apis. +1. This layered frontend model is also consistent with the idea of = having a generic service model and an extened Jax-ws frontend service = model. >=20 > - Dan >=20 > --=20 > Dan Diephouse > (616) 971-2053 > Envoi Solutions LLC > http://netzooid.com >=20 >=20