InfoQ

InfoQ

Editor Specific Content View

All of Richard Pawson's Content on InfoQ


Latest featured content by Richard Pawson

Case Study: Large-scale Pure OO at the Irish Government

Topics
Object Oriented Design,
Modeling,
.NET,
Stories & Case Studies,
Architecture,
Domain-Driven Design

Richard Pawson discusses a case study of a large pure OO project for the Irish government, presenting the challenges met, the reason for choosing pure OO, and lessons learned implementing it.

Fulfilling the Promise of MVC

Topics
.NET,
Web Frameworks

When Trygve Reenskaug invented the MVC pattern for Smalltalk, he had originally envisaged that all models would come with default views and controllers. By combining Entity Framework 4, ASP.NET MVC, and his reflection-based view engine, Richard Pawson shows how that vision can be achieved using Naked Objects.

Rapid Application Development using Naked Objects for .NET

Topics
.NET Framework,
.NET

Domain driven design will help you build the core of an application, but then you still have to develop the presentation layer, duplicating the validation logic as you go. For internal applications where functionality really is more important than form, Naked Objects can be the answer. With proper annotation, Naked Objects can automatically generate a matching presentation layer in Java or .NET.