Wednesday, June 30, 2010

Review on JSP - Java Server Page (2)

Tiếp tục là phần ôn tập cho các bài sau:
M6 - Security web application
       1. Security mechanism
       2. HTTPS Client authentication. 
       3. Login Config element
       4. Declarative security
       5. HTTP Servlet method

M7 - Introduction to JSP (Giới thiệu về JSP)
       1. JSP Basi: overview of JSP
       2. JSP Lyfe Cycle: Translation, compilation, execution. 
       3. Elements of a JSP Page: expression, script let, declaration, comment, directive.
       4. Directive: page, include, taglib

M8 - JSP Implicit Object (Các đối tượng ẩn trong JSP - đối tượng được khai báo sẵn)
       1. JSP Implicit Obj: input and output, scope communication, servlet obj, Error obj.
       2. Input and output: request, response, out.
       3. Scope communication obj: session, application, pageComtext objs.
       4. Servlet Object: Page, Config objs
       5. Error Object: exception obj

M9 - Standard Action and JavaBean
       1. Standard action
       2. Java Bean
       3. Standard action in java Bean
       4. Java Bean and Scriptlet: how to use Bean in jsp tag and scriptlet.

M10- JSP Expression Language
       1. Expression Language (EL)
       2. EL implicit Object: PageContext, ServletContext, session, request.
       3. EL Operators: những toán tử mà EL hỗ trợ.
       4. Function using EL: Khai báo tag library description để sử dụng static method.
       5. Coercion: chuyển kiểu trong EL

Chúc các em ôn tập tốt.

No comments:

Post a Comment