Java Mailing List Archive

http://www.junlu.com/

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

Re: sorting query results in J2EE

Mark Smith

2003-09-25


I'd want to be sure that all the browsers used by my audience handled the above properly.


I would only want to do this if that was my requirements. I prefer to do the work my boss or client wants not just whatever I feel like. Java script is poor solution because of the maintenance requirement. It's as a bad a solution as stored procedures. Sure you have to do it some times but avoid it whenever you can. I hate javascript because of the long term costs in maintence. The less java script I have the more maintainable system it is.

Mark

 -----Original Message-----
 From: Tim Wood [mailto:timwood0@(protected)]
 Sent: Wed 9/24/2003 6:25 PM
 To: J2EE-INTEREST@(protected)
 Cc:
 Subject: Re: sorting query results in J2EE
 
 

 At 12:40 PM 09/24/03, you wrote:
 >I saw some one do this with providing the table as xml and used xslt to convert the xml into html table. Then when they clicked a new sort of the table, the browser would go and get a new xslt file, apply it to the xml file and produce a new table that is sorted correctly. I liked this approach better.
 
 It is more current. And the XML/XSLT files can be sent to unrelated applications. OTOH, Javascript is well-established. I'd want to be sure that all the browsers used by my audience handled the above properly.
 TW
 
 ===========================================================================
 To unsubscribe, send email to listserv@(protected)
 of the message "signoff J2EE-INTEREST". For general help, send email to
 listserv@(protected)".
 

©2008 junlu.com - Jax Systems, LLC, U.S.A.