• 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
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

Head First EJB and Design Patterns

 
Ranch Hand
Posts: 237
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Does Head First EJB book explain EJB Design Patterns?
 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good question .... I too had the same doubt?? The TOC does not mention it anywhere?? Does the J2EE Architecture chapter cover them???
Karen
 
Karen Gomes
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI Reda,
Just found the following in the Editorial section at Amazon.com for HF EJF:
In Head First EJB, you'll learn all about:
Component-based and role-based development
The architecture of EJB, distributed programming with RMI
Developing and Deploying an EJB application
The Client View of a Session and Entity bean
The Session Bean Lifecycle and Component Contract
The Entity bean Lifecycle and Component Contract
Container-managed Persistence (CMP)
Container-managed Relationships (CMR)
EJB-QL
Transactions
Security
EJB Exceptions
The Deployment Descriptor
The Enterprise Bean Environment in JNDI
Programming Restrictions and Portability
Patterns and Performance for EJB
yes and this does include PATTERNS !!!
Cheers
Karen.
 
Ranch Hand
Posts: 218
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check this thread.
https://coderanch.com/t/158089/java-EJB-SCBCD/certification/EJB-easy-build-they
Kathy said

Actually, the patterns and performance chapter did *not* make it into the book because the book got too large (it is already 100 pages longer than expected),


-Sainudheen
 
Ranch Hand
Posts: 8944
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Will design patterns be introduced in future versions of SCBCD?
 
Ranch Hand
Posts: 1312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think, design pattern is very important to create application(Web, EJB and so on)
please see http://www.corej2eepatterns.com/Patterns2ndEd/index.htm
 
Cowgirl and Author
Posts: 1589
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, I believe that at least a few core J2EE patterns WILL make it into the next version of the exam. (We don't know for sure at this point, because it will be long time before we create the new objectives for the update of the exam for EJB 2.1).
And I'm sad that they didn't make it into the book but we will have some up. I HIGHLY recommend that after our book you get a J2EE patterns book, because our chapter-that-didn't-make-it was only a highlight...
We'll have some things on the web site, though
cheers,
Kathy
 
Ranch Hand
Posts: 203
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Wow...Interesting
i have order this book from amazon already..still waiting for shipping..
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic