GithubHelp home page GithubHelp logo

layered_architecture's Introduction

SW 아키텍처 패턴 개념도

  1. Repository 패턴

    pic

  2. Layered 패턴

    pic

  3. Master Slave 패턴

    pic

  4. MVC 패턴

    pic

  5. Micro Service 패턴

    pic

  6. Client Server 패턴

    pic

Layered Architecture

  • 보통 3 layer로 구성
    • Controller (Presentation 계층)
      • 어플리케이션 요청과 응답 처리하는 관문의 역할
      • 최상위 Layer
    • Service (Business Logic 계층)
      • 비즈니스를 수행하기 위한 핵심적인 비즈니스 로직이 구현되는 단계
    • Repository (Data Access 계층)
      • 비즈니스를 수행하면서 데이터에 접근해야 하는 케이스를 제어하는 계층

layered_architecture's People

Contributors

bumjunekim avatar

Stargazers

Jeong Ho Jung avatar verdantjuly avatar

Watchers

 avatar

Forkers

kinnjoo

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.