1 / 42

Comparison of Four Popular Java Web Framework Feature Implementations: Struts1.X, WebWork2.2X, Tapestry4, JSF1.2 Peng W

Thanks for coming today. Please be free to ask questions and give suggestions. . Speech Contents. Introduce background technology which involves concepts of web application, Java web application, MVC design pattern and Java frameworkResearch purpose and Research method.Web feature implementation c

analise
Télécharger la présentation

Comparison of Four Popular Java Web Framework Feature Implementations: Struts1.X, WebWork2.2X, Tapestry4, JSF1.2 Peng W

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    1. Comparison of Four Popular Java Web Framework Feature Implementations: Struts1.X, WebWork2.2X, Tapestry4, JSF1.2 Peng Wang

    2. Thanks for coming today Please be free to ask questions and give suggestions.

    3. Speech Contents Introduce background technology which involves concepts of web application, Java web application, MVC design pattern and Java framework Research purpose and Research method. Web feature implementation conclusion Discussion of types of web application that suitable for different frameworks

    4. What is web application? Web Applications are web programs or real programs designed to be used on the web site. Example of web application would be e-commerce web site, web banking, stock exchange on the web, web games and many others. (CS and BS)

    5. Java web application Java Applet An applet is a program written in the Java programming language that can be included in an HTML page, much in the same way an image is included in a page. [Sun Applets, 1994] <APPLET SRC=> </APPLET> Java web start Java Web Start, a new technology to assist the development of client-side Java applications, is unique in that it frees us from concerning ourselves with how the client is launched, either from a Web browser or from the desktop. JSP/Servlet It is designed as a general extensible framework and provides a Java class-based mechanism for handling the web request-response mode.

More Related