Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 98257 invoked from network); 19 Sep 2007 15:47:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Sep 2007 15:47:26 -0000 Received: (qmail 91406 invoked by uid 500); 19 Sep 2007 15:47:15 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 91347 invoked by uid 500); 19 Sep 2007 15:47:15 -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 91336 invoked by uid 99); 19 Sep 2007 15:47:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2007 08:47:15 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jgawor@gmail.com designates 209.85.146.178 as permitted sender) Received: from [209.85.146.178] (HELO wa-out-1112.google.com) (209.85.146.178) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2007 15:47:15 +0000 Received: by wa-out-1112.google.com with SMTP id j4so310915wah for ; Wed, 19 Sep 2007 08:46:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=FZTjdl4nV/lnr0FvK/QFbzKin4pldsEBj91t7/yoaTg=; b=KBhjDp6btzc1qv+mO+6Moa1KkLg/lcr1MA1uphT1WZicxiVR428FXnkhD8lCK4iuIVHSVI5G7bpsYITgM0FNvSg3dY+3cv0kL8CdSVmLDLsXYBPm58/PHtO4fYdDhlHxuy3l2yiuhHJqjT4qV3g8QKItkV5xywWDE4WFQ5OEewo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=hk3y+2fHDzFFgM1QjQMyJT6LNEoLv1J/c8m9BMhFBb/c6aHhXYL/mEt3vtvmdATjcYy/wogW4Cje0CkoxA3uH7YDzdBYHYH/kevjRjrsIN19ONsUCcvfVGiIzqG6LiQo+WzIsKj1HgfY55X2eGWC1oRN2XytgUM1fz71VSxTueU= Received: by 10.115.88.1 with SMTP id q1mr871736wal.1190216815242; Wed, 19 Sep 2007 08:46:55 -0700 (PDT) Received: by 10.114.150.10 with HTTP; Wed, 19 Sep 2007 08:46:55 -0700 (PDT) Message-ID: <5eb405c70709190846x7e7c1c15w62e067426ebc4b7a@mail.gmail.com> Date: Wed, 19 Sep 2007 11:46:55 -0400 From: "Jarek Gawor" To: "Geronimo Dev" Subject: refactoring jaxws support MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org As we talked about making things more modular for 2.1, I'm planning to split the CXF and Axis2 modules into smaller units. The main purpose of the split is to separate the EJB bits from Servlet bits so that we can create a minimal server with JAX-WS support but without installing OpenEJB first. Separating the EJB bits from Servlet bits will require moving some code into new modules and creating a few new configs. It will probably require creating 2 new modules, and 2 new configs per each engine implementation and 2 new modules, 2 new configs for shared code and configuration. So at the end it might be quite a few new modules and configs (unless I find or somebody suggests a better way to split this up). This is just a plan right now and things might change as I work through it. Jarek