| 
|  |  | Retail Price: | $699 |  | Course Code: | WSAD5C1 |  | Course Length (hours): | 24 |  | Time Allowed:  | 6 months |  | Units:  | 
12 | 
 
 
 
 
 | 
Introduction to WebSphere Studio 5Print Course Information 
TLCC's Introduction to WebSphere Studio 5 course will teach any programmer or developer with basic Java skills how to use WebSphere Studio.  This introductory distance learning course will train any developer with a basic knowledge of Java to use WebSphere Studio to create, test, and debug Java applications, web pages, servlets and JavaServer Pages.  This course will help you make the jump into WebSphere and is ideal for just about everyone who wants to advance their career and get certified as an "IBM Certified Associate Developer."
 Simply download TLCC's WebSphere course onto your home or office computer (or both!), then complete it any time, anywhere.  It's quick and easy and incredibly cost-effective!
 
 
Installed as a plug-in to WebSphere Studio, Introduction to WebSphere Studio 5 is completely integrated with WebSphere Studio.  You view the lessons in WebSphere Studio and then use WebSphere Studio to do the many live demonstrations and activities included in the course.  Below is a screen shot of a lesson from the course.  The course outline is on the left and the actual lesson is on the right.  The course outline can be toggled on or off to show more of the lesson.Learn how to develop J2EE applications using WebSphere Studio 5Use WebSphere Studio 5 to develop, test, and debug Java applicationsUnderstand the J2EE multi-tier application model and the Model-View-Controller design patternCreate and test WebSphere Servlets and JavaServer PagesCreate and test web pagesAnd much, much more! 
 
 
 This course has been certified by IBM as a plug-in to WebSphere Studio 5.
  
 After completing this course and gaining some experience with WebSphere Studio you should be prepared to take the certification exam to become a IBM Certified Associate Developer on WebSphere Studio, V5. Read more about getting certified as a WebSphere developer in WebSphere Power Magazine. Experienced developers with a basic understanding of the Java programming language.
The system requirements for this course are: 
WebSphere Studio 5 Please note that this course will NOT work with IBM's Rational Developer 6 software, however, TLCC does offer courses for Rational Developer 6.
A current web browserAccess to the Internet 
 Course Details Course Code: 	WSAD5C1Course Title: 	Introduction to WebSphere 5 for Domino Developers
Units: 	12
Duration: 	3 classroom equivalent days
Discussion Access: 	4 months1 1. Up to 12 months access when purchased as part of a Curriculum Package. Summary Description TLCC's Introduction to WebSphere Studio 5 course will teach any programmer or developer with basic Java skills how to use WebSphere Studio.  This introductory distance learning course will train any developer with a basic knowledge of Java to use WebSphere Studio to create, test, and debug Java applications, web pages, servlets and JavaServer Pages.  This course will help you make the jump into WebSphere and is ideal for just about everyone who wants to advance their career and get certified as an "IBM Certified Associate Developer."Simply download TLCC's WebSphere course onto your home or office computer (or both!), then complete it any time, anywhere.  It's quick and easy and incredibly cost-effective! 
Installed as a plug-in to WebSphere Studio, Introduction to WebSphere Studio 5 is completely integrated with WebSphere Studio.  You view the lessons in WebSphere Studio and then use WebSphere Studio to do the many live demonstrations and activities included in the course.  Instructor help is a click away via a web browser.
After completing this course and gaining some experience with WebSphere Studio you should be prepared to take the certification exam to become a IBM Certified Associate Developer on WebSphere Studio, V5.Learn how to develop J2EE applications using WebSphere Studio 5Use WebSphere Studio 5 to develop, test, and debug Java applicationsUnderstand the J2EE multi-tier application model and the Model-View-Controller design patternCreate and test WebSphere Servlets and JavaServer PagesCreate and test web pagesAnd much, much more! Audience and Prerequisites Experienced developers with a basic understanding of the Java programming language.  System Requirements
 The system requirements for this course are: 
