Archive for the ‘Java’ Category
Top 10 Client-Side Performance Problems in Web 2.0
To coincide with my previous post, I’ve also included a link to a post that Andreas Grabner from DynaTrace Software wrote regarding Web 2.0 performance issues. These are especially helpful and can relieve headaches down the road when you are trying to debug performance issues with a Web 2.0 client.
http://blog.dynatrace.com/2010/08/25/top-10-client-side-performance-problems-in-web-2-0/
Top 10 Performance Problems taken from Zappos, Monster, Thomson and Co
Andreas Grabner from DynaTrace Software recently published an article highlighting the Top 10 performance issues that they have experienced when working with their clients. The article is well written and very informative. I have found myself working on similar issues regarding performance and know that these issues are present.
Enhancement of Display Tag
In one of my earlier posts I referenced an article on DevX using DisplayTag and a little Javascript to create highly functional tables for your web application. Even though Display Tag is a great plugin for Java (I have used it for numerous applications), there are some things about it that irritate me… one is the fact that it doesn’t remember the sort order when you refresh the page. This link describes some of the enhancements Sebastien did to Display Tag to make the plugin more user-friendly.
Article on Creating Highly Functional tables using DisplayTag
DevX has a great article on using DisplayTag and a little Javascript to create highly functional tables for your web application: