Return-Path: Delivered-To: apmail-jakarta-hivemind-cvs-archive@www.apache.org Received: (qmail 13572 invoked from network); 28 Sep 2004 15:01:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 28 Sep 2004 15:01:03 -0000 Received: (qmail 47892 invoked by uid 500); 28 Sep 2004 15:01:03 -0000 Delivered-To: apmail-jakarta-hivemind-cvs-archive@jakarta.apache.org Received: (qmail 47873 invoked by uid 500); 28 Sep 2004 15:01:02 -0000 Mailing-List: contact hivemind-cvs-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: hivemind-dev@jakarta.apache.org Delivered-To: mailing list hivemind-cvs@jakarta.apache.org Received: (qmail 47857 invoked by uid 99); 28 Sep 2004 15:01:02 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 28 Sep 2004 08:00:59 -0700 Received: (qmail 13505 invoked from network); 28 Sep 2004 15:00:58 -0000 Received: from unknown (HELO minotaur.apache.org) (127.0.0.1) by 127.0.0.1 with SMTP; 28 Sep 2004 15:00:58 -0000 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: hivemind-cvs@jakarta.apache.org To: hivemind-cvs@jakarta.apache.org Subject: =?iso-8859-1?q?=5BJakarta_HiveMind_Wiki=5D_Updated=3A__ContributionOrderi?= =?iso-8859-1?q?ngProposal?= Date: Tue, 28 Sep 2004 15:00:58 -0000 Message-ID: <20040928150058.13489.50082@minotaur.apache.org> X-Spam-Rating: 127.0.0.1 1.6.2 0/1000/N X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Date: 2004-09-28T08:00:57 Editor: KnutWannheden Wiki: Jakarta HiveMind Wiki Page: ContributionOrderingProposal URL: http://wiki.apache.org/jakarta-hivemind/ContributionOrderingProposal no comment Change Log: ---------------------------------------------------------------------------= --- @@ -35,3 +35,4 @@ = Do we need to support sorting on multiple columns? Descending sorts? Sor= ting with comparators? = +KnutWannheden: I was thinking about this problem a few days ago. The appr= oach I came up with was somewhat different though. I thought it would almo= st be easier if the ordering were specified in Java. The class which the c= ontributions are mapped to would thus either have to implement {{{Comparabl= e}}} or HiveMind's {{{Orderable}}} interface. HiveMind could then automati= cally order the contributions accordingly. This would also quite elegantly= solve the problems of sorting on multiple columns and descending sorts by = leaving the problem up to the developer. Thoughts? --------------------------------------------------------------------- To unsubscribe, e-mail: hivemind-cvs-unsubscribe@jakarta.apache.org For additional commands, e-mail: hivemind-cvs-help@jakarta.apache.org