Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 57856 invoked by uid 500); 31 Oct 2001 12:57:55 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 57847 invoked from network); 31 Oct 2001 12:57:54 -0000 Importance: Normal Subject: Re: Use of java.util.Iterator? To: axis-dev@xml.apache.org X-Mailer: Lotus Notes Release 5.0.7 March 21, 2001 Message-ID: From: "Russell Butek" Date: Wed, 31 Oct 2001 06:57:29 -0600 X-MIMETrack: Serialize by Router on D04NMS23/04/M/IBM(Release 5.0.8 |June 18, 2001) at 10/31/2001 07:57:52 AM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N It's not a requirement to support JDK 1.1. In fact, though I don't remember the reasons offhand (dynamic proxy?), some folks think we shouldn't bother supporting anything before JDK 1.3. Russell Butek butek@us.ibm.com "R. Mark Volkmann" on 10/31/2001 04:31:22 AM Please respond to axis-dev@xml.apache.org To: cc: Subject: Re: Use of java.util.Iterator? ----- Original Message ----- From: "Rob Jellinghaus" To: Sent: Tuesday, October 30, 2001 7:33 PM Subject: Use of java.util.Iterator? > Is it a requirement (and/or, currently the case) that Axis be JDK 1.1 compliant? > > Some of the JAXM API's use java.util.Iterator, which pretty much eliminates 1.1 compliance. The question is whether I should do likewise, in emulating those API's in Axis. I don't think it's important for AXIS to be compatible with JDK 1.1.