Hey Srivastav!
Thanks for your replies...they were spot on!!
I have few more questions here:
This is my situation:
My component diagram follows the tier approach (Courtesy: Humphrey Sheil)
In BT (business tier) having one inventory related facade...Now this facade does two things for me...sync request and also async
request...In order to get from an internal inventory system it does sync request...for sending a another type of
request (secret
LOL) to an external system sends a async request...
For the sync request I thought of having an DAO which makes more sense...so did that..but for async request i send a request to
the external queue...I thought I should use an adapter here...So in this case, i put the queue adapter in the integration
tier...Does this sound sensible?
Also, another question which I get here is...how do I show the interaction between the external queue and the adapter...I mean..how to depict that in the component diagram? Can I just use a <<uses>> here? (Humphrey Sheil does that...but he just uses DAO classes in the integration tier...)
Thanks.
Srini