Excellence in IT Certified Education
ExitCertified - Excellence in IT Certified Education
 
IT education classes
Excellence in IT Certified Education
start courses and schedules education savings it certification education solutions
Training Search
Excellence in IT Certified Education
Training Course Details
Start Training Courses and Schedule Object-Oriented Analysis and Design Using UML  (OO-226)

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

 

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 Training Course Certified   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


 
     
  Email Training Course
     
Code: OO-226
Length: 5 days
Type: Instructor-Led
   
Certified By: Sun Microsystems
Tuition: $2,500 / $2,125 GSA GOV.
   
Sun Microsystems Training Course This course is taught by Certified Sun Microsystems instructors. There is a difference. Learn More
 
This course is in the following categories. Click the categories to find similar courses and topics of interest.
 
 
 
Training Courses Help
 
Sort Schedule By: 
Sacramento, CA Mar.16.2009 - Mar.20.2009 course register
Sacramento, CA Jun.22.2009 - Jun.26.2009 course register
San Francisco, CA Apr.6.2009 - Apr.10.2009 course register
San Jose, CA Mar.9.2009 - Mar.13.2009 course register
San Jose, CA Jun.1.2009 - Jun.5.2009 course register
San Jose, CA Jun.15.2009 - Jun.19.2009 course register
Phoenix, AZ Mar.23.2009 - Mar.27.2009 course register
Phoenix, AZ Jun.29.2009 - Jul.3.2009 course register
     
Monrovia, CA Feb.9.2009 - Feb.13.2009 course register
San Diego, CA Mar.9.2009 - Mar.13.2009 course register
San Diego, CA Jun.22.2009 - Jun.26.2009 course register
Broomfield, CO Feb.9.2009 - Feb.13.2009 course register
Broomfield, CO Apr.6.2009 - Apr.10.2009 course register
Broomfield, CO Jun.8.2009 - Jun.12.2009 course register
Tampa, FL Feb.23.2009 - Feb.27.2009 course register
Tampa, FL Apr.27.2009 - May.1.2009 course register
Atlanta, GA Feb.23.2009 - Feb.27.2009 course register
Atlanta, GA May.18.2009 - May.22.2009 course register
Burlington, MA Feb.9.2009 - Feb.13.2009 course register
Burlington, MA May.11.2009 - May.15.2009 course register
Baltimore, MD Jan.12.2009 - Jan.16.2009 course register
Baltimore, MD Jun.22.2009 - Jun.26.2009 course register
Edison, NJ Feb.23.2009 - Feb.27.2009 course register
Edison, NJ Apr.27.2009 - May.1.2009 course register
New York, NY Mar.16.2009 - Mar.20.2009 course register
New York, NY Jun.15.2009 - Jun.19.2009 course register
Columbus, OH Mar.23.2009 - Mar.27.2009 course register
Philadelphia, PA Mar.2.2009 - Mar.6.2009 course register
Philadelphia, PA Jun.15.2009 - Jun.19.2009 course register
Dallas, TX Mar.30.2009 - Apr.3.2009 course register
Houston, TX Mar.30.2009 - Apr.3.2009 course register
Houston, TX May.18.2009 - May.22.2009 course register
Dallas, TX Jun.1.2009 - Jun.5.2009 course register
Arlington, VA Mar.2.2009 - Mar.6.2009 course register
Arlington, VA May.11.2009 - May.15.2009 course register
     
   
Request Other Course Date Request Course On-Site
 
 
training course 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
 




ExitCertified Training - Sun Microsystems, Oracle, Symantec, IBM, MySQL, RedHat, Linux, NetApp
  Oracle Course Training  
  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.
 
Oracle Course
     
Contact ExitCertified    
     
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 :: 1.800.803.3948
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 - 613.232.3948 Got Questions?
We are happy to help. Just email us with this form and we'll get back to you shortly.
   
Sun Microsystems Course


it training education
it education and training

(c) 2008 ExitCertified Corp. All rights reserved.


ExitCertified is a global provider of authorized technology training. Some of our popular course topic searches 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 Solaris 10 Course PeopleSoft Training, 11g Training, 11g Certification, Oracle SQL, Oracle PL/SQL, DBA Training, DBA Certification, Oracle Certification, Hyperion Training, Fusion Middleware Training, 10g Training, 9i Training NetBackup Training, Veritas Training, Symantec Certification, Virus Protection Courses, IT Security Training DB2 Training, OS/400 Training, zSeries Training
s/390 Training, iSeries Training, AIX Training
SUSE Training, RedHat Course
         
MySQL Training Apple Training NetApp Training Project Management Training  
MySQL Database Course Apple Course, Leopard Training   PMI Training