Autorizácie

  • Oracle
  • ForgeRock
  • symantec
  • gurulabs
Newsletter

Chcete dostávať od nás najnovšie informácie? Pošlite nám svoj email.


Web Component Development with Servlet and JSP Technologies (CDJ-314A)

ID kurzu : CDJ-314A Trvanie kurzu : dni

JavaServer Pages (JSP) and servlets arethe key web tier technologies defined in the Java2 Platform, Enterprise Edition (J2EE platform).The Web Component Development With Servlet and JSPTechnologies course provides experienced Java developersa way to obtain the knowledge and skills necessary toquickly build web applications from JSP and servlettechnologies using the Tomcat web container andthe Struts framework.Students are exposed tothe current methods for analyzing, designing, developing,and deploying web applications with Java technologies.Real-world lab exercises provide students with experiencein constructing and deploying the small- to medium-scaleweb applications found in intranet and low-volumecommercial sites.This course also is an ideal method for preparingfor the revised Sun Certified Web Component Developer(SCWCD) for J2EE 1.4 certification examination. However,an SCWCD candidate should also spend six months buildingreal-world web applications using the JSP and servlettechnologies before taking the exam.THIS COURSE REPLACESN/A



Vyberte dátum

ID kurzu :
CDJ-314A

Cena
Na požiadanie

Trvanie kurzu
dni

Objednať

Who Can Benefit

Java programming language developers, with skillsequivalent to a Sun Certified Developer for JavaPlatform, who are creating web components (such asservlets and custom tags) used in the assembly andgeneration of dynamic web content. This is not a coursefor web page designers using Hypertext Markup Language(HTML), JavaScript technology, or other webpresentation technologies.

Prerequisites

  • Write Java applications, demonstrating significantprogramming ability
  • Integrate existing Java code (for example, reuse existingclasses created by other team members)
  • Design Java applications
  • Functionally describe the benefits of an n-tierarchitecture
  • Write a web page using HTML
  • Use a World Wide Web (WWW) browser such as NetscapeNavigator
:

Skills Gained

Upon completion of this course, students will be able to:

  • Write Java servlets
  • Create robust web applications using Struts, session management, filters, and database integration
  • Write JSP pages
  • Create easy to maintain JSP pages using the Expression Language, JSP Standard Tag Library (JSTL), and the Struts Tiles framework
  • Create robust web applications that integrate Struts and JSP pages

Course Content

Module 1 - Introduction to Web Application Technologies

  • Describe Internet services
  • Describe the World Wide Web
  • Distinguish between web applications and web sites
  • Describe Java servlet technology and list threebenefits of this technology compared to traditionalCommon Gateway Interface (CGI) scripting
  • Describe JavaServer Pages technology and list threebenefits of JSP pages technology over rival templatepage technologies
  • Describe the Java 2 Platform, Enterprise Edition (J2EEplatform)

Module 2 - Developing a View Component

  • Design a view component
  • Describe the Hypertext Transfer Protocol
  • Describe the web container behavior
  • Develop a view servlet
  • Configure and deploy a servlet

Module 3 - Developing a Controller Component

  • Design a controller component
  • Create an HTML form
  • Describe how HTML form data is sent in the HypertextTransfer Protocol (HTTP) request
  • Develop a controller servlet
  • Dispatch from a controller servlet to a view servlet

Module 4 - Developing Dynamic Forms

  • Describe the servlet life cycle
  • Customize a servlet with initialization parameters
  • Explain error reporting within the web form
  • Repopulate the web form

Module 5 - Sharing Application Resources Using the Servlet Context

  • Describe the purpose and features of the servlet context
  • Develop a servlet context listener to initializea shared application resource

Module 6 - Designing the Business Tier

  • Describe the Analysis model
  • Design entity components
  • Design service components

Module 7 - Developing Web Applications Using Struts

  • Design a web application using the Struts MVC framework
  • Develop a Struts action class
  • Configure the Struts action mappings

Module 8 - Developing Web Applications Using Session Management

  • Describe the purpose of session management
  • Design a web application that uses session management
  • Develop servlets using session management
  • Describe the cookies implementation of session management
  • Describe the Uniform Resource Locator (URL)-rewritingimplementation of session management

Module 9 - Using Filters in Web Applications

  • Describe the web container request cycle
  • Describe the Filter API
  • Develop a filter class
  • Configure a filter in the web.xml file

Module 10 - Integrating Web Applications With Databases

  • Understand what a database management system (DBMS) does
  • Design a web application to integrate with a DBMS
  • Configure a DataSource and Java Naming and DirectoryInterface (JNDI) API

Module 11 - Developing JSP Pages

  • Describe JSP technology
  • Write JSP code using scripting elements
  • Write JSP code using the page directive
  • Write JSP code using standard tags
  • Write JSP code using the Expression Language (EL)
  • Configure the JSP environment in the web.xml file

Module 12 - Developing JSP Pages Using Custom Tags

  • Understand the job roles involved in web applicationdevelopment
  • Understand the rationale in using custom tags
  • Develop a JSP page using an existing custom tag library

Module 13 - Developing Web Applications Using Struts Action Forms

  • Describe the components in a Struts application
  • Develop an ActionForm class
  • Develop a JSP page for a View form
  • Configure the View forms

Module 14 - Building Reusable Web Presentation Components

  • Describe how to build web page layouts from reusablepresentation components
  • Include JSP segments
  • Develop layouts using the Struts Tiles framework