Trying out Silverlight
March 29, 2010 | In: .NET, flex, silverlight
** This post has been removed due to my company's Internet policies **
March 29, 2010 | In: .NET, flex, silverlight
** This post has been removed due to my company's Internet policies **
October 14, 2009 | In: actionscript, coldfusion, flex, java
I see a trend happening at Adobe that I believe others may be detecting but no one has come out and said it yet. This trend will have a significant impact on software engineers who are experienced and/or committed to the Adobe stack of technologies -...
April 7, 2009 | In: actionscript, cairngorm, flex
Application Design 201 Granularity is a well-known topic in software development. Another common concept is encapsulation. There's books, magazine articles, and blog posts about these topics going back decades (well, not the blog posts). One...
October 2, 2008 | In: AOP, cfml, coldspring, flex
The Value Objects Otherwise known as a transfer object is simply a design pattern for exchanging data between disparate systems. I'm working on a application with a Flex UI and a ColdFusion backend, and I initially discovered that if I return a query...
September 15, 2008 | In: cfml, coldspring, design patterns, model-glue
Autowiring in ColdFusion Most of you may have heard of autowiring, and many of you may have implemented it in an application by now (most likely with Spring, ColdSpring, or Google Guice). If you don't know what autowiring is, or are curious about how...