CodeBetter.Com
CodeBetter.Com
RSS 2.0 via Feedburner
           Do you Twitter? Follow us @CodeBetter

Jeremy D. Miller -- The Shade Tree Developer

Under the hood and working with .Net, TDD, Software Design, and Agile Stuff

StructureMap vNext, StoryTeller Alpha 2, and a vacation

StructureMap 

Just a quick note, and to make myself a deadline, the next version of StructureMap will be dropping by the end of February.  This version is about fullblown Generics support, ease of use, and flexible configuration.  The new features are:

  • Full auto-wiring support for Generic template types with a caveat - IService<T> good.  IService<T, U> good.  IService<T,U,V> wacky exceptions.  I've got no answers on that one.
  • Bug fixes
  • Flexible configuration -- move the configuration somewhere else, use multiple configuration files, pull from the .Net App.config, or something else altogether
  • Turn off configuration altogether and register dependencies programmatically with...
  • A Fluent Interface DSL API for programmatic "wiring" as an alternative to xml configuration or using attributes.  I hope it turns out to be useful, but if nothing else it's an excuse to play with Fluent Interface semantics on something nontrivial.
  • Flexible and more forgiving xml configuration.  I'm going to make the StructureMap.config file stop looking like a referential database.  There will be options to make the configuration more terse and require fewer repetitive data.  There will be a blog post later on applying the Don't Repeat Yourself principle to StructureMap in an attempt to make it easier to use
The Generics support is already in the Subversion trunk if you're so inclined.

StoryTeller

There's at least a couple shops that are doing some alpha testing on StoryTeller for me and I'm getting some useful feedback coming back.  Telerik has generously given us a license for their UI controls to be used for StoryTeller.  I've done quite a bit of work on the UI since Alpha #1.  As soon as I can get the UI prettier and eliminate some severe flickering I will make a second Alpha release some time in March.

 

 

Vacation 

I'm off this coming week, so you'll have to go somewhere else for unnecessarily long and opinionated blog posts.  I'm catching up on some long overdue family time on the family farm where the internet is still just a rumour;) 



Comments

Bil Simser said:

I'm wondering what your take is on the whole "commercial controls in open source apps". I have the same dilemma with a couple of OSS projects I have. In one I want to use the DevExpress ribbon control (which I own) but don't want to subject people who want to download the code to not be able to compile it because of the library. Even if I got a free copy from DevExpress (which I'm sure they might give me) it means I'm tied into something that might expire some day and then I've got to scramble to find a replacement (much like RSS Bandit did 3 times)

I blogged about it here:

http://weblogs.asp.net/bsimser/archive/2006/12/19/being-a-responsible-open-source-developer.aspx

and here:

http://weblogs.asp.net/bsimser/archive/2007/02/01/stuck-between-a-ribbon-and-a-hard-place.aspx

As you mentioned you're incorporating telerik's controls in Story Teller, I assume you're okay with it but just wondering if had gave it any thought or were concerned about the downstream implications?

# February 10, 2007 6:32 PM

Leave a Comment

(required)  
(optional)
(required)  

Enter the numbers above:
Add

About Jeremy D. Miller

Jeremy began his IT career writing "Shadow IT" applications to automate his engineering documentation, then wandered into software development because it looked like more fun. Jeremy previously worked as a systems architect building mission critical supply chain software for a Fortune 100 company and learned agile development practices as a .Net consultant at ThoughtWorks, one of the pioneers of agile development. Jeremy is the author of the open source StructureMap (http://structuremap.sourceforge.net) tool for Dependency Injection with .Net and the forthcoming StoryTeller (http://storyteller.tigris.org) tool for supercharged FIT testing in .Net. Jeremy's thoughts on just about everything software related can be found on his weblog "The Shade Tree Developer" at http://codebetter.com/blogs/jeremy.miller, part of the popular CodeBetter site. Jeremy is a Microsoft MVP for C#. Check out Devlicio.us!

This Blog

Syndication

News

All opinions expressed here constitute my (Jeremy D. Miller's) personal opinion, and do not necessarily represent the opinion of any other organization or person, including (but not limited to) my fellow employees, my employer, its clients or their agents.

About Me

"Best Of" Compendium

StructureMap (Dependency Injection for .Net)

StoryTeller (Supercharged Fit)

Build your own Cab

TestDriven

MVP