Link to home
Start Free TrialLog in
Avatar of jwright9
jwright9

asked on

Client-side JavaScript vs. Server-side Java - Performance

I would like to add up the values in rows coming back from a database in a result set so that I get subtotals and totals in a JSP using Javascript.  Say there were 200 hundred rows with 3 columns needing subtotals and totals, would performance be faster on the client using Javascirpt or would it be faster and more efficient to sum up the values on the server, like Websphere for instance?
ASKER CERTIFIED SOLUTION
Avatar of -null-
-null-

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jwright9
jwright9

ASKER

Thanks to both of you experts!  I will take your counsel.  I have always heard since the beginning of the Web era, do it on the server!
Very good help!  I'm glad there are folks like you on EE!
Thanks for the points and for your kind words! ~Ray