Re: [Newbies] Traits Example

2008-03-17 Thread Rob Rothwell
On Mon, Mar 17, 2008 at 7:07 AM, Oscar Nierstrasz < [EMAIL PROTECTED]> wrote: > > Hi Rob, > > What you say seems to make sense, but it is hard to tell without > looking at some code. > > There are some simple examples of traits in Chapter 5 of Squeak by > Example. > > http://SqueakByExample.org/SB

Re: [Newbies] Traits Example

2008-03-17 Thread Oscar Nierstrasz
Hi Rob, What you say seems to make sense, but it is hard to tell without looking at some code. There are some simple examples of traits in Chapter 5 of Squeak by Example. http://SqueakByExample.org/SBE.pdf - on On Mar 17, 2008, at 2:37, Rob Rothwell wrote: Hello, Can anyone give me

[Newbies] Traits Example

2008-03-16 Thread Rob Rothwell
Hello, Can anyone give me a simple Traits example? I am trying to figure out if it would be useful for me in the context of developing Aida applications. In Aida, a WebApplication observes a domain model object. Let's call it WebAppModel. Of course, you could subclass ANY object to create your