How to package bridge pattern classes?
From: Ken (kk_oop_at_yahoo.com)
Date: 08/07/04
- Previous message: Robert C. Martin: "Re: 3 tier architecture: a lot of questions"
- Next in thread: Daniel T.: "Re: How to package bridge pattern classes?"
- Reply: Daniel T.: "Re: How to package bridge pattern classes?"
- Reply: Robert C. Martin: "Re: How to package bridge pattern classes?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 6 Aug 2004 16:17:47 -0700
Hi. I'm implementing the bridge pattern in Java. I'm wondering if I
should put each side of the bridge in its own package, or if I should
put all the bridge classes in one package. I'm leaning toward the
former, so each side of the bridge will have its protected methods
encapsulated from the other side.
Any thoughts?
Thanks,
Ken
- Previous message: Robert C. Martin: "Re: 3 tier architecture: a lot of questions"
- Next in thread: Daniel T.: "Re: How to package bridge pattern classes?"
- Reply: Daniel T.: "Re: How to package bridge pattern classes?"
- Reply: Robert C. Martin: "Re: How to package bridge pattern classes?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|