posted 14 years ago
People,
I have a quick question. I have a requirement where the facade needs to send an async request to an internal queue.
Now, how should the component diagram look like?
I am showing the queue and also the facade class. But I am not really happy with an idea of showing an interaction between them directly. So I use an adapter class. Now the point is, can i show up the adapter class in the integration tier?
In short,
Facade (BI tier) --> Adapter (INT tier) --> Queue
I cannot use a DAO here because I am making an async request which logically does not sound good with DAO.
Thanks in advance for your help.
Appreciate your replies.
Srini
SCJP, SCWCD, SCBCD (EJB 2.x and EJB 3), OCA, SCDJWS