posted 19 years ago
Hi,
I have two questions today.
1. Is there a way to implement CRUD without entity beans but with session bean alone. If so, is it implemented using the following approach? What are the advantages?
BusinessDelegate --> SessionFacade --> BO --> DAO --> DAOImpl
2. I need to send messages to a JMS MQ provided by IBM. How do I go about that? I think that there is no need for MDB as I would only be sending messages to the MQ. The MQ takes care of processing the message.
thanks