Re: [Eclipseme-users] On programming style

2006-10-24 Thread Ben Hutchison
Russel Winder wrote: >In a Java SE context, Most people try to separate out data objects and >listener objects often with anonymous classes and Mediator pattern. All >the Java ME software I have seen to date seems to put all the listener >activity in the same class, and object, as the application

Re: [Eclipseme-users] On programming style

2006-10-23 Thread Tom Hubina
9645 (cell) > -Original Message- > From: [EMAIL PROTECTED] [mailto:eclipseme- > [EMAIL PROTECTED] On Behalf Of Hunter, Kevin > Sent: Monday, October 23, 2006 11:22 AM > To: Russel Winder; EclipseME Users > Subject: Re: [Eclipseme-users] On programming style > > There are far

Re: [Eclipseme-users] On programming style

2006-10-23 Thread Hunter, Kevin
OTECTED] On Behalf Of Russel Winder Sent: Monday, October 23, 2006 11:48 AM To: EclipseME Users Subject: [Eclipseme-users] On programming style I hope this isn't considered too far off topic... In a Java SE context, Most people try to separate out data objects and listener objects often wit

[Eclipseme-users] On programming style

2006-10-23 Thread Russel Winder
I hope this isn't considered too far off topic... In a Java SE context, Most people try to separate out data objects and listener objects often with anonymous classes and Mediator pattern. All the Java ME software I have seen to date seems to put all the listener activity in the same class, and o