I've actually been using Cairngorm (http://labs.adobe.com/wiki/index.php/Cairngorm) as a micro-architecture for my apps. Once I have most of my "back-end" architecture in place, I simply create a Mock Business Delegate and populate the values in that class using my real DTOs. Once you know where the values are actually coming from, simply swap out your mock object with the real HTTPService/DataService,etc call.
-Akhil Bhaskar Amentra, Inc. (http://www.amentra.com) --- In [email protected], Jeffry Houser <[EMAIL PROTECTED]> wrote: > > > I've been hard coding sample data into ArrayCollections. > > I bet there are better ways, though. > > > > At 05:19 PM 3/2/2007, Clarke Bishop wrote: > > >I've become a big believer in iterative development and in starting > >my Flex apps by working on the U/I. Then, only after I can freeze > >the U/I, do I start on the backend. > > > >It's easy enough to drag some controls into an application, but I'm > >not as sure the best ways to populate the controls with sample data. > >What's the best practice? And what way makes it easiest to modify > >the sample data and ultimately switch to developing the back end > >with minimum impact on my Flex code? > > > >If any of you have any other tips for a good Flex development > >process, I'd love to hear your thoughts on that, too! > > > >Thanks, > > > > Clarke > > > > -- > Jeffry Houser, Software Developer, Writer, Songwriter, Recording Engineer > AIM: Reboog711 | Phone: 1-203-379-0773 > -- > My Company: <http://www.dot-com-it.com> > My Podcast: <http://www.theflexshow.com> > My Blog: <http://www.jeffryhouser.com> > Connecticut Macromedia User Group: <http://www.ctmug.com> >

