Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

프린터 스풀러 JS #60

Open
ppamppamman opened this issue Sep 4, 2020 · 0 comments
Open

프린터 스풀러 JS #60

ppamppamman opened this issue Sep 4, 2020 · 0 comments
Assignees
Labels
Web Web 기본작업 기본적으로 해야하는 작업

Comments

@ppamppamman
Copy link
Contributor

프린터 스풀러 JS

  • 프록시 패턴 구현 (가상 프록시)

필요 컴포넌트

  • Computer (클라이언트)
  • PrinterProxy
  • Printer
  • PrinterInterface (프록시와 실제 객체에 대한 인터페이스)

프로세스

Computer (only can access PrinterProxy by PrinterInterface)
  -> PrinterInterface 
    -> PrinterProxy (request to Printer)
    -> Printer (return to Computer)
@ppamppamman ppamppamman added 요구사항 필수적으로 구현해야 하는 요구사항 기본작업 기본적으로 해야하는 작업 labels Sep 4, 2020
@ppamppamman ppamppamman self-assigned this Sep 4, 2020
@ppamppamman ppamppamman added Web Web and removed 요구사항 필수적으로 구현해야 하는 요구사항 labels Sep 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Web Web 기본작업 기본적으로 해야하는 작업
Projects
None yet
Development

No branches or pull requests

1 participant