Canada IT Courses
ExitCertified US




ExitCertified - Excellence in IT Certified Education
 
IT education classes
IT training feature sheet
 
   
 
start > courses and registration > training feature sheet
Web Component Development with Servlet and JSP Technologies :: [SL-314-EE5]
 
 
 
 
sun microsystems certified training   this course works with savings passes
 



code. SL-314-EE5   length. 5 days
type. Instructor-Led   partner. Sun Microsystems
price.
$3,000 :: $2,550 GSA GOV.
 
 
JavaServer Pages (JSP page) technology and servlets are the key web-tier technologies defined in the Java Platform, Enterprise Edition (Java EE platform). The Web Component Development With Servlet and JSP Technologies course provides experienced developers of Java technology applications the knowledge and skills to quickly build web applications from JSP page and servlet technologies using the Sun Java System Application Server, and the Apache Struts framework. Students are exposed to the current methods for analyzing, designing, developing,and deploying web applications with Java technologies. Lab exercises provide students with experience in constructing and deploying the small-to-medium scale web applications found in intranet and low-volume commercial sites. The course features the Java EE 5 technology, and uses the Java EE 5 SDK. The students perform the lab exercises using the NetBeans Integrated Development Environment (IDE) 5.5. This course is also an ideal method of preparing for the revised Sun Certified Web Component Developer (SCWCD) for Java EE 5 certification examination. However, an SCWCD candidate should also spend six months building web applications using the JSP page and servlet technologies before taking the exam.
 
course schedule  
 
Sacramento, CA mar.9.2009 - mar.13.2009 register register
San Francisco, CA jan.5.2009 - jan.9.2009 register register
Phoenix, AZ dec.1.2008 - dec.5.2008 register register
Phoenix, AZ mar.16.2009 - mar.20.2009 register register
     
Arlington, VA feb.2.2009 - feb.6.2009 register register
Atlanta, GA dec.1.2008 - dec.5.2008 register register
Atlanta, GA jan.26.2009 - jan.30.2009 register register
Atlanta, GA mar.30.2009 - apr.3.2009 register register
Baltimore, MD dec.8.2008 - dec.12.2008 register register
Baltimore, MD mar.2.2009 - mar.6.2009 register register
Broomfield, CO dec.15.2008 - dec.19.2008 register register
Cary, NC mar.23.2009 - mar.27.2009 register register
Columbus, OH jan.19.2009 - jan.23.2009 register register
Dallas, TX dec.8.2008 - dec.12.2008 register register
Dallas, TX jan.12.2009 - jan.16.2009 register register
Dallas, TX mar.2.2009 - mar.6.2009 register register
Downers Grove, IL dec.1.2008 - dec.5.2008 register register
Edison, NJ dec.1.2008 - dec.5.2008 register register
Edison, NJ jan.5.2009 - jan.9.2009 register register
Edison, NJ mar.2.2009 - mar.6.2009 register register
Ft Lauderdale, FL mar.16.2009 - mar.20.2009 register register
Hampton, VA feb.9.2009 - feb.13.2009 register register
Houston, TX dec.15.2008 - dec.19.2008 register register
Houston, TX jan.26.2009 - jan.30.2009 register register
Houston, TX mar.16.2009 - mar.20.2009 register register
Madison, WI jan.5.2009 - jan.9.2009 register register
Madison, WI mar.23.2009 - mar.27.2009 register register
New York, NY feb.2.2009 - feb.6.2009 register register
Philadelphia, PA dec.15.2008 - dec.19.2008 register register
San Diego, CA feb.2.2009 - feb.6.2009 register register
Seattle, WA feb.23.2009 - feb.27.2009 register register
Tampa, FL dec.1.2008 - dec.5.2008 register register
Tampa, FL feb.2.2009 - feb.6.2009 register register
Tampa, FL mar.23.2009 - mar.27.2009 register register
   
Request another training Date Request onsite training
 
who can benefit
 
 
Developers with skills equivalent to that of a Sun Certified Java Developer, who are creating web components (such as servlets and custom tags), can benefit. This is not a course for web page designers using Hypertext Markup Language (HTML), JavaScript technology, or other web presentation technologies.
 
prerequisites
 
 
To succeed fully in this course, students should be able to:

