mmmika / Hands-On-Design-Patterns-with-Java

Hands-On Design Patterns with Java, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hands-On Design Patterns with Java

Hands-On Design Patterns with Java

This is the code repository for Hands-On Design Patterns with Java, published by Packt.

Learn design patterns that enable the building of large-scale software architectures

What is this book about?

Java design patterns are reusable and proven solutions to software design problems. This book covers over 60 battle-tested design patterns used by developers to create functional, reusable, and flexible software.

This book covers the following exciting features: Understand the significance of design patterns for software engineering Visualize software design with UML diagrams Strengthen your understanding of OOP to create reusable software systems Discover GOF design patterns to develop scalable applications Examine programming challenges and the design patterns that solve them Explore architectural patterns for microservices and cloud development

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter04.

The code will look like the following:

   Mother() {
        System.out.println("Mother constructor executed.");
    }
}

Following is what you need for this book: If you are a developer who wants to learn how to write clear, concise, and effective code for building production-ready applications, this book is for you. Familiarity with the fundamentals of Java is assumed.

With the following software and hardware list you can run all code files present in the book (Chapter 1-9).

Software and Hardware List

Chapter Software required OS required
1 Modelio 3.x Windows, Mac OS X, and Linux (Any)
2-9 Java SE Development Kit (JDK) 12 Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Dr Edward Lavieri is a veteran software engineer and developer with a strong academic background. He earned a Doctorate of Computer Science from Colorado Technical University, an MS in Management Information Systems (Bowie State University), an MS in Education (Capella University), and an MS in Operations Management (University of Arkansas). He has been creating and teaching computer science courses since 2002. Edward retired from the U.S. Navy as a Command Master Chief after 25 years of active service. He is the founder and creative director of three19, a software design and development studio. Edward has authored more than a dozen technology books, including several on Java.

Other books by the authors

LiveCode Mobile Development HOTSHOT

LiveCode Mobile Development Cookbook

Getting Started with Unity 5

Mastering Java 9

Learning AWS Lumberyard Game Development

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

Hands-On Design Patterns with Java, published by Packt

License:MIT License


Languages

Language:Java 100.0%