Sunday, March 04, 2007

JAVA 認證心得 -- SCWCD 1.4 (5)

  • Form Based Authentication

Username -> j_username

Password -> j_password

##CONTINUE##

  • jsp:useBean id=”name” scope=”page|request|session|application”

beandetail are :

type=”typeName”

class =”className”

class =”className” type=”typeName”

beanName=”beanName” type=”typeName”

  • The session management implementation in the servlet API revolves around the HttpSession interface
  • attribute

    name

    required

    rtexprvalue

    type

  • security-constraint

    web-resource-collection

    web-resource-name

    url-pattern

    http-method

    /web-resource-collection

    auth-constraint

    role-name

    /auth-constraint

    login-config

    auth-method

    realm-name

    /login-config

  • The setHeader() method of the HttpServletResponse interface is used to set headers of an Http response

  • jsp:declaration
  • SingleThreadModel

Read more!

No comments: