cs 236700 - tutorials plan

4
1 CS 236700 - Tutorials Tutorials plan plan

Upload: zazu

Post on 08-Jan-2016

16 views

Category:

Documents


0 download

DESCRIPTION

CS 236700 - Tutorials plan. Week by week. W1+W2: Modularity Code generation via Rose Writing use cases Drawing use-cases Relationships between actors Introduction to Java W3: Use case analysis of RNDS Problem description: specifications/requirements Finding actors Use case diagram - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: CS 236700 -  Tutorials plan

1

CS 236700 - Tutorials Tutorials planplan

Page 2: CS 236700 -  Tutorials plan

2

Week by week

W1+W2: Modularity Code generation via Rose Writing use cases Drawing use-cases Relationships between actors Introduction to Java

W3: Use case analysis of RNDS Problem description: specifications/requirements Finding actors Use case diagram Full description of selected UC

Page 3: CS 236700 -  Tutorials plan

3

Week by weekW4: Class analysis of RNDS

Drawing class diagrams Identifying classes

Determining responsibilities of classes Representing Domain entities

WP,Aircraft,FlightPlan Relationships analysis for selected classes

has-a vs. is-a, policy-based-designW5: Sequence analysis of RNDS

Sequence diagram Determining interaction between classes

Detailed description of selected use-case related sequences

Detailed description of selected inner sequences

Page 4: CS 236700 -  Tutorials plan

4

Week by weekW6: Detailed class design of RNDS

Methods, fields, parameters, return values, etc...W7-W9: Design Patterns

applying Design Patterns over RNDS code. Show automatic Design Patterns generation thru Rose. Integrating Design Patterns into an actual system

W10-W13: Overview Show domain specific problems + solutions

Web applicationsEnterprise applicationsRT applicationsInformation systems