Loading...

Java Design Patterns

Vaskaran Sarcar

  • Bindwijze: Paperback
  • Taal: en
  • Categorie: Computers & Informatica
  • ISBN: 9781484218013
A Tour with 23 Gang of Four Design Patters in Java
Inhoud
Taal:en
Bindwijze:Paperback
Oorspronkelijke releasedatum:30 december 2015
Aantal pagina's:171
Illustraties:Nee
Betrokkenen
Hoofdauteur:Vaskaran Sarcar
Hoofdauteur:Vaskaran Sarcar
Overige kenmerken
Editie:1
Extra groot lettertype:Nee
Product breedte:182 mm
Product hoogte:12 mm
Product lengte:256 mm
Studieboek:Ja
Verpakking breedte:184 mm
Verpakking hoogte:17 mm
Verpakking lengte:260 mm
Verpakkingsgewicht:389 g
Overige kenmerken
Editie:1
Extra groot lettertype:Nee
Product breedte:182 mm
Product hoogte:12 mm
Product lengte:256 mm
Studieboek:Ja
Verpakking breedte:184 mm
Verpakking hoogte:17 mm
Verpakking lengte:260 mm
Verpakkingsgewicht:389 g

Samenvatting

Learn how to implement design patterns in Java: each pattern in Java Design Patterns is a complete implementation and the output is generated using Eclipse, making the code accessible to all. The examples are chosen so you will be able to absorb the core concepts easily and quickly.

This book presents the topic of design patterns in Java in such a way that anyone can grasp the idea. By giving easy to follow examples, you will understand the concepts with increasing depth. The examples presented are straightforward and the topic is presented in a concise manner.

Key features of the book:

•Each of the 23 patterns is described with straightforward Java code. There is no need to know advanced concepts of Java to use this book.

•Each of the concepts is connected with a real world example and a computer world example.

•The book uses Eclipse IDE to generate the output because it is the most popular IDE in this field.

This is a practitioner's book on design patterns in Java.

Design patterns are a popular topic in software development. A design pattern is a common, well-described solution to a common software problem. There is a lot of written material available on design patterns, but scattered and not in one single reference source. Also, many of these examples are unnecessarily big and complex.