The Evolution of Web Application Frameworks Sun Microsystems' Craig McClanahan, the creator of the Apache Struts Framework, co-specification lead for JavaServer Faces 1.0, and prime architect for Sun Java Studio Creator's new release, explains all three.
Tutorial Details:
The JavaServer Faces API was designed for two primary purposes. One was to provide Java developers with a standard API for sophisticated user interface components. The second was so that Java tools developers could create tools with those components that provide a rich design-time experience. The components hold information that is designed specifically for the tools to utilize. The Java Studio Creator IDE uses that information to create a very friendly environment. When composing a JSP page, you see what the components will look like when the application runs, so you can manipulate the properties of those components to a GUI mechanism, rather than having to configure everything in JavaServer Pages or Java source code.
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: Atricle Struts, JavaServer Faces, and Java Studio Creator:
View Tutorial: Atricle Struts, JavaServer Faces, and Java Studio Creator:
Related
Tutorials:
|