File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes OO, Patterns, UML and Refactoring and the fly likes Patterns examples with code. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » OO, Patterns, UML and Refactoring
Reply Bookmark "Patterns examples with code." Watch "Patterns examples with code." New topic
Author

Patterns examples with code.

Priety Sharma
Ranch Hand

Joined: Jun 10, 2008
Posts: 156

Hi ,
I am reading pattens.
I have read patterns like decorator , singleton, observer and some others like proxy and state.

I do understand them but my problem is when to use some of the pattersn.
Like singleton is very easy to understand when to use but the others are not.

So is there a book or a online document which offers application type of scenarios and asks us to suggest or use a patterns for that scenario and the itself gives the ideal answer and the classes using such patterns. So that one improve or learn to implement patterns properly.

Regards,
Priety.


Priety.
Hong Anderson
Ranch Hand

Joined: Jul 05, 2005
Posts: 1936
As I know, Design Patterns [GoF] is the most comprehensive resource about Design Patterns.


SCJA 1.0, SCJP 1.4, SCWCD 1.4, SCBCD 1.3, SCJP 5.0, SCEA 5, SCBCD 5; OCUP - Fundamental, Intermediate and Advanced; IBM Certified Solution Designer - OOAD, vUML 2; SpringSource Certified Spring Professional
sameera liyanage
Ranch Hand

Joined: Nov 25, 2008
Posts: 643
is there a Design Patterns [GoF] book written in java for free download.
i ckeck many sites.But i found the book written by C3 .Also it is not for free.
can any one help me.
Muhammad Khojaye
Ranch Hand

Joined: Apr 12, 2009
Posts: 341
Download Java Companion for free. This book is also very good in understanding Design Pattern.


http://muhammadkhojaye.blogspot.com/
Muhammad Khojaye
Ranch Hand

Joined: Apr 12, 2009
Posts: 341
Priety Sharma wrote:So is there a book or a online document


Also have a look at Design Pattern Links. Hope it helps
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Patterns examples with code.
 
Similar Threads
Singleton Pattern Vs All Static Methods
Pipelines Architecture Patterns
ServiceLocator with stateful session beans EJB 3.0
Static method / Singleton instance method
What do you think about my design ?