InfoQ

InfoQ

Topic/Tag specific view

Naked Objects Content on InfoQ


Latest featured content about Naked Objects

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.

News about Naked Objects

Naked Objects adds Java 1.5, Injection, Hibernate

Topics
Object Oriented Design,
Java,
Reuse,
Architecture

Naked Objects is an architectural pattern and a framework for developing applications where domain objects takes a central role. Naked Objects recently released version 3.0 with support for Java 1.5, injection, an alternate UI, Hibernate object store, integrated security and contributed actions. InfoQ took the opportunity to speak with Richard Pawson, inventor of the Naked Objects pattern.

jMatter: Naked Objects with Swing, Hibernate, and Web Start

Topics
Artifacts & Tools,
Rich Internet Apps,
Java

The jMatter framework, Eitan Suez' modern implementation of the Naked Objects Pattern using Swing, Hibernate, and deployed with Java WebStart, has been open-sourced this week. jMatter takes a domain model and then auto-produces 2-tier workgroup apps (Swing front-ends that talk to rdbms back-ends) intended to be used in a LAN or VPN environment.

Articles about Naked Objects

Interview and Book Excerpt: Dan Haywood's Domain-Driven Design Using Naked Objects

Topics
Java,
Book Review,
Architecture,
Domain-Driven Design

Domain-Driven Design Using Naked Objects book, by author Dan Haywood, covers the Domain-Driven Design topic using the open-source Java framework Naked Objects framework (which is now part of the Apache Isis incubator project). InfoQ spoke with Dan about the book, Naked Objects framework and its recent submission to be an Apache project.

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.