Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 93775 invoked from network); 5 Feb 2007 15:36:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2007 15:36:18 -0000 Received: (qmail 63867 invoked by uid 500); 5 Feb 2007 15:36:23 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 63830 invoked by uid 500); 5 Feb 2007 15:36:23 -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 63821 invoked by uid 99); 5 Feb 2007 15:36:23 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Feb 2007 07:36:23 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [66.249.82.224] (HELO wx-out-0506.google.com) (66.249.82.224) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Feb 2007 07:36:14 -0800 Received: by wx-out-0506.google.com with SMTP id i26so1656369wxd for ; Mon, 05 Feb 2007 07:35:52 -0800 (PST) Received: by 10.90.103.2 with SMTP id a2mr835386agc.1170689752504; Mon, 05 Feb 2007 07:35:52 -0800 (PST) Received: by 10.90.67.9 with HTTP; Mon, 5 Feb 2007 07:35:52 -0800 (PST) Message-ID: <7b774c950702050735m326333f2o973ff41bdb2a7ccd@mail.gmail.com> Date: Mon, 5 Feb 2007 10:35:52 -0500 From: "Dan Diephouse" To: cxf-dev@incubator.apache.org Subject: Re: Some change about the CXF Servlet In-Reply-To: <200702042138.39998.daniel.kulp@iona.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_54238_20408123.1170689752466" References: <45C68801.8020500@iona.com> <200702042138.39998.daniel.kulp@iona.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_54238_20408123.1170689752466 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline We could leverage Spring here if we wnated to. I'm in the midst of writing a Spring 2.0 handlers so we can handle things like: If we didn't want to be dependent on the Spring syntax, we could write a simple transformation that takes something like this format and converts it into Spring format: Or whatever our current syntax is :-) - Dan On 2/4/07, Daniel Kulp wrote: > > On Sunday 04 February 2007 20:27, Willem Jiang wrote: > > 2. cxf-servlet.xml > > Adding a publisher attribute in the endpoint element. > > It should be publisher="org.apache.cxf.jaxws.EndpointPublisherImpl" > > > > You can find the example from the systest or the kit's samples > hello_world > > . Please feel free to get touch with me if you have any issue about > the > > CXF Servlet. > > I really don't like this part of this. You end up forcing people to > embed > internal class names into the XML file and thus know internal details > about > the implementations. It also prevents us from refactoring things, > renaming > classes, etc... without breaking the users apps. > > This needs to change to some sort of registry system where the frontends > can > register a handler to the servlet/bus and the XML just has some sort of > key > for the XML. I'd prefer a namespace qualified thing where the frontend > could provide an entire schema for their section of the XML. If the > frontend needs some additional elements in the XML file, they can do it. > > -- > J. Daniel Kulp > Principal Engineer > IONA > P: 781-902-8727 C: 508-380-7194 > daniel.kulp@iona.com > -- Dan Diephouse Envoi Solutions http://envoisolutions.com | http://netzooid.com/blog ------=_Part_54238_20408123.1170689752466--