Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » J2EE Pattern »

Pattern for sorting columns of an html table

Satyan Prakash

2002-12-25


J2EEPATTERNS-INTEREST Digest - 23 Dec 2003 to 24 Dec 2003 (#2003-107)
Hi All,
 
I think a solution can be achieved in the right way of we think about sorting the data source rather than HTML table. Iterator pattern can be fruitfully applied on top on the Collection objects in which the original data fetched from the server is stored. JDK gives lot of apis to sort collections. After that all you have to do is to Iterate over the collection. Once you have this Iterator in place it does not matter whether you use it in a HTML table on in an Applet.
 
Regards,
Satyan Prakash
Consultant
Siemens, Gurgaon
 
----- Original Message -----
From: Automatic digest processor
To: Recipients of J2EEPATTERNS-INTEREST digests
Sent: Thursday, December 25, 2003 7:00 AM
Subject: J2EEPATTERNS-INTEREST Digest - 23 Dec 2003 to 24 Dec 2003 (#2003-107)

==================================================================== Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@java.sun.com
©2008 junlu.com - Jax Systems, LLC, U.S.A.
L-Soft LISTSERV(R) 1.8e

J2EEPATTERNS-INTEREST Digest - 23 Dec 2003 to 24 Dec 2003 (#2003-107)

Table of contents:

  1. Pattern for sorting columns of an html table


Powered by LISTSERV(R) Browse the J2EEPATTERNS-INTEREST online archives.