
|
Package Description
The Web Component Developer Fast Track Training Program is designed to teach experienced developers the topics covered in Sun's core Java technology classes: Developing Applications for the Java EE Platform (FJ-310-EE5) and the Web Component Development With Servlet and JSP Technologies (SL-314-EE5). Combining what would normally take ten days (two weeks) to complete, this five-day, ten hour-per-day training event is designed to immerse an experienced developer in designing, developing, and deploying web applications from JSP page and servlet technologies. Additionally, this program covers the topics found on the Sun Certified Web Component Developer for the Java Platform, Enterprise Edition 5 exam, which can help students prepare for the exam. Students will receive a voucher ($200 value) to take the exam. Finally, to complement the Fast Track Program, each attendee will also receive a subscription to the web versions of the Developing Applications for the Java EE Platform (WJB-310-EE5) and the Web Component Development With Servlet and JSP Technologies (WJB-314-EE5) courses so that you can continue to review and practice long after the formal training program has ended.
Package Skills Gained
This course includes the following components :
- Developing Applications for the Java EE Platform and Web Component Development with Servlet and JSP Technologies (DTJ-FT-310)
- Developing Applications for the Java EE Platform (WJB-310-EE5) Web Com
Package Components
Java Web Component Developer Fast Track (DTJ-FT-310)
This course is designed to teach experienced developers the topics covered in Sun's core Java technology classes: Developing Applications for the Java EE Platform (FJ-310-EE5) and the Web Component Development With Servlet and JSP Technologies (SL-314-EE5)
Languages
English
Back to top
Who Can Benefit
Programmers and developers
Back to top
Prerequisites
SL-110 course
Back to top
Skills Gained
Upon completion of this course, students should be able to:
- Describe the application model for the Java EE platform and the context for the model
- Develop and run an Enterprise JavaBeans (EJB) technology application
- Develop a web-based user interface to an EJB technology application
- Develop simple web services for the Java EE platform
- Configure the Java EE platform services layer
- Write servlets using the Java programming language (Java servlets)
- Create robust web applications using Struts, session management, filters, and database integration
- Write JavaServer Pages (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
Back to top
Course Content
Module 1 - Course Components
Developing Applications for the Java EE Platform (FJ-310-EE5)
The Developing Applications for the Java EE Platform course provides students with the knowledge to build and deploy enterprise applications that comply with Java Platform, Enterprise Edition 5 (Java EE 5) technology standards. The enterprise components presented in this course include Enterprise JavaBeans (EJB) technology, the Java Persistence API (JPA), servlets, and JavaServer Pages (JSP) technology, web services, and the Java technology clients that use them. Students gain hands-on experience through labs that build an end-to-end, distributed business application. The labs explore session EJB components, which implement the Session Facade pattern and provide a front-end to entity components using the Java persistence API. The labs also explore message-driven EJB components, which act as Java Message Service (JMS) consumers. Students use web and Java technology clients to access Java technology-based enterprise services using servlets and pages created with JSP technology. Students are taught how to assemble an application from reusable components and how to deploy an application into the Java EE platform runtime environment. The students perform the course lab exercises using the NetBeans Integrated Development Environment (IDE) 5.5.
Back to top
Developing Applications for the Java EE Platform (WJB-310-EE5)
The Developing Applications for the Java EE Platform course provides students with the knowledge to build and deploy enterprise applications that comply with the Java Platform, Enterprise Edition 5 technology standards. The enterprise components presented in this course include Enterprise JavaBeans (EJB) technology,the Java persistence API (JPA), servlets, and JavaServer Pages (JSP) technology, web services, and the Java technology clients that use them. Students gain hands-on experience through labs that build an end-to-end, distributed business application. The labs explore session EJB components, which implement the Session Facade pattern and provide a front-end to entity components using the Java persistence API. The labs also explore message-driven EJB components, which act as Java Message Service (JMS) consumers. Students use web and Java technology clients to access Java technology-based enterprise services using servlets and pages created with JSP technology (JSP pages). Students are taught how to assemble an application from reusable components and how to deploy an application into the Java EE platform runtime environment. The students perform the course lab exercises using the NetBeans 5.5 Integrated Development Environment (IDE).
Course Length
18 hours
Languages
English
Back to top
Who Can Benefit
Students who can benefit from this course are Sun Certified Java technology programmers who want to develop enterprise applications that conform to the Java EE platform standards.
Back to top
Prerequisites
To succeed fully in this course, students should be:
- Experienced with the Java programming language
- Familiar with distributed programming (multi-tier architecture)
- Familiar with relational database theory and the basics of structured query language (SQL)
- Familiar with component technology
Back to top
Skills Gained
Upon completion of this course, students should be able to:
- Describe the application model for the Java EE platform and the context for the model
- Develop and run an EJB technology application
- Develop a web-based user interface to an EJB technology application
- Develop simple web services for the Java EE platform
- Configure the Java EE platform services layer
Back to top
Related Courses
Before:
-
Web-based
-
Web Learning
-
WEB_OL
-
WJB
-
Java Programming Language Bundle (WJB-275)
Back to top
Course Content
Module 1 - Placing the Java EE Model in Context
- Describe the needs of enterprise applications and describe how Java EE 5 technology addresses these needs
- Describe the Java EE 5 platform application programming interfaces (APIs) and supporting services
- Describe the Java EE platform tiers and architectures
- Describe how to simplify Java EE application development using architecture patterns
Module 2 - Java EE Component Model and Development Steps
- Describe the principles of a component-based development model
- Describe the asynchronous communication model
- Describe the process used and roles involved when developing and executing a Java EE application
- Compare the different methods and tools available for developing a Java EE application and related components
- Describe how to configure and package Java EE applications
Module 3 - Web Component Model
- Describe the role of web components in a Java EE application
- Define the HTTP request-response model
- Compare Java servlets and components and JSP components
- Describe the basic session management strategies
- Manage thread safety issues in web components
- Describe the purpose of web-tier design patterns
Module 4 - Developing Servlets
- Describe the servlet API
- Use the request and response APIs
- Forward control and pass data
- Use the session management API
Module 5 - Developing With JavaServer Pages Technology
- Evaluate the role of JSP technology as a presentation mechanism
- Author JSP pages
- Process data received from servlets in a JSP page
- Describe the use of tag libraries
Module 6 - EJB Component Model
- Describe the role of EJB components in a Java EE application
- Describe the EJB component model
- Identify the proper terminology to use when discussing EJB components and their elements
Module 7 - Implementing EJB 3.0 Session Beans
- Compare stateless and stateful behavior
- Describe the operational characteristics of a stateless session bean
- Describe the operational characteristics of a stateful session bean
- Create session beans
- Package and deploy session beans
- Create a session bean client
Module 8 - The Java Persistence API
- Describe the role of the Java Persistence API (JPA) in a Java EE application
- Describe the basics of Object Relational Mapping
- Describe the elements and environment of an Entity component
- Describe the life cycle and operational characteristics of Entity components
Module 9 - Implementing a Transaction Policy
- Describe transaction semantics
- Compare programmatic and declarative transaction scoping
- Use the Java Transaction API (JTA) to scope transactions programmatically
- Implement a container-managed transaction policy
- Support optimistic locking with the versioning of entity components
- Predict the effect of transaction scope on application performance
- Describe the effect of exceptions on transaction state
Module 10 - Developing Java EE Applications Using Messaging
- Describe JMS technology
- Create a queue message producer
- Create a synchronous message consumer
- Create an asynchronous message consumer
- List the capabilities and limitations of EJB components as messaging clients
Module 11 - Developing Message-Driven Beans
- Describe the properties and life cycle of message-driven beans
- Create a JMS message-driven bean
- Create life-cycle event handlers for a JMS message-driven bean
Module 12 - Web Service Model
- Describe the role of web services
- List the specifications used to make web services platform independent
- Describe the Java APIs used for XML processing and web services
Module 13 - Implementing Java EE Web Services with JAX-WS
- Describe endpoints supported by the Java EE 5 platform
- Describe the requirements of JAX-WS Servlet Endpoints
- Describe the requirements of JAX-WS EJB Endpoints
- Develop Web Service Clients
Module 14 - Implementing a Security Policy
- Exploit container-managed security
- Define user roles and responsibilities
- Create a role-based security policy
- Use the security API
- Configure authentication in the web tier
Back to top
Web Component Development With Servlet and JSP Technologies (WJB-314-EE5)
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 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 students perform the lab exercises using the NetBeans Integrated Development Environment (IDE). 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.
Languages
English
Back to top
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.
Back to top
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
Back to top
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
Back to top
Related Courses
Before:
Back to top
Course Content
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
- 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 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 a 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
Back to top
Sun Certified Web Component Developer for the Java Platform, Enterprise Edition 5 (CX-310-083)
The Sun Certified Web Component Developer for the Java Platform, Enterprise Edition 5 certification exam is for Sun Certified Programmers (any edition) who are using the Java technology servlet and JavaServer Pages (JSP) application program interface (APIs) to develop web applications. Prior to beginning the Sun Certified Web Component Developer program, you must be a Sun Certified Programmer for the Java platform (any edition).
Languages
English
Back to top
Browse Other Course Topic Areas
|
Prepare for Certification in 5 Days
Take the Fast Track to certification and get a free Sun Jacket.
Get a Free Apple iPod touch
With your purchase of a Sun CD-ROM Library
|