[flexcoders] Flex 1.5 Cairngorm and Data Binding

2006-05-11 Thread Simon Fifield






For a member of the 
Cairngorm team or anyone who is a Cairngorm expert:

Is it good to use 
Data Binding with Cairngorm or should it be avoided?

Can Data Binding be 
"overused"?


Regards,
Simon





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] Flex 1.5 Cairngorm and Data Binding

2006-05-11 Thread Steven Webster





Simon,

Data-binding is good. Very good. We advocate it 
hugely, and the ModelLocator pattern which we added to Cairngorm was our way of 
encouraging people to leverage data-binding more than we were seeing they were, 
during consulting engagements. Have bindings. Lots of them, between 
the Model (ModelLocator) and the view (your MXML components). Let 
data-binding do the hard work of model-view notifications.

Data-binding is simply a short-hand notation for setting up 
observers/listeners; if you didn't use data-binding, you'd have to do this 
heavy-lifting yourself.

Perhaps data-binding can be abused (used the wrong way - 
though I can't offer any examples), but overused ? I don't think 
so.

Best wishes,

Steven




  
  

  


  
  

Steven WebsterPractice Director (Rich 
Internet Applications)Adobe ConsultingWestpoint, 4 Redheughs 
Rigg, South Gyle, Edinburgh, EH12 9DQ, UKp: +44 (0) 131 338 
6108
m: +44 (0)7917 428 947[EMAIL PROTECTED] 
  

Of Simon 
FifieldSent: 11 May 2006 11:14To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Flex 1.5 Cairngorm 
and Data Binding

  
  
  For a member of 
  the Cairngorm team or anyone who is a Cairngorm expert:
  
  Is it good to use 
  Data Binding with Cairngorm or should it be avoided?
  
  Can Data Binding 
  be "overused"?
  
  
  Regards,
  Simon





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Flex 1.5 Cairngorm and Data Binding

2006-05-11 Thread Tom Chiverton



 On Thu, May 11, 2006 at 11:14 AM, in message
!!AAAYAITNb1SJaoVJjnfEh+nzBsDCgAAAEO4E4I+4QSJEj8YQOMYFXa8B
[EMAIL PROTECTED], [EMAIL PROTECTED] wrote: 
Can't say I'm an expert, but certainly a big fan :-)

 Is it good to use Data Binding with Cairngorm

Yes, absolutely !
Anywhere you need to show some sort of item to a user (list of products
in the store example), the control that displays them show be using data
binding into the modelLocator.
 
 Can Data Binding be overused?

Probably, anything can be.
It may be overkill to bind all your on-screen static text, for
instance. OTOH if you later want to i18n the app, it'll make it easier
:-)


Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at St James's Court Brown Street Manchester M2 2JF. A list of members is available for inspection at the registered office. Any reference to a partner in relation to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be confidential or legally privileged. If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents. If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the Year at the 2005 Growth Company Awards










--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] Flex 1.5 Cairngorm and Data Binding

2006-05-11 Thread Simon Fifield





Would you say that it is one of the better/key features of 
the Flex framework?

Simon


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Steven 
WebsterSent: 11 May 2006 11:51To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Flex 1.5 
Cairngorm and Data Binding

Simon,

Data-binding is good. Very good. We advocate it 
hugely, and the ModelLocator pattern which we added to Cairngorm was our way of 
encouraging people to leverage data-binding more than we were seeing they were, 
during consulting engagements. Have bindings. Lots of them, between 
the Model (ModelLocator) and the view (your MXML components). Let 
data-binding do the hard work of model-view notifications.

Data-binding is simply a short-hand notation for setting up 
observers/listeners; if you didn't use data-binding, you'd have to do this 
heavy-lifting yourself.

Perhaps data-binding can be abused (used the wrong way - 
though I can't offer any examples), but overused ? I don't think 
so.

Best wishes,

Steven




  
  

  


  
  

Steven WebsterPractice Director (Rich 
Internet Applications)Adobe ConsultingWestpoint, 4 Redheughs 
Rigg, South Gyle, Edinburgh, EH12 9DQ, UKp: +44 (0) 131 338 
6108
m: +44 (0)7917 428 947[EMAIL PROTECTED] 
  

Of Simon 
FifieldSent: 11 May 2006 11:14To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Flex 1.5 Cairngorm 
and Data Binding

  
  
  For a member of 
  the Cairngorm team or anyone who is a Cairngorm expert:
  
  Is it good to use 
  Data Binding with Cairngorm or should it be avoided?
  
  Can Data Binding 
  be "overused"?
  
  
  Regards,
  Simon





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Flex 1.5 Cairngorm and Data Binding

2006-05-11 Thread Johannes Nel



YES. this is a core feature of what flex has to offer.On 5/11/06, Simon Fifield [EMAIL PROTECTED]
 wrote:






Would you say that it is one of the better/key features of 
the Flex framework?

Simon


From: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of Steven 
WebsterSent: 11 May 2006 11:51To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Flex 1.5 
Cairngorm and Data Binding

Simon,

Data-binding is good. Very good. We advocate it 
hugely, and the ModelLocator pattern which we added to Cairngorm was our way of 
encouraging people to leverage data-binding more than we were seeing they were, 
during consulting engagements. Have bindings. Lots of them, between 
the Model (ModelLocator) and the view (your MXML components). Let 
data-binding do the hard work of model-view notifications.

Data-binding is simply a short-hand notation for setting up 
observers/listeners; if you didn't use data-binding, you'd have to do this 
heavy-lifting yourself.

Perhaps data-binding can be abused (used the wrong way - 
though I can't offer any examples), but overused ? I don't think 
so.

Best wishes,

Steven




  
  

  


  
  

Steven WebsterPractice Director (Rich 
Internet Applications)Adobe ConsultingWestpoint, 4 Redheughs 
Rigg, South Gyle, Edinburgh, EH12 9DQ, UKp: +44 (0) 131 338 
6108
m: +44 (0)7917 428 947[EMAIL PROTECTED] 
  

Of Simon 
FifieldSent: 11 May 2006 11:14To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Flex 1.5 Cairngorm 
and Data Binding

  
  
  For a member of 
  the Cairngorm team or anyone who is a Cairngorm expert:
  
  Is it good to use 
  Data Binding with Cairngorm or should it be avoided?
  
  Can Data Binding 
  be overused?
  
  
  Regards,
  Simon





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.
  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




  








-- j:pn http://www.lennel.org






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] Flex 1.5 Cairngorm and Data Binding

2006-05-11 Thread Tom Chiverton



 On Thu, May 11, 2006 at 1:29 PM, in message
!!AAAYAITNb1SJaoVJjnfEh+nzBsDCgAAAEOPAuQZ6hpxPlBfW6sfme6UB
[EMAIL PROTECTED], [EMAIL PROTECTED] wrote: 
 Would you say that it is one of the better/key features of the Flex
 framework?

I'd say key.
Look at how the Spry framework does the same thing for HTML based
applications.
It saves *soo* much legwork and bug-introducing update code.



Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at St James's Court Brown Street Manchester M2 2JF. A list of members is available for inspection at the registered office. Any reference to a partner in relation to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be confidential or legally privileged. If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents. If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the Year at the 2005 Growth Company Awards









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.