• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

EJB CRUD without Entity Beans, JMS without MDB

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
reply
    Bookmark Topic Watch Topic
  • New Topic