The Artima Developer Community
Sponsored Link

Java Buzz Forum
Pattern Summaries: Prototype

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jay

Posts: 158
Nickname: jarchitect
Registered: Jul, 2003

Jay is creator of Architectslobby.org
Pattern Summaries: Prototype Posted: Sep 9, 2003 8:43 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Jay.
Original Post: Pattern Summaries: Prototype
Feed Title: Architectslobby
Feed URL: /index_generic.php?
Feed Description: An exclusive community for Enterprise Architects
Latest Java Buzz Posts
Latest Java Buzz Posts by Jay
Latest Posts From Architectslobby

Advertisement
Mark Grand is the author of a series of books titled 'Patterns in Java' writes in this article 'The essence of a pattern is a reusable solution for a recurring problem. A complete pattern will also provide reasons to use and not use the solution, the consequences of using the solution and suggestions on how to implement the solution. The summaries in these articles will just describe the essential problem and its solution. This is the last of a group of patterns that are related to creating objects. The issues that they address involve dynamically deciding which class to instantiate or to which objects an object will delegate a responsibility. These patterns tell us how to structure and encapsulate these decisions. This article discusses a pattern called Prototype. The Prototype pattern enables a class to create objects that implement a known interface by giving it a prototypical instance of each kind of object it will create.

Read: Pattern Summaries: Prototype

Topic: Data Services Congestion on GPRS Previous Topic   Next Topic Topic: Massive Mobile Post

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use