| Mon | Tue | Wed | Thu | Fri | Sat | Sun |
|---|---|---|---|---|---|---|
| 30 | 1 | 2 | 3 | 4 | 5 | 6 |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 | 1 | 2 | 3 |
Archive - Jan 2008
January 23rd
Building ColdFusion services with ColdSpring and Reactor, an interlude
Submitted by Falken on Wed, 23/01/2008 - 21:13Before I get into the meat of using ColdSpring to save even more time (by writing the Service layer for you, believe it or not), I wanted to take time out to give you some 'take home' reading and also address some terminology issues.
January 17th
Does your Command call your View (tsk !) ?
Submitted by Falken on Thu, 17/01/2008 - 16:30Imagine a DataGrid. A DataGrid that is displaying Model.searchResults, but needs to start an effect and reset selectedIndex when the data changes
One approach maybe to follow a pattern than involves having the Command call a method on the View, and this view method takes charge of doing whatever else is needed.
This makes Commands more complicated and means Events have to have an extra 'view' property which is kept in the Command as a private variable.
The View then has to expose a public 'onCommandNameResult' method which the Command calls in onResult().
Having read http://www.adobe.com/devnet/flex/articles/blueprint_02.html[1] I think there is a better way to have the View respond to change in the Model (i.e. Command results) without needing this callback.
January 15th
Adobe is holding a ColdFusion 9 survey
Submitted by Falken on Tue, 15/01/2008 - 13:40As well as the IDE questions (Adobe is holding a ColdFusion IDE survey) why not also let Adobe know what you'd like to see in ColdFusion 9, via their latest survey: http://www.surveymonkey.com/s.aspx?sm=yLcENFTqjkIn6gqoFpRiUQ_3d_3d
January 7th
Adobe is holding a ColdFusion IDE survey
Submitted by Falken on Mon, 07/01/2008 - 17:19Looks like this is your chance to give a bit of direction to Adobe on what you'd like from a ColdFusion coders IDE - take the survey here.
For the record, I plumed for 'free' as 'how much should it cost', but added a note that if the server was free, there was probably a market for an IDE with all the features CFEclipse doesn't have (yet). Competing with free is hard work though, and I'd much rather Adobe just paid people to improve CFEclipse.
