Code Monkey home page Code Monkey logo

design-patterns's Introduction

What is a design pattern?

Design patterns are the solution of well known industry problem, design patterns can also be formalized as best practices a programmer or a developer should follow. Its a way of effectively arranging objects in memory for greater reuse.

Design pattern category

  • Gang of four Patterns:

    • Creational patterns
    • Structural patterns
    • Behavioral pattern
    • Concurrency patterns
  • J2EE Patterns Patterns in a multi-tiered application, a tier is a logical separation of responsibility. Each tier is given a unique responsibility in a software system, and in ideal world there is no dependency or minimal dependency between each layer.

    • Client Tier Application client, browser

    • Presentation tier This tier contains all the presentation logic JSP, Servlets, etc

      • Intercepting filter
      • Front controller
      • Context objects
      • Application controller
      • View Helper
      • Composite View
      • Service to worker
      • Dispatcher View
    • Business tier This tier provides business service required by the application clients EJB, Webservices

      • Business delegate
      • Service Locator
      • Session Facade
      • Application Service
      • Business Object
      • Composite Entity
      • Transfer Object
      • Transfer Object Assembler
      • Value List Handler
    • Integration tier This tier is responsible for communicating with external resources JMS, JDBC

      • Data Access Object (DAO)
      • Service Activator
      • Domain Store
      • Web Service Broker
    • Resource tier Database, filesystem

design-patterns's People

Contributors

vishrantgupta avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.