Hello Gurus,
I'm sorry if I have posted this question in the wrong forum.
My question is as follows.
I'm new at EJB and learning it by reading Mastering EJB second Edition by Ed Roman. I guess my confusion is what should be the starting point to study EJB - either books like this one or EJB Specifications provided by Sun?
If you could express your valuable thoughts on this it will help me a lot.
Thanks
-
EJB Starting Point (4 messages)
- Posted by: Chetan Patki
- Posted on: November 19 2003 15:41 EST
Threaded Messages (4)
- EJB Starting Point by Paul Strack on November 19 2003 17:27 EST
- EJB Starting Point by ashish verma on November 22 2003 07:34 EST
- EJB Starting Point by cnzeng zheng on November 22 2003 10:21 EST
- EJB Starting Point by ashish verma on November 22 2003 07:34 EST
- Good Enough, But by chandrasekhar ch on November 24 2003 07:15 EST
-
EJB Starting Point[ Go to top ]
- Posted by: Paul Strack
- Posted on: November 19 2003 17:27 EST
- in response to Chetan Patki
My favorite starting book for EJBs is the O'Reilly Enterprise Java Beans book. If you are feeling cheap, I would recommend the J2EE tutorials at Sun:
http://java.sun.com/j2ee/tutorial/1_3-fcs/
Mastering EJBs is a good second book to look at. To truly master EJBs, you will eventually need to look at the specifications, but I would do a lot of preliminary reading first. -
EJB Starting Point[ Go to top ]
- Posted by: ashish verma
- Posted on: November 22 2003 07:34 EST
- in response to Paul Strack
That book by Ed Roman is pretty good.
ALso u will need some reading readding from various sites like SUN, IBM's developer works and the forums Serververside.
Also if you want to try it out with latest technologies then check this.
http://www.tusc.com.au/tutorial/html/index.html
Cheers...
Vishal. -
EJB Starting Point[ Go to top ]
- Posted by: cnzeng zheng
- Posted on: November 22 2003 10:21 EST
- in response to ashish verma
http://www.tusc.com.au/tutorial/html/index.html
I have read through the tutorial,it is pretty good and is useful.It not only step by step programing ,also the configuration of server. -
Good Enough, But[ Go to top ]
- Posted by: chandrasekhar ch
- Posted on: November 24 2003 07:15 EST
- in response to Chetan Patki
This Ed Roman's book is good enough to start learning EJB but
with this u need to do some practical examples which will help
u to understand the whole scenario.and u need to choose one application
server and start working with that..
Cheers,
Chandu.