| Author |
Design Patterns in Java
|
Harsha Nadiger
Greenhorn
Joined: Jun 06, 2010
Posts: 6
|
|
Could anyone suggest me a nice book to begin with the Design Patterns in Java.
Thanks,
Harsha
|
 |
Wouter Oet
Saloon Keeper
Joined: Oct 25, 2008
Posts: 2700
|
|
|
One of the standard works for design patterns: Design Patterns: Elements of Reusable Object-Oriented Software
|
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
|
 |
Wouter Oet
Saloon Keeper
Joined: Oct 25, 2008
Posts: 2700
|
|
|
Although I'm not sure whether the examples are written in Java (I don't think so).
|
 |
Mohamed Sanaulla
Bartender
Joined: Sep 08, 2007
Posts: 2927
|
|
|
Head First Design Patterns is a good book.
|
Mohamed Sanaulla | My Blog
|
 |
H Light
Greenhorn
Joined: May 16, 2011
Posts: 8
|
|
google some common regular,e.g email validate ,cellphone validate and so on.
then study these examples.
I learn it by this way.
|
 |
Mohamed Sanaulla
Bartender
Joined: Sep 08, 2007
Posts: 2927
|
|
H Light wrote:google some common regular,e.g email validate ,cellphone validate and so on.
then study these examples.
I learn it by this way. 
Are you talking about Regular expressions? OP was referring to Design patterns.
|
 |
H Light
Greenhorn
Joined: May 16, 2011
Posts: 8
|
|
Mohamed Sanaulla wrote:
H Light wrote:google some common regular,e.g email validate ,cellphone validate and so on.
then study these examples.
I learn it by this way. 
Are you talking about Regular expressions? OP was referring to Design patterns.
sorry ! my misunderstand
|
 |
Bogdan Baraila
Ranch Hand
Joined: May 23, 2011
Posts: 43
|
|
|
http://www.javacamp.org/designPattern/
|
 |
Mykhailo Kozik
Greenhorn
Joined: May 12, 2011
Posts: 16
|
|
The best one: Head First Design Patterns
for advanced reading use GoF Design patterns
|
 |
Harsha Nadiger
Greenhorn
Joined: Jun 06, 2010
Posts: 6
|
|
Thanks a lot everybody for the suggestions!!
Harsha
|
 |
 |
|
|
subject: Design Patterns in Java
|
|
|