vinod
Joined: 25 Apr 2006 Posts: 725
|
Posted: Sat May 06, 2006 6:38 am Post subject: Java Feature: Struts and JavaServer Faces |
|
|
JavaServer Faces offers a component-based framework for user interfaces
At the user interface, a common task in both frameworks is selecting items from lists. Over the years, standard design patterns have been developed for selection lists. For developers, the advantage of implementing these standard patterns is that they are readily available and offer a familiar user experience.
These are small idioms for simple UI controls, but it's not always obvious how to implement them to maximize usability. This article describes best practices recommended by usability experts for these patterns and compares their implementations in Struts and JavaServer Faces.
To See more information:
http://java.sys-con.com/read/192454.htm |
|