420 likes | 723 Views
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
E N D
1. Comparison of Four Popular Java Web Framework Feature Implementations: Struts1.X, WebWork2.2X, Tapestry4, JSF1.2Peng 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.