Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 9319 invoked from network); 20 Aug 2004 01:28:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Aug 2004 01:28:50 -0000 Received: (qmail 43515 invoked by uid 500); 20 Aug 2004 01:28:42 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 43306 invoked by uid 500); 20 Aug 2004 01:28:40 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 43278 invoked by uid 99); 20 Aug 2004 01:28:40 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [64.233.170.199] (HELO mproxy.gmail.com) (64.233.170.199) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 19 Aug 2004 18:28:36 -0700 Received: by mproxy.gmail.com with SMTP id 78so226069rnk for ; Thu, 19 Aug 2004 18:28:35 -0700 (PDT) Received: by 10.38.99.75 with SMTP id w75mr426341rnb; Thu, 19 Aug 2004 18:28:35 -0700 (PDT) Message-ID: <19e0530f040819182819c0e47c@mail.gmail.com> Date: Fri, 20 Aug 2004 06:58:35 +0530 From: Davanum Srinivas Reply-To: dims@apache.org To: Beehive Developers Subject: Re: JSR-181 JWS file extensions: .jws vs .java Cc: axis-dev@ws.apache.org In-Reply-To: <4B2B4C417991364996F035E1EE39E2E101B8EB7E@uskiex01.amer.bea.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4B2B4C417991364996F035E1EE39E2E101B8EB7E@uskiex01.amer.bea.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N let's support both :) -- dims On Thu, 19 Aug 2004 17:22:58 -0700, Michael Merz wrote: > > > Hi all, > > Axis 1.x expects Java Web Service files to have a ".jws" extension. This > certainly makes sense, since there Axis can't differentiate between Java > Web Service files and regular Java files just by looking at their > contents. > > JSR-181, however, makes additional information available in form of > metadata (annotations). With this additional information it is now > possible to tell Java Web Service source files apart from regular Java > source files -- just by looking at the files' contents; thus, the ".jws" > extension is not necessary anymore. > > Since Java Web Service source files are Java files, I suggest to get rid > of the ".jws" extension altogether and to support the standard ".java" > extension for Java Web Service files. > > Comments? Opinions? > > Cheers, > > -michael > > -- Davanum Srinivas - http://webservices.apache.org/~dims/