• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Message Driven Beans

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does this book cover message driven beans?
------------------

James Nuzzi
SCJP, SCJD, SCWCD
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
it should... isn't it an Enterprise Bean?

Originally posted by James Nuzzi:
Does this book cover message driven beans?


 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes,
this book covers:
The fundamentals of EJB development, including session beans, entity beans (BMP and CMP), and
message-driven beans
EJB services such as resource management, transactions, and security
Designing EJB applications using patterns, strategies, and UML
Improving EJB design through testing and performance
Integrating EJBs with J2EE, COM, and CORBA
Deployment instructions for leading application servers
 
Ranch Hand
Posts: 106
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
MDB come with the EJB 2.0 specification.
So if the book is EJB2.0 compliant, it covers MDB
 
Author
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
The Professional EJB does cover message driven beans.
Cheers, Matjaz

Originally posted by James Nuzzi:
Does this book cover message driven beans?



------------------
Matjaz Juric
Author of Professional EJB
 
James Nuzzi
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you to all who responded.
------------------

James Nuzzi
SCJP, SCJD, SCWCD
 
reply
    Bookmark Topic Watch Topic
  • New Topic