ExitCertified Training Training with Java Solaris Red Hat IBM Symantec Siebel PeopleSoft Certified
 
Start Training Courses and Schedules Training Savings IT Certification Training Solutions
Training Search
Trust Your IT Training   |
Oracle University Awards ExitCertified Corporation with North American Partner of the Year.

Email Training Course

Object-Oriented Analysis and Design Using UML  (OO-226)

Format: Instructor-Led Classroom
Other Formats:
 
 

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).

 
Sun Microsystems Certified Training Course   Sun Microsystems Training Savings
 

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).

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

 
Enroll For This Class
Enroll For This Class
Sun Microsystems Training Course This course is taught by Certified Sun Microsystems instructors.

ExitCertified is the largest Sun reseller in North America.

There is a difference....learn more.
Training Class Enrollment Ask A Question About This Training
Code: OO-226
Format: Instructor-Led Classroom
Length: 5 days
Certified By: Sun Microsystems
Tuition (USD): $2,250
Browse Similar Training Classes
Related training classes
Furlough Friendly = Compressed "Furlough Friendly" Class
Sort Schedule By: 
Sacramento, CA May.10 - May.13.2010 Furlough Friendly course register
San Francisco, CA Apr.12 - Apr.16.2010 course register
San Jose, CA May.24 - May.28.2010 course register
     
Broomfield, CO Apr.19 - Apr.23.2010 course register
Ft Lauderdale, FL Apr.12 - Apr.16.2010 course register
Atlanta, GA Apr.26 - Apr.30.2010 course register
Chicago, IL Jun.14 - Jun.18.2010 course register
Burlington, MA Jun.7 - Jun.11.2010 course register
Baltimore, MD May.17 - May.21.2010 course register
St. Paul, MN May.3 - May.7.2010 course register
Cary, NC Apr.19 - Apr.23.2010 course register
Edison, NJ Apr.12 - Apr.16.2010 course register
New York, NY May.10 - May.14.2010 course register
Philadelphia, PA May.10 - May.14.2010 course register
Houston, TX Apr.26 - Apr.30.2010 course register
     
   
Request Other Course Date Request Course On-Site
 

Object-Oriented Analysis and Design Using UML  (OO-226) Content Details

 
 
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
Examining Object-Oriented Technology
  • Describe how OO principles affect the software development process
  • Describe the fundamental OO principles
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
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
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,/li>
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
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
Determining the Key Abstractions
  • Identify a set of candidate key abstractions
  • Identify the key abstractions using CRC analysis
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
 
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
Introducing Fundamental Architecture Concepts
  • Justify the need for the architect role
  • Distinguish between architecture and design
  • Describe the SunTone Architecture Methodology
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
Creating the Architectural Model for the Client and Presentation
  • 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
Creating the Architectural Model for the Business Tier
  • Explore distributed object-oriented computing
  • Document the Business tier in the Architecture model
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
Creating the Solution Model
  • Create a Solution model for a GUI application
  • Create a Solution model for a Web UI application
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
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
Modeling Complex Object State Using Statechart Diagrams
  • Model object state
  • Describe techniques for programming complex object state


  ExitCertified Training with Java Solaris Red Hat IBM Symantec Apple MySQL Siebel PeopleSoft  
  When you take a certified course with ExitCertified, you are learning from the creators of the products you use. Our commitment to your IT community, along with our authorization to deliver certified courses, ensures you receive a premium training experience.

There is a difference. Learn from the source.
 
     
Training Contacts    
     
Spotlight Centers All United States Training Centers
Sacramento Training :: 916.669.3970
San Francisco Training :: 415.975.3948
San Jose Training :: 408.288.3948
Las Vegas Training :: 1.800.803.3948
Phoenix Training :: 602.889.9350
New York Training
Chicago Training
Los Angeles Training
Atlanta Training
Washington Training

Denver Training
Boston Training
Dallas Training
Houston Training
Philadelphia Training
View All US Training Centers
     
Worldwide and All US Cities:
408.288.3948
Got Questions?
We are happy to help. Just email us with this form and we'll get back to you shortly.
   



(c) 2009 ExitCertified Corp. All rights reserved.


ExitCertified is a global provider of authorized technology training. Some of our popular course topic include:
 
Sun Microsystems Training Oracle Training Symantec Training IBM Training Red Hat - Linux Training
Java Training, J2EE Training, JSP Training, Java Courses, Servlets Training, EJB Training, Struts Training, Networking Courses, Solaris Training, Java Composite Application Platform (JCAPS) Training, Java Certification, SeeBeyond Training, XML Training, Solaris Certification, Corporate Training PeopleSoft Training, 11g Training, 11g Certification, Oracle SQL, Oracle PL/SQL, DBA Training, Oracle Certification, Hyperion Training, Fusion Middleware Training, 10g Training, Siebel Training, JD Edwards Training, Stellent Class, BEA Courses, e-Business Suite NetBackup Training, Veritas Training, Symantec Certification, Virus Protection Courses, IT Security Training DB2 Training, Cognos Classes, WebSphere Training, CICS Training, Informix, Rational Training, Lotus, Notes and Domino Training, Tivoli Courses, AIX Class, CISCO Training, VMWare Training SUSE Training, RedHat Course , JBoss Class
         
MySQL Training Apple Training Hitachi - HDS Training Project Management PMI Training  
  Apple Course, Leopard Training, Xsan Training