I haven't gotten a chance to play with the new CF Adaptor but I hear that it is capable of basically doing the same thing my code does. I believe it only works with Flex 2 though where as ColdSpring works with any Flash Remoting project. The other limitation I suspect it has is that it only deals with the public <cfproperty> variables. I avoid using those in my CFCs so I devised this solution. The only downside is that currently it requires you to implment a method call getTO() that returns a struct which the private vars of your CFC inside of it.
--Kurt On 11/18/05, Ian Welsh <[EMAIL PROTECTED]> wrote: > Am I right in thinking that the new remoting support (ASObject <=> CFC) - > very clever, by the way - is not required if using Flex 2 and the new > CFAdapter, as the CFADapter takes care of this translation. > > Regards > Ian > > -----Original Message----- > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of Kurt Wiersma > Sent: 18 November 2005 00:32 > To: [email protected] > Subject: [coldspring-dev] 0.5.0 has been released > > I worked on the new ApplicationContext and hierarchical bean factory > support. I will try to put together some documentation on how to use it > soon. I should also probably explain how the new flash remoting support > works as well. :) > > --Kurt > > On 11/17/05, Sean Corfield <[EMAIL PROTECTED]> wrote: > > On 11/17/05, Dave Ross <[EMAIL PROTECTED]> wrote: > > > http://www.coldspringframework.org/index.cfm?objectid=9FF5C5C6-0C53- > > > CA93-517C29BB63456B8B > > > > Awesome! The AOP stuff is noticeably faster - nice work! > > > > When are we going to see docs on AppContext and hierarchical bean > > factory support? > > -- > > Sean A Corfield -- http://corfield.org/ Got frameworks? > > > > "If you're not annoying somebody, you're not really alive." > > -- Margaret Atwood > > > > > > > > > >
