> I'm playing with a flex application (non-wizard). I'm at the > point where I'm connecting to ColdFusion. It all works just fine. > > However, going beyond the basics, is there a way for flex to > access application singletons in ColdFusion? I.e. if I init() > a DAO or gateway in application.cfc, can flex access that > gateway or DAO (application.myDAO)? Is this what LiveCycle > DataServices is for?
All Flex can do, with or without LCDS, is call individual methods. Flex can't access variables directly. So, you'll need to have some method that will do this for you. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306654 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

