Archive for June, 2008

Jun 13 2008

Slides, links and source from the Ajax Monorail talk

Published by gojko under presentations

I really enjoyed talking about Developing Ajax web applications with Castle Monorail yesterday at Skills Matter. It was great to see so many familiar faces — thanks for coming again and I hope that you enjoyed it as well. Here are the downloads and links that Dave and I promised to put online: Continue Reading »

4 responses so far

Jun 13 2008

FitNesse.NET 1.7 Released

Published by gojko under fitnesse,news

Mike Stockdale just released a new version of FitNesse.NET. The new features in this release mostly expand the domain adapter functionality, allowing programmers to map fixtures directly to domain objects and write less code. For more information, see release notes.

4 responses so far

Jun 09 2008

FIT/FitNesse Fixture Gallery 2.0: Python examples and more on FitLibrary fixtures

Published by gojko under fitnesse,news

Fixture Gallery 2.0 is immediately available for download from SourceForge. Fixture Gallery is a cookbook for FIT/FitNesse tests. It provides developers with a quick overview of the most important fixture types and concepts for agile acceptance testing using the FIT framework. For each fixture type, this document explains the table format and fixture class structure and provides advice when to use and when not to use it. Each example is accompanied by the source code for Java, .NET and Python FIT implementations, in a form that can be easily copied and used as a template for similar fixtures.

The biggest change in version 2.0 are Python examples for all fixtures and concepts explained in the document. FitLibrary fixtures section is now expanded with examples for ConstraintFixture, CombinationFixture, CalculateFixture and notes about SetFixture and SubSetFixture. Many thanks to Jens Engel and Mike Stockdale for their contributions to this version.

For more information and download links see http://gojko.net/fitnesse/fixturegallery

One response so far

Jun 09 2008

Castle Demo App #4: Unit testing Monorail web sites

Published by gojko under articles

One of the best things about Castle Monorail MVC engine is that it allows us to test controllers from the IDE, without actually deploying anything to the web server. A major problem with most web development environments, including classic ASP.NET, is that the workflow and session logic can only be tested through the UI. User interface testing is slow, pain to maintain and generally does not pay off as much as code unit tests do. Monorail’s programming model allows us to test workflow and session logic from the code, leaving only the actual rendering outside the reach of unit tests. That is how Monorail empowers us to really apply agile principles to web development, and saves us even more time and effort. Continue Reading »

No responses yet

Jun 09 2008

Programming Collective Intelligence

Published by gojko under book reviews

It has been a while since I published a book review on this web site. I have read a lot of books in the mean time, but none of them seemed worth to recommend. Programming Collective Intelligence by Toby Segaran not only captured my attention, it also captured my imagination.
Continue Reading »

No responses yet

« Prev