Skip to Content.
Sympa Menu

gang-of-4-patterns - RE: [gang-of-4-patterns] what is the diffence in adapter and bridge patterns

gang-of-4-patterns AT lists.cs.illinois.edu

Subject: Design Patterns discussion

List archive

RE: [gang-of-4-patterns] what is the diffence in adapter and bridge patterns


Chronological Thread 
  • From: "Devaiah Doni" <DevaiahD AT virtusa.com>
  • To: <gang-of-4-patterns AT cs.uiuc.edu>
  • Subject: RE: [gang-of-4-patterns] what is the diffence in adapter and bridge patterns
  • Date: Mon, 19 Jul 2004 20:03:06 +0530
  • List-archive: <http://mail.cs.uiuc.edu/pipermail/gang-of-4-patterns>
  • List-id: Design Patterns discussion <gang-of-4-patterns.cs.uiuc.edu>

i found JDBC Driver is best example for Bridge pattern, can u please explain
how JDBC Driver is example.
is it because JDBC-ODBC Bridge driver or any other type of JDBC driver is
example for Bridge pattern?.
Thanks
Devaiah doni

-----Original Message-----
From: Ye, Ray
[mailto:rye AT ciena.com]
Sent: Monday, July 19, 2004 7:17 PM
To: Devaiah Doni;
gang-of-4-patterns AT cs.uiuc.edu
Subject: RE: [gang-of-4-patterns] what is the diffence in adapter and
bridge patterns


Hi,

Bridge pattern is two-dimensional, both the abstraction and its
implementation can be evolved independently, whereas the adaptor pattern is
trying to adapt a component to reuse the existing interface.

Hope this helps.

Ray

-----Original Message-----
From: Devaiah Doni
[mailto:DevaiahD AT virtusa.com]
Sent: Monday, July 19, 2004 12:41 AM
To:
gang-of-4-patterns AT cs.uiuc.edu
Subject: [gang-of-4-patterns] what is the diffence in adapter and bridge
patterns


hi,
i could not find the difference in this two patterns..
only definition is changed..but in the implementation both looks same.
Thanks
devaiah Doni


----------------------------------------------------------------------------
----------------------
This message, including any attachments, contains confidential information
intended for a specific individual and purpose, and is intended for the
addressee only. Any unauthorized disclosure, use, dissemination, copying,
or distribution of this message or any of its attachments or the information
contained in this e-mail, or the taking of any action based on it, is
strictly prohibited. If you are not the intended recipient, please notify
the sender immediately by return e-mail and delete this message.

_______________________________________________
gang-of-4-patterns mailing list
gang-of-4-patterns AT cs.uiuc.edu
http://mail.cs.uiuc.edu/mailman/listinfo/gang-of-4-patterns


--------------------------------------------------------------------------------------------------
This message, including any attachments, contains confidential information
intended for a specific individual and purpose, and is intended for the
addressee only. Any unauthorized disclosure, use, dissemination, copying, or
distribution of this message or any of its attachments or the information
contained in this e-mail, or the taking of any action based on it, is
strictly prohibited. If you are not the intended recipient, please notify
the sender immediately by return e-mail and delete this message.





Archive powered by MHonArc 2.6.16.

Top of Page