翻譯者:許裕永 ( 原文複製於 Oracle 官網 )
Exam Number: 1Z0-899
Associated Certifications: Oracle Certified Expert Java Platform, Java EE 6 Web Component Developer
Exam Price: US$ 245
More on exam pricing
Click Here to Register: Register
測驗編號: lZ0-899
關聯認證: Oracle Certified Expert Java Platform, Enterprise, Java EE 6 Web Component Developer
測驗金額: US$ 245
Duration: 140 minutes
# of Questions: 57
Passing Score: 64%
時間: 140 分鐘
題數: 57
通過分數: 64%
Exam Topics
測驗主題
1.Introduction to Java Servlets
[ ] Describe web applications, CGI, and the role of Java
[ ] Describe benefits of Java servlet technology
[ ] Create a simple Java Servlet
[ ] Define three-tier architecture
[ ] Define Model-View-Controller (MVC) architecture
1.介紹 Java Servlets
[ ] 描述網路應用程式, CGI 及其在 Java 中的規則.
[ ] 描述 Java Servlet 技術的優點.
[ ] 建立一個簡單的 Java Servlet.
[ ] 解釋三層式架構
[ ] 解釋 Model-View-Controller (MVC) 架構.
2.Introduction to Java Server Pages
[ ] Describe why Servlets are not the whole solution
[ ] Describe essentials of JSPs
[ ] Understand the fundamentals and reasons for MVC architecture
2.介紹 Java Server Pages
[ ] 描述為什麼 Servlets 不是完整的解決方案.
[ ] 描述 JSPs 的必要性
[ ] 了解 MVC 的基本原則及動機.
3.Implementing an MVC Design
[ ] Code a controller using a servlet
[ ] Code a view using a JSP
[ ] Forward control from a servlet to a JSP
[ ] Understand fundamentals of EL
[ ] Implement a simple MVC system
3.執行 MVC 的設計
[ ] 使用 servlet 撰寫 controller
[ ] 使用 JSP 撰寫 view
[ ] 從 servlet 轉換到 JSP 執行
[ ] 了解 EL 的基本原理
[ ] 實作簡單的 MVC 系統
4.The servlet's environment
[ ] Understand more details of the HTTP protocol
[ ] Understand fundamentals of HTML forms
[ ] Understand fundamentals of the HttpServlet and related APIs
[ ] Write code that manages client sessions and cookies
4.Servlet 的環境
[ ] 了解更多 HTTP 協定的細節
[ ] 了解 HTML 的表單的基本原理
[ ] 了解 HttpServlet 的基本原理及其相關的 APIs
[ ] 撰寫程式碼來管理用戶端的 sessions 及 cookies
5.Container facilities for servlets and JSPs
[ ] Understand the purpose and structure of deployment descriptors
[ ] Control context root and servlet mapping
[ ] Create and use context and init parameters
[ ] Use annotations to configure servlets
5.容器對於 servlets 及 JSPs 的功能
[ ] 了解部署描述檔的用途及架構
[ ] 管 context root 及 servlet mapping
[ ] 建立及使用 context 及其 init parameters
[ ] 使用標籤配置 servlets
6.More view facilities
[ ] Understand the four data scopes
[ ] Understand and use EL dot and array access operators with Java Beans, arrays, and collections
[ ] Understand and use EL implicit objects
[ ] Create and use arithmetic expressions in EL
[ ] Identify the need for iteration and selection in the view, and use JSTL tags to address those needs
6.更多 view 的功能
[ ] 了解四個 data scopes
[ ] 了解及使用 EL 的 ' .' 及 '[]' 運算符號來取得 Java Beans, arrays 及 collections
[ ] 了解及使用 EL 的隱含物件
[ ] 以 EL 建立及使用筧術運算式
[ ] 確認在 view 中有重複及選擇的需求, 並使用 JSTL 標籤來滿足這些需求
7.Developing JSP pages
[ ] Understand the origins, benefits, and weaknesses of JSPs
[ ] Describe JSP technology, the conversion of JSPs to servlets, and the lifecycle of JSPs
[ ] Understand JSP scripting elements, declarations and directives
[ ] Use JSP implicit variables
[ ] Understand and use jsp: tags
7.開發 JSP pages
[ ] 了解 JSPs 的起源, 優勢及缺點
[ ] 描述 JSP 技術, 關於 JSPs 轉換為 servlets 及 JSPs 的生命週期
[ ] 了解 JSP scripting elements, declarations 及 directives
[ ] 使用 JSP 的隱含物件
[ ] 了解及使用 jsp:tags
8.Developing JSP pages using custom tags
[ ] Relate the JSTL to common job roles in web application development and understand the use of tags in JSP development
[ ] Recognize correct syntax for tags
[ ] Configure a JSP to use tags from the JSTL
[ ] Write JSP code using several standard tags
[ ] List capabilities of JSTL tags/span>
8.開發 JSP 頁面使用自訂標籤
[ ] 敘述在網路應用程式中 JSTL 常見的工作角色以及了解那些標籤在 JSP 開發時的使用方式.
[ ] 辯識正確的標籤語法
[ ] 使用 JSTL 的標籤開發 JSP
[ ] 使用一般標籤撰寫 JSP 程式碼
[ ] 列示出 JSTL 標籤的功能
9.More Controller facilities
[ ] Understand the servlet lifecycle
[ ] Describe and use more advanced elements of the servlet APIs
[ ] Create filters and use them in web applications
9.更多 Controller 的便利性
[ ] 了解 servlet 的生命週期
[ ] 描述並使用已更進一步發展的 servlet APIs 的元素
[ ] 建立 filters 並在網路應用程式中使用它們
10.More options for the Model
[ ] Understand the roles of JDBC and JPA
[ ] Understand the many elements that make up the model
[ ] Understand fundamentals of connecting to a database using JDBC or JPA
10.Model 的更多選項
[ ] 了解 JDBC 及 JSP 的角色
[ ] 了解更多元素來建構 model
[ ] 了解使用 JDBC 或 JSP 連線至資料庫的基本原理
11.Asynchronous web applications
[ ] Understand the interactions that are essential to asynchronous web pages
[ ] Understand the role of AJAX-style client side programming
[ ] Implement asynchronous servlets using the facilities of Java EE 6
11.非同步的網路應用程式
[ ] 了解非同步的頁面基本上會產生的交互影響
[ ] 了解 AJAX- style 用戶端程式的角色
[ ] 使用 Java EE 6 的工具實作非同步的 servlets
12.Web application security
[ ] Understand the role of the container in security
[ ] Describe and implement four authentication models
[ ] Force the use of encryption between a web application and the client browser
[ ] Understand the role of JAAS in pluggable/extensible authentication for web applications
12.網路應用程式的安全
[ ] 了解容器在安全性中的角色
[ ] 描述及實作四個認證模型
[ ] 強迫在網路應用程式及使用者端瀏覽器之間使用加密
[ ] 了解網路應用程式中 JAAS 在 pluggable/extensible 中的角色
沒有留言:
張貼留言