Breadcrumbs Framework Sample
October 10th, 2007 by TrilobyteTags:Breadcrumbs, Castle Project, MonoRail

Yesterday, I mentioned in my post about MonoRail that I would make the source of the framework available to the community. Today I found some time to build a sample application demonstrating the framework.
You can view the sample application by navigating to: http://breadcrumbs.premotion.nl and you can get the source by clicking here: Download here. The framework is by no means complete or stable and must not be used in any other application than test applications. Neither me nor Premotion can be held responsible for damage caused by the usage of the framework.
I know the framework contains a lot of bugs, but I am not going to fix them before I have a clear idea of what features the framework should contain. If you have any suggestions, ideas or comments, please let me know!
2 Replies to “Breadcrumbs Framework Sample”
November 30th, 2007 at 08:03
Cool idea. But I think a better idea would be to implement it as an IFilter rather than an IInterceptor. That way you can decouple the solution from MicroKernel, and dependent on only MonoRail.
November 30th, 2007 at 09:34
Thanks for the input Daniel, it is good idea to decouple the implementation from MicroKernel it should be a pure MonoRail solution. I hope I can find the time to implement a descent solution.