7. Take
a
Look
ex1.erl
-足>
ex2.erl
-足>
ex2behaviour.erl
8. Example
Behaviour
Behaviour
Interface
init/0
handle_msg/2
Behaviour
Implementa3on
ex2
module
Behaviour
Container
ex2behaviour
module
1
to
1
process
model
contained
in
the
ex2behaviour
module
8
22. Applica2on
is
also
a
Behaviour
Interface
start/2,
stop/1
Implementa2on
tr_app.erl
Container
applica2on.erl
Container
has
a
one
to
many
process
architecture.
22