[AnonDCX] Java Design Patterns: A tour of 23 gang of four design patterns in Java (incl code samples)

seeders: 1
leechers: 0
updated:
Added by AnonDCX in Other > E-Books

Download Fast Safe Anonymous
movies, software, shows...

Files

Source Code StrategyPattern choices
  • IChoice.java (0.1 KB)
  • IChoice.class (0.2 KB)
  • SecondChoice.java (0.3 KB)
  • FirstChoice.java (0.4 KB)
  • SecondChoice.class (0.9 KB)
  • FirstChoice.class (1.0 KB)
contextofchoice
  • Context.java (0.3 KB)
  • Context.class (0.6 KB)
  • .classpath (0.3 KB)
  • .project (0.4 KB)
  • .settings
    • org.eclipse.jdt.core.prefs (0.6 KB)
    strategy pattern demo
    • StrategyPatternEx.java (1.8 KB)
    • StrategyPatternEx.class (1.8 KB)
    ProxyPattern OriginalClasses
    • Subject.java (0.1 KB)
    • ConcreteSubject.java (0.2 KB)
    • Subject.class (0.3 KB)
    • ConcreteSubject.class (0.5 KB)
    • .classpath (0.3 KB)
    • proxy pattern demo
      • ProxyPatternEx.java (0.3 KB)
      • ProxyPatternEx.class (0.7 KB)
      ProxyClasses
      • Proxy.java (0.3 KB)
      • Proxy.class (0.7 KB)
    • .project (0.4 KB)
    • .settings
      • org.eclipse.jdt.core.prefs (0.6 KB)
      IteratorPattern aggregate
      • ISubject.java (0.1 KB)
      • ISubject.class (0.2 KB)
      • Arts.class (0.6 KB)
      • Arts.java (0.8 KB)
      • Science.class (0.8 KB)
      • Science.java (1.0 KB)
      • Arts$ArtsIterator.class (1.0 KB)
      • Science$ScienceIterator.class (1.3 KB)
      iterator
      • IIterator.class (0.2 KB)
      • IIterator.java (0.2 KB)
      • .classpath (0.3 KB)
      • .project (0.4 KB)
      • .settings
        • org.eclipse.jdt.core.prefs (0.6 KB)
        iteratorpattern demo
        • IteratorPatternEx.java (0.7 KB)
        • IteratorPatternEx.class (1.3 KB)
        FacadePattern robotparts
        • RobotBody.java (0.1 KB)
        • RobotMetal.java (0.2 KB)
        • RobotColor.java (0.2 KB)
        • RobotBody.class (0.5 KB)
        • RobotColor.class (0.7 KB)
        • RobotMetal.class (0.7 KB)
        • .classpath (0.3 KB)
        • facade pattern demo
          • FacadePatternEx.java (0.4 KB)
          • FacadePatternEx.class (0.8 KB)
        • .project (0.4 KB)
        • robotfacade
          • RobotFacade.java (0.5 KB)
          • RobotFacade.class (1.1 KB)
          .settings
          • org.eclipse.jdt.core.prefs (0.6 KB)
          CommandPattern command pattern demo
          • ICommand.class (0.1 KB)
          • Invoke.class (0.5 KB)
          • MyRedoCommand.class (0.6 KB)
          • MyUndoCommand.class (0.6 KB)
          • Receiver.class (0.6 KB)
          • CommandPatternEx.class (1.2 KB)
          • CommandPatternEx.java (1.4 KB)
          • .classpath (0.3 KB)
          • .project (0.4 KB)
          • .settings
            • org.eclipse.jdt.core.prefs (0.6 KB)
            FactoryPattern factory pattern demo
            • IAnimal.class (0.1 KB)
            • IAnimalFactory.class (0.4 KB)
            • Duck.class (0.5 KB)
            • Tiger.class (0.6 KB)
            • Tiger.class.bak (0.6 KB)
            • ConcreteFactory.class (1.1 KB)
            • FactoryPatternEx.class (1.1 KB)
            • FactoryPatternEx.java (1.8 KB)
            • .classpath (0.3 KB)
            • .project (0.4 KB)
            • .settings
              • org.eclipse.jdt.core.prefs (0.6 KB)
              FlyweightPattern flyweight pattern demo
              • IRobot.class (0.1 KB)
              • LargeRobot.class (0.6 KB)
              • SmallRobot.class (0.6 KB)
              • FlyweightPatternEx.class (1.5 KB)
              • RobotFactory.class (1.9 KB)
              • FlyweightPatternEx.java (2.9 KB)
              • .classpath (0.3 KB)
              • .project (0.4 KB)
              • .settings
                • org.eclipse.jdt.core.prefs (0.6 KB)
                BridgePattern2 bridge pattern demo2
                • IColor.class (0.2 KB)
                • Shape.class (0.5 KB)
                • RedColor.class (0.8 KB)
                • GreenColor.class (0.8 KB)
                • Triangle.class (1.2 KB)
                • Rectangle.class (1.2 KB)
                • BridgePatternDemo2.class (1.2 KB)
                • BridgePatternDemo2.java (2.4 KB)
                • .classpath (0.3 KB)
                • .project (0.4 KB)
                • Description

                  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.

                  What you’ll learn

                  Each of the pattern is described with simple Java examples. 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.
                  All 23 patterns are explained through unique real world examples.
                  Who this book is for

                  Software developers, software testers and software architects. In general, the book will have significant importance to any programming lovers.



Download torrent
6.1 MB
seeders:1
leechers:0
[AnonDCX] Java Design Patterns: A tour of 23 gang of four design patterns in Java (incl code samples)


Trackers

tracker name
udp://tracker.openbittorrent.com:80/announce
udp://tracker.opentrackr.org:1337/announce
µTorrent compatible trackers list

Download torrent
6.1 MB
seeders:1
leechers:0
[AnonDCX] Java Design Patterns: A tour of 23 gang of four design patterns in Java (incl code samples)


Torrent hash: AC898E70DC0E213A12B606D5CA2D2263508E8CEC