CIS 644 Tues. Oct. 4, 1999 W7A - PowerPoint PPT Presentation

About This Presentation
Title:

CIS 644 Tues. Oct. 4, 1999 W7A

Description:

ans: 1) collection self traverse 2) iterator Patterns: what is it; other names; typical use ... build Java code snippet for one pattern ... – PowerPoint PPT presentation

Number of Views:105
Avg rating:3.0/5.0
Slides: 18
Provided by: hank186
Category:
Tags: cis | w7a | iterator | java | oct | patterns | tues

less

Transcript and Presenter's Notes

Title: CIS 644 Tues. Oct. 4, 1999 W7A


1
CIS 644 Tues. Oct. 4, 1999 W7A .scenarios
... assignment 2ed object model
assignment Java Pattern patterns
2
W6B files were not build correctly (
3
Posting grades . will be linked from 644
log page first assignments just checked,
not graded
4
Assignment still finding pairs . email
formats Word, Powerpoint, GIF,
Rose FAX send Class model asap.. both
persons must agree !!
5
more about semantics of scenarios 1. life time
of an invocation 2. call backs .. vs return
value 3. conditionals, loops
6
aha! Visitor behavior is a callback. G. p.
335
7
Iterator vs Visitor what is similarity,
what is difference ??
8
Who does the traversal for a Visitor? ans 1)
collection self traverse 2) iterator
9
Patterns what is it other names typical use
related patterns Composite
Iterator Proxie Visitor
10
Interface public interface Iname operations
exceptions
11
transparency vs safety

12
assignment build Java code snippet for
one pattern with some comments and for
typical operation build single web page
(email or provide url) open assignment
select specific pattern.
13
(No Transcript)
14
Pattern G. p. 233 command / action /
transaction encapsulate a request as an
object. allows parameterized clients with rs
queue, log of requests
undo
15
framework an execution structure
(application, applet, servlet, service
layer, ) with abstract components
e.g. any of the building wizards in I.D.E.s
(Vis. Studio, Café, )
16
Pattern G. p. 107 factory method / virtual
constructor defines interface for creating an
object, defers info as to which class to make.
17
END
Write a Comment
User Comments (0)
About PowerShow.com