RE: HttpClient vs. Jigsaw vs. HTTPClient

2002-05-23 Thread Gunnlaugur Thor Briem
Hi Xiaowei, yes, there's definitely a client-side implementation, just take a look! API docs: http://jigsaw.w3.org/Doc/Programmer/api/index.html Packages: org.w3c.www.http org.w3c.www.protocol.http org.w3c.www.protocol.http.auth org.w3c.www.protocol.http.cache

RE: HttpClient vs. Jigsaw vs. HTTPClient

2002-05-23 Thread Amir D. Kolsky
I must be missing something, isn't Jigsaw the W3C Http SERVER implementation? -Original Message- From: Gunnlaugur Thor Briem [mailto:[EMAIL PROTECTED]] Sent: Thu, May 23, 2002 9:14 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: HttpClient vs. Jigsaw vs.

RE: HttpClient vs. Jigsaw vs. HTTPClient

2002-05-23 Thread Amir D. Kolsky
Oh, I see... import org.w3c.protocol.http; // It's not exactly Jigsaw :-) HttpManager manager = HttpManager.getManager() ; Request request = manager.createRequest() ; request.setMethod(HTTP.GET) ; request.setURL(new URL(http://www.w3.org/pub/WWW/;)); Replyreply =

[Collections][Patch][Submit] PredicateUtils and PredicateCollections

2002-05-23 Thread Stephen Colebourne
This link contains the code for the PredicateUtils and PredicateCollections classes: http://www.scolebourne.eurobell.co.uk/Predicates.zip This change: - separates the 8 wrapper collections from the standard Predicate implementations. - patches a bug in the original checkin where a class was

cvs commit: jakarta-commons-sandbox/jelly build.xml project.xml

2002-05-23 Thread jstrachan
jstrachan02/05/23 15:28:46 Modified:jellybuild.xml project.xml Log: Updated the build so that it now reuses the classpath created by the Maven build to allow compiled code to be run as part of the projects build.xml easily, without having to replicate the JAR dependencies

[Collections][Submit] TreeNode and friends

2002-05-23 Thread Stephen Colebourne
The following link contains a submission to collections of classes to cover trees: http://www.scolebourne.eurobell.co.uk/TreeNode.zip This was discussed earlier in the year, but failed to come to a conclusion due to other commitments of Kief Morris at that time. I have now implemented an API for

cvs commit: jakarta-commons-sandbox/jelly README.txt

2002-05-23 Thread jstrachan
jstrachan02/05/23 15:29:40 Modified:jellyREADME.txt Log: Added link to Ant as well as Maven in the readme Revision ChangesPath 1.2 +5 -1 jakarta-commons-sandbox/jelly/README.txt Index: README.txt

[Collections][Submit] TreeNode and friends

2002-05-23 Thread Stephen Colebourne
The following link contains a submission to collections of classes to cover trees: http://www.scolebourne.eurobell.co.uk/TreeNode.zip This was discussed earlier in the year, but failed to come to a conclusion due to other commitments of Kief Morris at that time. I have now implemented an API for

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/core CoreTagLibrary.java

2002-05-23 Thread jstrachan
jstrachan02/05/23 16:33:35 Modified:jelly/src/java/org/apache/commons/jelly/tags/core CoreTagLibrary.java Log: Patched the createExpression() method so that any TagLibrary implementaiton will get default Expression behaviour. This logic was mistakenly added

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/impl BeanTagScript.java

2002-05-23 Thread jstrachan
jstrachan02/05/23 16:35:20 Modified:jelly/src/java/org/apache/commons/jelly/impl BeanTagScript.java Log: Patched the code from suggestion by James Elson that setContext() should occur before any setter method. Nice one James E, thanks! Revision

cvs commit: jakarta-commons-sandbox/jelly project.xml

2002-05-23 Thread jstrachan
jstrachan02/05/23 16:53:42 Modified:jelly/src/java/org/apache/commons/jelly TagLibrary.java Jelly.java jelly/xdocs index.xml jellyproject.xml Log: Build and unit tests all seem to work fine now. The LinkageError that was

[PATCH][Collections] SequencedHashMap: equals, hashCode, toString

2002-05-23 Thread Jack, Paul
Index: SequencedHashMap.java === RCS file: /home/cvspublic/jakarta-commons/collections/src/java/org/apache/commons/coll ections/SequencedHashMap.java,v retrieving revision 1.9 diff -r1.9 SequencedHashMap.java 100c100 public class

[ committer vote ] - for an extra committer...

2002-05-23 Thread Arron Bates
Already a committer on the Struts project, wodering if the committers of the commons would allow an extra hand for the project?... Submitted a few patches commons for BeanUtils, and now would like to contribute some handy collection wrappers. Anyways, find myself wandering back into commons

RE: [ committer vote ] - for an extra committer...

2002-05-23 Thread Scott Sanders
+1. -Original Message- From: Arron Bates [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 7:19 PM To: Commons Developers List Subject: [ committer vote ] - for an extra committer... Already a committer on the Struts project, wodering if the committers of the commons would

Re: [ committer vote ] - for an extra committer...

2002-05-23 Thread costinm
+1 Costin On Fri, 24 May 2002, Arron Bates wrote: Already a committer on the Struts project, wodering if the committers of the commons would allow an extra hand for the project?... Submitted a few patches commons for BeanUtils, and now would like to contribute some handy collection

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections SequencedHashMap.java

2002-05-23 Thread mas
mas 02/05/23 21:00:30 Modified:collections/src/java/org/apache/commons/collections SequencedHashMap.java Log: Implemented equals(Object) and hashCode() as per the Map interface. Also, added a toString() method for simpler debugging. Revision

Re: [PATCH][Collections] SequencedHashMap: equals, hashCode, toString

2002-05-23 Thread Michael A. Smith
On Thu, 23 May 2002, Jack, Paul wrote: Index: SequencedHashMap.java === RCS file: /home/cvspublic/jakarta-commons/collections/src/java/org/apache/commons/coll ections/SequencedHashMap.java,v retrieving revision 1.9 diff -r1.9

[commons-validator] Mask Patterns syntax/ Regular expressions???

2002-05-23 Thread Hertzel Karbasi - OPTinity eBusiness Solutions
Hello All Where can I find a document containing a brief description of Mask pattern syntax used in commons-validator. It should be in org.apache.oro.text.perl.per5Util, but the class api in ORO website does not contain the syntax description (Regular expressions?). Thanks Hertzel -- To

Re: [ committer vote ] - for an extra committer...

2002-05-23 Thread Michael A. Smith
On Fri, 24 May 2002, Arron Bates wrote: Already a committer on the Struts project, wodering if the committers of the commons would allow an extra hand for the project?... Submitted a few patches commons for BeanUtils, and now would like to contribute some handy collection wrappers.

Re: [ committer vote ] - for an extra committer...

2002-05-23 Thread Juozas Baliuka
+1 - Original Message - From: Arron Bates [EMAIL PROTECTED] To: Commons Developers List [EMAIL PROTECTED] Sent: Friday, May 24, 2002 4:18 AM Subject: [ committer vote ] - for an extra committer... Already a committer on the Struts project, wodering if the committers of the commons