Design Patterns

Principles of Design

Posted on September 29, 2009. Filed under: 697458, Design Patterns, UI Architecture |

Do you want to enhance usability of your app?
Do you want to influence the perception ?
and increase the appeal?
Want to make best design decisions?
Understanding Basics of Usability
What is Usability Design and Why is It Important?

Do The Research
Types of Usability Design
Implementing Your Design Strategy

What is Usability and Why is It Important?
Exploring usability concepts [...]

Read Full Post | Make a Comment ( None so far )

Business Delegate – Design Pattern

Posted on January 30, 2008. Filed under: Design Patterns, Software Design Concepts | Tags: , |

Data flows between the tiers in the multi-tiered, when the presentation components are interacting with business services, their implementation details are exposed. The domain object is converted into business object.
In distributed applications, lookup for remote business component when applications use business component directly, application code must change to reflect changes in business component APIs.

An [...]

Read Full Post | Make a Comment ( 1 so far )

DTO – Data Transfer Object – Value Object

Posted on January 25, 2008. Filed under: Design Patterns | Tags: , , , |

This design pattern is mainly used to transfer data between software application sub systems. They are used most of the times with DAOs ( Data Access object) to retrive data from the database. They do not have any specific behavior, used only for storage/ retrieval of data.
ex: 

Read Full Post | Make a Comment ( None so far )

Abstract Factory Design Pattern

Posted on January 24, 2008. Filed under: Design Patterns | Tags: , , , |

The Abstract Factory pattern is one level of abstraction higher than the
factory pattern. You can use this pattern when you want to return one of
several related classes of objects, each of which can return several different
objects on request. In other words, the Abstract Factory is a factory object
that returns one of several factories.
ex: AbstractAssemblerFactory class [...]

Read Full Post | Make a Comment ( None so far )

Java Design Patterns

Posted on December 21, 2007. Filed under: Design Patterns | Tags: , , |

Design Patterns examples & coding
http://www.javacamp.org/designPattern/
this is very concise and clear – i generally refer to this when i need quick reference

Read Full Post | Make a Comment ( 2 so far )

    About

    Technical Blogs – Java J2EE Architecture Development Process, Design Patterns, Strategic Planning, Performance

    RSS

    Subscribe Via RSS

    • Subscribe with Bloglines
    • Add your feed to Newsburst from CNET News.com
    • Subscribe in Google Reader
    • Add to My Yahoo!
    • Subscribe in NewsGator Online
    • The latest comments to all posts in RSS
    • Subscribe in Rojo

    Meta

Liked it here?
Why not try sites on the blogroll...