Download presentation
Presentation is loading. Please wait.
Published byDarcy Haynes Modified over 9 years ago
1
Agile prototyping using Naked Objects Ola Deibitsch Callista Enterprise AB
2
CADEC 2007, Agile prototyping using Naked Objects, Slide 2 Copyright 2007, Callista Enterprise AB Agenda The Problem Introduction Adapting to unforseable requirements... The Naked Objects Pattern Layers? Enriching object domain Summary Q&A
3
CADEC 2007, Agile prototyping using Naked Objects, Slide 3 Copyright 2007, Callista Enterprise AB The Problem Requirements that not relates to each other. Requirements that don’t reflects the reality. Not being able to explore the domain. Not being able to verify the domain model.
4
CADEC 2007, Agile prototyping using Naked Objects, Slide 4 Copyright 2007, Callista Enterprise AB Introduction A different and rapid approach in context of prototyping domain objects. All about prototyping POJOs. ”On the fly” exploration capabillities. User interface is automatically driven by business object definitions, i.e POJOs. Helps to capture and modeling of business requirements.
5
CADEC 2007, Agile prototyping using Naked Objects, Slide 5 Copyright 2007, Callista Enterprise AB Demo
6
CADEC 2007, Agile prototyping using Naked Objects, Slide 6 Copyright 2007, Callista Enterprise AB Adapting to unforseable requirements... Adding relations –Order --> Customer –OrderLine --> Order
7
CADEC 2007, Agile prototyping using Naked Objects, Slide 7 Copyright 2007, Callista Enterprise AB Demo
8
CADEC 2007, Agile prototyping using Naked Objects, Slide 8 Copyright 2007, Callista Enterprise AB Naked Objects Pattern ”Behaviourally complete” domain objects Encapsulate all the behaviour/functionality within the domain objects. Single point definition All the representations of a domain object such as user-interface, database-mapping, should be derived automatically from the domain object class itself. Object-oriented user-interface (OOUI) By exposing behaviorally-complete objects, users can view and interact with underlying domain objects, only by invoking its methods.
9
CADEC 2007, Agile prototyping using Naked Objects, Slide 9 Copyright 2007, Callista Enterprise AB Layers? Customer Order OrderLine Product CustomerService OrderService ProductService CustomerDao OrderDao ProductDao CustomerForm CustomerAction OrderForm OrderAction ProductForm ProductAction 3-Layer Non-layered CustomerDto OrderDto OrderLineDto ProductDto
10
CADEC 2007, Agile prototyping using Naked Objects, Slide 10 Copyright 2007, Callista Enterprise AB Enriching object behaviour Order –Add calculatePrice() OrderLine –Add calculatePrice() Product –Add getPrice(int quantity)
11
CADEC 2007, Agile prototyping using Naked Objects, Slide 11 Copyright 2007, Callista Enterprise AB Demo
12
CADEC 2007, Agile prototyping using Naked Objects, Slide 12 Copyright 2007, Callista Enterprise AB Summary A different and rapid approach in context of prototyping domain models. Helps in order to build an understanding of the domain and capture requirements. Simulates business tasks from the beginning of the modeling activity.
13
CADEC 2007, Agile prototyping using Naked Objects, Slide 13 Copyright 2007, Callista Enterprise AB Q&A ?
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.