Write Java technology applications, demonstrating significant programming ability
Integrate existing Java code (for example, reuse existing classes created by other team members)
Design Java technology applications
Functionally describe the benefits of an n-tier architecture
Write a web page using HTML


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

Write servlets using the Java programming language (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


 
related courses, exams and materials
 
 


  before related training and products


  after related training and products


 
course content details  
 


  Module 1 - Introduction to Web Application Technologies

Describe web applications
Describe Java Platform, Enterprise Edition 5 (Java EE 5)
Describe Java servlet technology
Describe JavaServer Pages technology
Define three-tier architecture
Define Model-View-Controller (MVC) architecture




  Module 2 - Developing a View Component

Design a view component
Describe the Hypertext Transfer Protocol
Describe the web container behavior
Develop a simple HTTP 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 an 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
Repopulating 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 initialize a shared application resource




  Module 6 - Designing the Business Tier

Describe the Analysis model
Design entity components
Design service components




  Module 7 - Developing a Web Application 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 URL-rewriting implementation 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

Map sample data structure into database entities
Design a web application to integrate with a DBMS
Configuring a DataSource and Java Naming and Directory Interface (JNDI) API




  Module 11 - Developing JSP Pages

Describe JSP page 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 page environment in the web.xml file




  Module 12 - Developing JSP Pages Using Custom Tags

Describe the Java EE job roles involved in web application development
Design a web application using custom tags
Use JSTL tags in a JSP page




  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 reusable presentation components
Include JSP segments
Develop layouts using the Struts Tiles framework





 
Organize your IT training.  Contact an expert training consultant to put together the best training package for your organization.

Save on Sun Microsystems Training



find a course
 
phone us
 
view course schedule





Advanced training to the point.  Contact an expert training consultant to put together the best training package for your organization

 
go to top
Sun Microsystems, Veritas, Oracle, Symantec, and Project Management IT Education Sun Microsystems, Veritas, Oracle, Symantec, and Project Management IT Education
© 2008 ExitCertified. All rights reserved.
terms of use and disclaimer :: privacy policy :: webmaster :: link to us
   
Sacramento Training :: 916.669.3970 | Las Vegas Training :: 1.800.803.EXIT (3948) | San Francisco Training :: 415.975.3948 | San Jose Training :: 408.288.EXIT (3948)
Phoenix, Arizona Training | Los Angeles, California Training | San Diego, California Training | Broomfield, Colorado Training | Fort Lauderdale, Florida Training
Tampa, Florida Training | Atlanta, Georgia | Downers Grove, Illinois | Kansas City, Kansas Training | Portland, Maine Training | Baltimore, Maryland Training | Burlington, Massachusetts Training
Troy, Detroit, Michigan Training | Minneapolis, Minesota Training | St. Louis, Missouri Training | Omaha, Nebraska Training | Edison, New Jersey Training | New York City, New York Training
Raleigh, North Carolina Training | Columbus, Ohio Training | Philadelphia, Pennsylvania Training | Nashville, Tennessee Training | Dallas, Texas Training
Houston, Texas Training | Hampton, Virginia Training | Madison, Wisconsin Training | Seattle, Washington Training

ExitCertified is a global provider of authorized technology training. Some of our popular course topic searches include:

Java Training | J2EE Training | JSP Training | Java Courses | Servlets Training | EJB Training | Struts Training | Networking Courses | Solaris Training
Red Hat Training | SUSE Training | XML Training | Oracle SQL | Oracle PL/SQL | DBA Training | DBA Certification | Oracle Certification
RedHat Training | Solaris Certification | Java Certification | Veritas Certification | PeopleSoft Training | 11g Training | 11g Certification
RedHat Courses | SQL Training | 10g Training | 9i Training | Application Development Training | Certified Training | Corporate Training
Government Training | Course Catalogue | Training Schedule | Certification Training | Project Management Training | Linux Training
Solaris 10 Training | Unix Training | NetBackup Training | Virus Protection Courses | Education Technology Newsletter | zSeries Training
s/390 Training | iSeries Training | DB2 Training | OS/400 Training | AIX Training | Rational Courses | PMI Training | Project Management Training
SeeBeyond Training | Java Composite Application Platform (JCAPS) Training | MySQL Training | MySQL Database Course | Hyperion Training | Fusion Middleware