Return-Path: Delivered-To: apmail-jakarta-taglibs-user-archive@www.apache.org Received: (qmail 85415 invoked from network); 14 Jun 2009 08:39:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Jun 2009 08:39:44 -0000 Received: (qmail 91305 invoked by uid 500); 14 Jun 2009 08:39:54 -0000 Delivered-To: apmail-jakarta-taglibs-user-archive@jakarta.apache.org Received: (qmail 91242 invoked by uid 500); 14 Jun 2009 08:39:54 -0000 Mailing-List: contact taglibs-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tag Libraries Users List" Reply-To: "Tag Libraries Users List" Delivered-To: mailing list taglibs-user@jakarta.apache.org Received: (qmail 91222 invoked by uid 99); 14 Jun 2009 08:39:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Jun 2009 08:39:54 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of flamefew@gmail.com designates 209.85.220.207 as permitted sender) Received: from [209.85.220.207] (HELO mail-fx0-f207.google.com) (209.85.220.207) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Jun 2009 08:39:44 +0000 Received: by fxm3 with SMTP id 3so13995fxm.37 for ; Sun, 14 Jun 2009 01:39:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=hHyKr0msHMkdWRKvY5AinwlA92ZqfiC30Ke7K8S3se0=; b=QHN1KL8XOSNWUrlbcnCfWJ9oIbFnVj8FbDe18yq11r10VZhWiwPUbozzdGhR7eLkQa 5CVKrA9QOnzEU/jxQHLe06wCsJCMuMJpim//JbqWBwjW1blWdMLSBmI2v/i4kV1cCHoa aRfB27EW0Fp71+8FWol47cRXTYYbq9bqxSFNY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=QrrWpp/nIie+ulUXAioam2m+vL4fDj69M7GAGQHSLtcjCJs3riRZwl9GZx03mJ6MV3 +BvUCevYo0JIMN4UevWjSXNmXI1+G7OI4s797yA8c17kK57BESMMtgcIG7XT7XXX/s77 YwAKfvfPD0mocsKwsVXKSbhi4QZ9tERgtVWh4= MIME-Version: 1.0 Received: by 10.223.109.198 with SMTP id k6mr3543333fap.46.1244968764415; Sun, 14 Jun 2009 01:39:24 -0700 (PDT) In-Reply-To: References: Date: Sun, 14 Jun 2009 01:39:24 -0700 Message-ID: <31cc37360906140139h545294fejb60723e5cf61a8d4@mail.gmail.com> Subject: Re: Download of Taglibs - IO From: Henri Yandell To: Tag Libraries Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Better to go ahead and write the Java. FTP - presumably Commons Net (though I'm not 100% sure if it does FTP). HTTP/HTTPS to Apache HttpComponents. XmlRpc probably just use the basic API and SOAP Apache CXF or Apache Axis2 presumably have some kind of client? Must admit to not knowing much on SOAP, but a Taglib probably isn't the way to architect communication against it. Hen On Thu, Jun 11, 2009 at 10:20 AM, wrote: > Thanks for the response! > > -----Original Message----- > From: Rahul Akolkar [mailto:rahul.akolkar@gmail.com] > Sent: Thursday, June 11, 2009 12:56 PM > To: Tag Libraries Users List > Subject: Re: Download of Taglibs - IO > > On Thu, Jun 11, 2009 at 12:50 PM, wrote: >> If IO is deprecated then which tag should we be using for SOAP >> communication? > > > I haven't looked at the IO taglib in any detail. The fact that its > deprecated does not necessarily mean that tags will always have > identical (or close enough even) replacements that can be suggested -- > it means we don't anticipate any further development or releases of > that taglib here. > > -Rahul > > > >> Thanks >> >> -----Original Message----- >> From: Rahul Akolkar [mailto:rahul.akolkar@gmail.com] >> Sent: Thursday, June 11, 2009 12:47 PM >> To: Tag Libraries Users List >> Subject: Re: Download of Taglibs - IO >> >> On Wed, Jun 10, 2009 at 8:59 AM, wrote: >>> I would like to download the IO Taglibs to use to create a SOAP client >>> for my web service. >>> >>> I checked all the download sites on Apache and its mirrors but >> couldn't >>> find the binary download. >>> >>> Could someone help me by sending me a link to the correct site to >>> download this. >>> >> >> >> The IO taglib was probably never released and has been deprecated >> (there will be no further work on it here and thus, no future releases >> as part of Jakarta Taglibs). >> >> If you want, you could try building the source yourself and testing it >> to determine if thats of any use for you. The source in SVN is here: >> >> =A0http://svn.apache.org/repos/asf/jakarta/taglibs/deprecated/io/trunk/ >> >> -Rahul >> >> >>> Thanks >>> >>> >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org >> For additional commands, e-mail: taglibs-user-help@jakarta.apache.org >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org >> For additional commands, e-mail: taglibs-user-help@jakarta.apache.org >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: taglibs-user-help@jakarta.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: taglibs-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: taglibs-user-help@jakarta.apache.org