June 24, 2007

Carnival of the Agilists

Has it been two weeks already?

Mark Levison produces our latest edition

Great job, Mark!

June 7, 2007

Carnival of the Agilists - 6/7/2007

Welcome to the June 7th Carnival of the Agilists. Today’s theme is: There is no theme.

New Submitters:

New Group Blogs

Resources

Books

Next Edition

  • The next edition of the carnival will be on June 21st. I’ll fill in the URL here _________ when I find it.

Submissions

  • Want to be included in the carnival? You’re more likely to get noticed if you send a link to your posts to agilists.carnival@gmail.com.

Add your Voice

  • Think we’re a bunch of yahoos, and you could do this whole Carnival thing a thousand times better? Let us know, and you’ll get the chance to produce your own edition of the Carnival.
June 5, 2007

RESTful but not HTTP-based?

Harry Pierson says:

Yet, I get the feeling that the REST community would consider a solution that uses the REST architectural style but not HTTP and/or URI as “not RESTful”.

In general, I suspect that the community might balk.   But I happen to believe that a resource-oriented communications protocol should be implementation independent.   One should be able to implement a RESTful protocol in just about any messaging system.

Interesting technique for modifying internal Flex code

You can do this in Ruby, and there is some argument whether it is a good thing to be able to do (in terms of readability, comprehensibility).  You can override an existing method w/your own   (I forget what the term is, right now, mainly because I never use it).  Ruby on Rails takes full advantage of this.

Apparently, you can do the same thing in Flex, for the internal functions/capabilities of the MX Controls.

Void where prohibited, your mileage may vary, etc.