it:ad:patterns:bridge

No renderer 'odt' found for mode 'odt'

IT:AD:Patterns:Adapter

Summary

  • Used to work around incompatibilities in two libs.
  • Often accomplised by wrapping.
    • eg: wrapping OtherLib (eg: MailLibrary) within a class of ours (SmtpService), that implements our interface (eg: IMessageService).

* Has similar traits to IT:AD:Patterns:Adapter

* Has similar traits to Facade

  • The difference is that the Adapter gets two existing interfaces to work together – whereas a Facade projects a new simpler Interface.
  • /home/skysigal/public_html/data/pages/it/ad/patterns/bridge.txt
  • Last modified: 2023/11/04 22:32
  • by 127.0.0.1