WebSphere Studio 5A current web browserAccess to the Internet Course Modules Module 1 - Introduction to WebSphere StudioIn this module, you learn about WebSphere Studio and how to use this integrated development environment to develop, test and debug Java and Web based applications.  Learn to use the different WebSphere Studio perspectives to support role-based development.  Use the wizards to create projects, packages, classes and web pages.  Learn how to use WebSphere Studio's editors to open, modify and save changes to project resources like web pages and Java class files.  Use the Java Code Debugger to test and debug Java code and use the built-in WebSphere test server to test a Java servlet. 
Learn about WSAD's integrated development environmentInstall and start WSADUse WSAD's on-line help resourcesLearn how to import and export  projects into and out of WSADIdentify the main parts of the WSAD workbench, views and editor areasUnderstand how Java code and other application resources are organized into a WSAD projectIdentify the different types of WSAD projectsLearn how the different WSAD perspectives support role-based developmentIdentify and learn how to use the different WSAD perspectivesUse the Web perspective to create and maintain web sitesUse the Page Designer editor to create and edit web pagesLearn how to use, resize and relocate WSAD viewsLearn how to use WSAD editors to open, modify and save changes to project resourcesLearn how to associate a file type with an external editorUse WSAD wizards to create a project, package and classAccess and change Java Build Path settingsUse the refactoring tool to move and rename Java class filesLearn about and use the development tools which are available in the Java perspectiveUse the Java Browsing perspectiveLearn how to use and set preferences for the Java editorUse the WSAD content assist and quick fix features to speed code development and reduce code entry errorsLocate and resolve compile-time errorsLearn how to preview and test web pages and Java applicationsUse the Java Code Debugger to test and debug Java codeUse the built-in WebSphere test server to test a Java servlet Module 2 - Introduction to Programming in J2EEWhat is J2EE?  This module provides definitions and descriptions for the J2EE architecture, application model and application platform.  The components of the J2EE architecture are listed and described.  The Model, View, Controller (MVC) design architecture is defined and demonstrated. 
Learn about the J2EE multi-tier application modelLearn the components in the J2EE architectureUnderstand the compliance requirements for a J2EE application platformLearn how to use WSAD to create a J2EE Enterprise Application projectLearn how to use WSAD to create Servlet, JSP and EJB componentsLearn the Model, View, Controller (MVC) application design patternUnderstand how the MVC application design pattern maps to the J2EE multi-tier application modelExplore the MVC design pattern in an example application Module 3 - Introduction to Java Servlet ArchitectureJava servlets are a primary component in the J2EE architecture.  They provide the developer with a server-side programming environment which can be used to respond to requests, access data and process results.  In this lesson you will learn what a servlet is, how to create a servlet and how to interact with a web browser to receive requests and send responses.  Learn how to debug a servlet using WebSphere Studio's debugging tools. 
Learn what servlets are and where they fit in MVC designUnderstand the servlet execution modelImplement the primary methods of the HttpServlet classLearn how to initialize servletsUse the web.xml configuration file to configure a servletProgram a servlet to send an HTML page to a browserProgram a servlet to create an XML responseProgram a servlet to add a cookie to a browserLearn to read the values from input fields on a formProgram a servlet to access CGI variablesProgram a servlet to read cookiesDebug a servlet using WSAD Module 4 - Introduction to JavaServer PagesIn this module, you learn about JavaServer Pages and when to use them.  Learn about the different JSP coding elements including directive elements, action elements, declaration elements, expression elements and scriptlets.  Learn how to leverage the presentation strengths of JSPs in an MVC design.  Learn how to forward a request from a servlet to a JSP using the RequestDispatcher interface.  Discover the differences between versions 1.1 and 1.2 of the JavaServer Page specification and how to create a JSP for either version.  Use the WebSphere Studio debugging tools to debug the Java code on a JSP. 
Learn what JavaServer Pages (JSPs) are and where they fit in MVC designUnderstand how JSPs are executedLearn when to use a JSPLearn how to submit a form to a JSP for processingUse template text in a JSPCreate a JSP using the WSAD wizardAdd HTML and Java hidden comments to a JSPUse JSP Directive elements to import Java packages and include external filesUse JSP Action elements to include a JavaBean and to set and get properties of the beanUse Declaration elements to declare Java variablesUse Expression elements to create Java expressionsLearn how to create a Java scriptlet on a JSP pageLearn how to use Implied objects on a JSP to get access to input field variables on a formLearn how to leverage the presentation strengths of JSPs in an MVC designLearn when to use a JSP instead of a servlet and when to use them togetherLearn how to forward a request from a servlet to a JSP using the RequestDispatcher interfaceLearn the differences between version 1.1 and 1.2 of the JavaServer Page specificationsDebug a JSP using WSAD Module 6 - Additional Exam TopicsThis module covers topics you may find on the 285 exam (Developing with IBM WebSphere Studio, V5.0).  Passing this exam will enable you to become certified as a IBM Certified Associate Developer on WebSphere Studio, V5.  If you are not studying for this exam you can skip this module. |