posted 19 years ago While Spring is very popular for it's model building capabilities, its MVC framework is not as widely used. Struts is by far the most popular MVC web framework in use today. Other frameworks have come along that have promise. JSF has a lot of advantages over Struts, but it's also more complicated and in some ways less flexible. JSF is officially part of the Java EE 5 spec, so that's a big plus in favor of using it.
However, Struts is far from dead. You will see many important and large web sites developed in Struts in the next few years.