快精灵印艺坊 您身边的文印专家
广州名片 深圳名片 会员卡 贵宾卡 印刷 设计教程
产品展示 在线订购 会员中心 产品模板 设计指南 在线编辑
 首页 名片设计   CorelDRAW   Illustrator   AuotoCAD   Painter   其他软件   Photoshop   Fireworks   Flash  

 » 彩色名片
 » PVC卡
 » 彩色磁性卡
 » 彩页/画册
 » 个性印务
 » 彩色不干胶
 » 明信片
   » 明信片
   » 彩色书签
   » 门挂
 » 其他产品与服务
   » 创业锦囊
   » 办公用品
     » 信封、信纸
     » 便签纸、斜面纸砖
     » 无碳复印纸
   » 海报
   » 大篇幅印刷
     » KT板
     » 海报
     » 横幅

SCWCD1.4的资料


开始复习的是080。

看了几位前辈的帖子,才知道081和080有很大的不同。

以下为增加的两部分,为EL和JSTL。

Chapter 7. Building JSP Pages Using the Expression Language (EL)
Given a scenario(方案;情况;概要), write EL code that accesses the following implicit variables including: pageScope, requestScope, sessionScope, and applicationScope, param and paramValues, header and headerValues, cookie, initParam and pageContext.
There are several implicit objects that are available to EL expressions used in JSP pages. These objects are always available under these names(讲的是EL的隐含对象和简朴的说明)

然后举了几个例子,有EL的.运算和[]运算。
Chapter 9. Building JSP Pages Using Tag LibrariesFor a custom tag library or a library of Tag Files, create the \\\'taglib\\\' directive for a JSP page.
The set of significant(有意义的, 重大的, 重要的) tags a JSP container interprets (解释, 说明)can be extended through a tag library.

The taglib directive in a JSP page declares that the page uses a tag library, uniquely(独特地,唯一地,珍奇地) identifies the tag library using a URI and associates(使发生联系, 使联合) a tag prefix that will distinguish usage of the actions in the library.

If a JSP container implementation cannot locate a tag library description, a fatal translation error shall result.

It is a fatal translation error for the taglib directive to appear after actions or functions using the prefix.

In the following example, a tag library is introduced and made available to this page using the super prefix; no other tag libraries should be introduced in this page using this prefix. In this particular case, we assume the tag library includes a doMagic element type, which is used within the page.

JSTL增加的部分:
Given a design goal, use an appropriate(适当的) JSP Standard Tag Library (JSTL v1.1) tag from the "core" tag library.
The center of JSTL is the core taglib. This can be split into five areas:

General purpose

Variables support

Conditional

Iterator

URL Related



To use the core library, use the following directive:

<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>The prefix attribute specifies(指定,规定,确定) the prefix used in the tag name for a particular library. For example, the core library includes a tag named out. When combined with a prefix of c, the full tag would be <c:out>. You are free to use any prefix you like, but you must use different prefixes for each of the four standard tag libraries.

You must also put the corresponding(相应的) .tld file for each tag library in your /WEB-INF directory and use the taglib element in your web.xml file to include the tag library:

<taglib>    <taglib-uri>http://java.sun.com/jstl/core</taglib-uri>    <taglib-location>/WEB-INF/tld/core.tld</taglib-location></taglib>

General purpose tags.

The general-purpose tags let you display variable values, and enclose(封闭,密封;包装,包围) a group of tags within a try-catch block.

The <c:out> action provides a capability(能力, 性能, 容量)similar to JSP expressions such as <%= scripting-language-expression %> or ${el-expression}. For example:





You have <c:out value="${sessionScope.user.itemCount}"/> items.

The <c:catch> action allows page authors to handle errors from any action in a uniform(统一的, 一样的) fashion, and allows for error handling for multiple actions at once. <c:catch> provides page authors with granular(粒度[状) error handling: Actions that are of central importance to a page should not be encapsulated(密封) in a <c:catch>, so their exceptions will propagate to an error page, whereas actions with secondary importance to the page should be wrapped in a <c:catch>, so they never cause the error page mechanism to be invoked(调用). The exception thrown is stored in the scoped variable identified by var, which always has page scope. If no exception occurred, the scoped variable identified by var is removed if it existed. If var is missing, the exception is simply caught and not saved.

<c:catch [var="varName"]> nested(嵌套的) actions</c:catch>这部分基本上涉及了JSTL的所有内容。

包括<c:out><c:set><c:catch><c:when><c:choose><c:remove><c:forTokens><c:forEach><c:if>

还有<c:url><c:import><c:redirect>

具体内容见http://java.boot.by/wcd-guide/ch09s03.html




返回类别: 教程
上一教程: bug? Hbm2JavaTask无法实现joined-subclass单独配置文件(2.1.2)
下一教程: Java API之算法

您可以阅读与"SCWCD1.4的资料"相关的教程:
· Eclipse手记(小弟发现最实用的资料之一)
· java资料站点(添加几个中文的)
· java语音实现技术TTS资料
· JSP基础学习资料
· Tomcat配置心得及相关资料
    微笑服务 优质保证 索取样品