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
Object-Oriented Analysis and Design Using UML :: [OO-226]
 
 
 
 
sun microsystems certified training   this course works with savings passes
 
code. OO-226   length. 5 days
type. Instructor-Led   partner. Sun Microsystems
price.
$2,500 :: $2,125 GSA GOV. $1,375 US with JavaPass
 
 
The Object-Oriented Analysis and Design Using UML course effectively combines instruction on the software development processes, object-oriented technologies, and the Unified Modeling Language (UML). This instructor-led course uses lecture, group discussion, and facilitator-led activities (such as analyzing stakeholder interviews) to present one practical, complete, object-oriented analysis and design (OOAD) roadmap from requirements gathering to system deployment.

Students are provided a pragmatic approach to object-oriented (OO) software development using a widely adapoted methodology (the Unified Process), the latest UML specification (version 1.4), and OO technologies, such as the Java(TM) programming language. This course progresses through: a primer on OO technology and software development methodologies, requirements gathering and analysis (including interviewing stakeholders), system architecture and design, implementation, testing, and deployment. The classroom lectures expose students to other proven OOAD practices, such as class-responsibility- colaboration (CRC) analysis (used to discover the Domain entities) and Robustness analysis (used to move from analysis to design).
 
course schedule  
 
Sacramento, CA mar.16.2009 - mar.20.2009 register register
San Francisco, CA jan.12.2009 - jan.16.2009 register register
San Jose, CA dec.15.2008 - dec.19.2008 register register
San Jose, CA mar.9.2009 - mar.13.2009 register register
Phoenix, AZ mar.23.2009 - mar.27.2009 register register
     
Arlington, VA dec.1.2008 - dec.5.2008 register register
Arlington, VA mar.2.2009 - mar.6.2009 register register
Atlanta, GA feb.23.2009 - feb.27.2009 register register
Baltimore, MD jan.12.2009 - jan.16.2009 register register
Broomfield, CO dec.15.2008 - dec.19.2008 register register
Broomfield, CO feb.9.2009 - feb.13.2009 register register
Broomfield, CO apr.6.2009 - apr.10.2009 register register
Burlington, MA dec.8.2008 - dec.12.2008 register register
Columbus, OH mar.23.2009 - mar.27.2009 register register
Dallas, TX jan.5.2009 - jan.9.2009 register register
Dallas, TX mar.30.2009 - apr.3.2009 register register
Edison, NJ feb.23.2009 - feb.27.2009 register register
Houston, TX dec.1.2008 - dec.5.2008 register register
Houston, TX mar.30.2009 - apr.3.2009 register register
New York, NY dec.1.2008 - dec.5.2008 register register
New York, NY mar.16.2009 - mar.20.2009 register register
Philadelphia, PA mar.2.2009 - mar.6.2009 register register
San Diego, CA dec.8.2008 - dec.12.2008 register register
San Diego, CA mar.9.2009 - mar.13.2009 register register
Tampa, FL feb.23.2009 - feb.27.2009 register register
   
Request another training Date Request onsite training
 
who can benefit
 
 
Students who can benefit from this course are system architects, software engineers, systems analysts, and designers responsible for the conception and creation of object-oriented software applications.
 
prerequisites
 
 
To succeed fully in this course, students should be able to:

Understand object-oriented concepts and methodology
Demonstrate a general understanding of programming, preferably using the Java programming language
Understand the fundamentals of the systems development process


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

Describe the object-oriented software development process, including object-oriented methodologies and workflows.
Gather system requirements through interviews with stakeholders.
Analyze system requirements to determine the use cases and domain model of the problem domain (the Requirements model).
Create a system architecture (the Architecture model) supporting the nonfunctional requirements (NFRs) and development constraints.
Create a system design (the Solution model) supporting the functional requirements (FRs).


 
related courses, exams and materials
 
 


 
course content details  
 


  Module 1 - Introducing the Software Development Process

Describe the Object-Oriented Software Development (OOSD) process
Describe how modeling supports the OOSD process
Explain the purpose, activities, and artifacts of the following OOSD workflows: Requirements Gathering, Requirements Analysis, Architecture, Design, Implementation, Testing, and Deployment




  Module 2 - Examining Object-Oriented Technology

Describe how OO principles affect the software development process
Describe the fundamental OO principles




  Module 3 - Choosing an Object-Oriented Methodology

Explain the best practices for OOSD methodologies
Describe the features of several common methodologies
Choose a methodology that best suits your project




  Module 4 - Determining the Project Vision

Interview business owners to determine functional requirements of the software system
Analyze interview results to identify NFRs, risks, and constraints
Create a project Vision document from the results of the interviews and risk analysis




  Module 5 - Gathering the System Requirements

Plan for the process of gathering requirements
Plan for the stakeholder interviews to validate and refine the FRs and NFRs from the Vision document
Document the system in the System Requirements Specification (SRS) from all requirements sources




  Module 6 - Creating the Initial Use Case Diagram

Identify and describe the essential elements in a UML Use Case diagram
Develop a Use Case diagram for a software system based on the SRS
Record Use Case scenarios for architecturally significant Use Cases




  Module 7 - Refining the Use Case Diagram

Document a Use Case and its scenarios in a Use Case form
Recognize and document Use Case and Actor inheritance
Recognize and document Use Case dependencies
Identify the essential elements in an Activity diagram
Validate a Use Case with an Activity diagram




  Module 8 - Determining the Key Abstractions

Identify a set of candidate key abstractions
Identify the key abstractions using CRC analysis




  Module 9 - Constructing the Problem Domain Model

Identify the essential elements in a UML Class diagram
Construct a Domain model using a Class diagram
Identify the essential elements in a UML Object diagram
Validate the Domain model with one or more Object diagrams




  Module 10 - Creating the Analysis Model Using Robustness Analysis

Explain the purpose and elements of the Design model
Identify the essential elements of a UML Collaboration diagram
Create a Design model for a use case using Robustness analysis
Identify the essential elements of a UML Sequence diagram
Generate a Sequence diagram view of the Design model




  Module 11 - Introducing Fundamental Architecture Concepts

Justify the need for the architect role
Distinguish between architecture and design
Describe the SunTone Architecture Methodology




  Module 12 - Exploring the Architecture Workflow

Describe the Architecture workflow
Describe the diagrams of the key architecture views
Select the Architecture type
Create the Architecture workflow artifacts




  Module 13 - Creating the Architectural Model for the Client and Presentation Tiers

Explore user interfaces
Document a graphical user interface (GUI) application in the Client tier of the Architecture model
Document a web user interface (Web UI) application in the Presentation tier of the Architecture model




  Module 14 - Creating the Architectural Model for the Business Tier

Explore distributed object-oriented computing
Document the Business tier in the Architecture model




  Module 15 - Creating the Architectural Model for the Resource and Integration Tiers

Document the persistence mechanism in the Resource tier of the Architecture model
Document the persistence integration mechanism in the Integration tier of the Architecture model




  Module 16 - Creating the Solution Model

Create a Solution model for a GUI application
Create a Solution model for a Web UI application




  Module 17 - Refining the Domain Model

Refine the attributes of the Domain model
Refine the relationships of the Domain model
Refine the methods of the Domain model
Declare the constructors of the Domain model




  Module 18 - Applying Design Patterns to the Solution Model

Define the essential elements of a software pattern
Describe the Composite pattern
Describe the Strategy pattern
Describe the Observer pattern
Describe the Abstract Factory pattern




  Module 19 - Modeling Complex Object State Using Statechart Diagrams

Model object state
Describe techniques for programming complex object state





 
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





Give your team direction.  Authorized IT education.

 
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