JavaServer(tm) Faces (JSF) is an established web application framework standard (JSR127) that accomplishes the MVC paradigm.
JSF is comparable to the well-known Struts framework but has features and concepts that are beyond those of Struts. It is similar to the Tapestry framework as it is also a component-based framework.
Look at Sun's JavaServer(tm) Page to learn more about the Java Specification Request 127 and to download the specification. They also provide a useful Tutorial there.
MyFaces Core is a 100% compliant implementation of this standard - it is compliant to the standard yet offers additional value by providing separate extended component sets and many special features which make JSF development easier.
其他Java Web开发框架 开源项目资源: