XML deployment descriptors within the O'reilly EnterPrise JavaBeans 3.0.
Remko Strating
Ranch Hand
Joined: Dec 28, 2006
Posts: 893
posted
0
I'm now working with the book EJB3 in action and trying the examples. What I miss in the examples are the XML-deployment descriptors. I know you can work with annotations but I would to learn both. Is in the book EnterPrise JavaBeans 3.0. the XML-descriptors better described?
I don't know about "EnterPrise JavaBeans 3.0" but the book "Mastering EJB 3.0 (4th Edition)" has most examples in two versions: one with annotations and one with a deployment descriptor. It was my main source in learning deployment descriptor elements during exam preparation. Moreover it can be downloaded for free. You can find it under SCBCD links.
SCJP 5 (98%) - SCBCD 5 (98%)
Remko Strating
Ranch Hand
Joined: Dec 28, 2006
Posts: 893
posted
0
Ralph,
Thanks for the "free" tip. I will give Mastering EJB 3.0 a try.