index.jsp

来自「sun公司的petstore,一个J2ee的示例应用程序.」· JSP 代码 · 共 23 行

JSP
23
字号
<html><center><image src="images/monkey.gif" width="50" height="50"><font size="+3">Web Application Framework</font><image src="images/monkey.gif" width="50" height="50"></center><hr><br/><p>Welcome to the Web Application Framework (WAF) sample application. This applicationis used to demonstrate and test the various WAF components.<br/>The WAF is made up of a set of tag libraries, a templating servlet for doing composite view,a front controller for receiving requests, and a EJB controller for processing requests.<br/>Together these components can be used as the base for a web application. For more informationon the WAF and  its usage please see the <a href="http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/index.html">Designing Enterprise Applications with the Java 2Platform, Enterprise Edition, Second Edition</a> or you can link to information in the online version of thebook <a href="http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/web-tier/web-tier4.html">here</a>.</p><a href="waf.screen">Learn More about the WAF</a></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?