| Author |
sample application in EJB 3 in Action
|
Anthony Karta
Ranch Hand
Joined: Aug 09, 2004
Posts: 342
|
|
Dear author, what sample application and scenario outline in your book? does it gradually build as we read along the book? is the code complete, well organized, easy to follow? my experience, what we mostly got from code samples is hard to follow and lack of comment/documentation. thanks
|
SCJP 5
|
 |
Debu Panda
author
Ranch Hand
Joined: Jan 21, 2007
Posts: 100
|
|
We use an application named "ActionBazaar" that is online bidding sceanrio similar to eBay. Note that every chapter has code example and uses a component of ActionBazaar as it fits in. For example Chapter 3 (session beans) uses Stateless, Stateful session beans, Chapter 4 MDBs and Chapter 16 EJB 3 with Spring. All of these examples use scenarios from ActionBazaar
|
Author: EJB 3 In Action (http://manning.com/panda)
|
 |
Anthony Karta
Ranch Hand
Joined: Aug 09, 2004
Posts: 342
|
|
Originally posted by Debu Panda: We use an application named "ActionBazaar" that is online bidding sceanrio similar to eBay. Note that every chapter has code example and uses a component of ActionBazaar as it fits in. For example Chapter 3 (session beans) uses Stateless, Stateful session beans, Chapter 4 MDBs and Chapter 16 EJB 3 with Spring. All of these examples use scenarios from ActionBazaar
Thanks Debu. I know the focus is on EJB. But just wonder do we get complete application components (on the back-end, not UI though) for example shopping cart? thanks again
|
 |
 |
|
|
subject: sample application in EJB 3 in Action
|
|
|