Talk:FAQ
From Adobe Labs
If you intend to edit the 'Discussion' tab of this document, you must sign your comment. To do so, simply add four tilde characters as so:
~~~~
...on a new line at the end of your post to add your username and timestamp to the comment. Anonymous or off-topic comments will be removed by the Labs wiki administrators at their discretion.
| Table of contents |
|
1 Programming in Multilayers |
FAQ Comments
(please enter new comments below this section)
Programming in Multilayers
Hi! Today in other programming languages (for example .net), it is used as business rule programming in multilayers: data access, business, facade, stored procedure and BD... etc
Somebody could comment on the subject using the concept of RIA (Rich Internet Application)?
Thank You!
Sérgio Vasquez
Hi! As other programming languages use multilayed aproach they are based on development design patterns like MVC, you too can implement MVC approach and n-tier architecture of RIA to implement it in a more roboust mnner than .net does :)
Anand Vardhan
How do I add a Table of Contents to MyTalk?
--AnoPres 11:29, 26 Jan 2006 (PST)
Simple and concise way to present resource bundle..
<mx:DateFormatter id="dateFormatter" formatString="{resourceManager.getString(MY_BUNDLE, 'DATE_FORMAT')}"/>
um..., ="{resourceManager.getString(MY_BUNDLE, 'DATE_FORMAT')}" , it look like too long. is there any way to simplify this expression? maybe like formatString=key('DATE_FORMAT')
