Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Category: <span>Coding</span>

Joist Bootstrapping

Joist is a web application development stack. It consists of two sub-projects joist.domain, an ORM with type-safe queries (no strings) and no runtime class generation (no CGLIB), and joist.web, a component-based web framework. The goal is a simple, productive environment for enterprise-scale webapps. This screencast shows how to use the …

The Power of Value – Power Use of Value Objects in Domain Driven Design

Of all our design tools, creation of value objects is probable the most underused. This is the case especially considering its enormous potential to relieve entities and services from a lot of disturbing complexity. In this presentation we see some power-usage of the concept and how it can revolutionise your …

Isolation Frameworks: Learning how to validate expectations

In this episode we are going to continue our series on learning how to use an isolation framework (Rhino Mocks) to help create simpler and more reliable unit tests. We will focus our learning this time around on the various ways you can setup and validate expectations on your stubs/fakes. …