19 used & new from $0.26

Have one to sell? Sell yours here
 
 
Applying Enterprise JavaBeans 2.1: Component-Based Development for the J2EE Platform (2nd Edition)
 
 

Applying Enterprise JavaBeans 2.1: Component-Based Development for the J2EE Platform (2nd Edition) (Paperback)

~ (Author), Sanjeev Krishnan (Author), Linda DeMichiel (Author), Beth Stearns (Author)
3.7 out of 5 stars  See all reviews (15 customer reviews)


Available from these sellers.


4 new from $32.11 15 used from $0.26

Formats

Amazon Price New from Used from
  Paperback, December 26, 2000 $39.95 $3.49 $0.01
  Paperback, May 27, 2003 -- $32.11 $0.26

Editorial Reviews

Amazon.com Review

As an authoritative resource for using Enterprise JavaBeans (EJB) effectively to build and integrate even the largest systems, Applying Enterprise JavaBeans provides what IT managers and developers need to adopt this powerful component standard successfully in new Java projects.

Most books about EJB are strong on theory, but tend to leave out many details of how to implement components in real projects. That's where this text steps in, providing real code (and real design decisions) for implementing different kinds of JavaBeans, like session and entity Beans. Better yet, it contains a case study of a human resources benefits enrollment system that integrates data from different vendors and uses EJB to hold the data together. (Using fictitious vendor names like "Star Enterprise," "Wombat," and "Providence," the book shows how EJB can lead to successful enterprise integration.)

Subsequent chapters look at different aspects of this system, from session Beans (including stateful Beans used to manage sessions) to detailed examples of entity Beans in action. There are plenty of state transition diagrams (that show the inner workings of EJB in a variety of scenarios) and source code (useful for Java developers). Without actually anchoring this material in an actual application server (which would make the book even more practical), it does a good job of fleshing out the EJB standard for real projects, exposing what really goes on between application server "containers" and the Beans they manage, including activation and passivation states.

Final sections examine transactions and security options for components, including the use of declarative statements in XML descriptors to simplify these aspects of EJB design. Finally, there's a reference for built-in EJB classes and APIs.

Overall, this book can help put EJB within reach for programmers and managers. Its mix of practical expert advice and sample source code will help demystify EJB components and how to use them to create successful, state-of-the-art enterprise systems. --Richard Dragan

Topics covered:

  • Two-tiered vs. J2EE application architectures
  • Advantages of EJB
  • Business rules
  • The structure of EJB
  • Roles for EJB users (including developers, system administrators, and deployers)
  • Session Beans (stateful and stateless session Beans)
  • Session Beans and containers (including passivation and activation)
  • Entity Bean basics (the Bean life cycle, storing and loading Beans)
  • Case study for a health benefits enrollment system (including application integration through EJB)
  • Transactions in EJB (including declarative and programmatic transaction management)
  • Managing security with Beans (including security roles and declarative security mechanisms)
  • EJB API reference
--This text refers to an alternate Paperback edition.


Product Description

Guide discusses when and how each EJB feature should be used in applications. Concludes with a comprehensive API reference for developers. Updated and expanded to reflect updates in the EJB 2.1 specification. Previous edition: c2001. Softcover.

Product Details

  • Paperback: 496 pages
  • Publisher: Addison-Wesley Professional; 2 edition (May 27, 2003)
  • Language: English
  • ISBN-10: 0201914662
  • ISBN-13: 978-0201914665
  • Product Dimensions: 9 x 7.3 x 1 inches
  • Shipping Weight: 1.7 pounds
  • Average Customer Review: 3.7 out of 5 stars  See all reviews (15 customer reviews)
  • Amazon.com Sales Rank: #1,369,364 in Books (See Bestsellers in Books)

    Popular in this category: (What's this?)

    #18 in  Books > Computers & Internet > Programming > Java > JavaBeans

More About the Author

Vlada Matena
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Vlada Matena Page

Look Inside This Book

What Do Customers Ultimately Buy After Viewing This Item?

Applying Enterprise JavaBeans 2.1: Component-Based Development for the J2EE Platform (2nd Edition)
57% buy the item featured on this page:
Applying Enterprise JavaBeans 2.1: Component-Based Development for the J2EE Platform (2nd Edition) 3.7 out of 5 stars (15)
Enterprise JavaBeans 3.0 (5th Edition)
25% buy
Enterprise JavaBeans 3.0 (5th Edition) 4.3 out of 5 stars (139)
$31.49
Core J2EE Patterns: Best Practices and Design Strategies (2nd Edition)
18% buy
Core J2EE Patterns: Best Practices and Design Strategies (2nd Edition) 4.7 out of 5 stars (44)
$43.86

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(2)
(1)
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

15 Reviews
5 star:
 (5)
4 star:
 (5)
3 star:
 (2)
2 star:
 (1)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
3.7 out of 5 stars (15 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
70 of 71 people found the following review helpful:
4.0 out of 5 stars Useful but not the best EJB book, January 27, 2001
By Eric L. Ma (Berkeley Heights, NJ USA) - See all my reviews
This book is similar in content to the Monson-Haefel EJB 1.1 book. For EJB beginners, it is somewhat more readable than the latter book, and complete blocks of code are given (for an entire EJB bean class for example) in the book pages. However, as a book that only covers EJB 1.1 spec and is not application server specific, it is rather late to the market and as a result its value is somewhat reduced.

The pluses of the book: the strongest selling point of the book is that it does an excellent job in explaining the EJB API (this may be attributed to the fact that the leading author of the book is a member of the Sun's J2EE architecture team). Things I find very useful include discussions on varies methods defined in the EJBObject and EJBHome and the Bean interfaces, the different life cycle behaviors among various type of EJB's, the container-bean contract, and container services such as transaction management and security control, all in a very clear manner. Although there is no integrated application in the book, unlike the Wrox Press's WebLogic book, the EJB design in this book is more sophisticated. The best practices of using value objects, dependent classes, helper classes, and database connection are all well-demonstrated throughout the code and clearly explained.

The minuses of the book: in addition to the ones I mentioned earlier, this book does not have a companion website to allow one to download the source code. It doesn't provide instructions to set up an EJB server to run the samples, and coverage on how to invoke EJB's from JSP and Java clients is limited.

My suggestion: if you are new to EJB and don't care too much about the upcoming EJB 2.0 CMP service and message-driven beans at this point, this is a good alternative to the Monson-Haefel book. On the other hand, if you already own other EJB books or have hands-on experience, I think you should wait for the 2nd Ed. of the book by Ed Roman et al. to come out in the summer. As a side note, from what I understand the new Roman book promises to cover all the new EJB 2.0 stuff and uses WebLogic 6.0 for its samples.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
7 of 7 people found the following review helpful:
5.0 out of 5 stars Excellent, January 28, 2001
By A Customer
The first EJB book I've seen with the actual SQL for the tables it uses. The book does not state it's compliance, but I am very familiar with the 1.1 spec and it covers the 1.1 spec with nothing new from my perspective, so I assume it's 1.1 compliant. The book is short and sweet with plenty of examples. The title's keyword of "applying" is exactly correct. It shows application and not theory. If you want theory go for Enterprise Javabean's by O'Reilly. When you are done with that and ready for practical applications, come to this book. I highly recomend it for applying EJB.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
6 of 6 people found the following review helpful:
5.0 out of 5 stars Top Notch, Clear Thinking, February 13, 2001
By Paul Abraham (Arlington, VA USA) - See all my reviews
The author expends his time and energy explaining the basics of J2EE platform and the intuition that went into developing the specification. Once you get the basics, you can equip yourself with the advanced stuff either from specialized books or from the manuals. The are some spots where the evangelizing gets a bit much. But hey it's crisp, clear and concise (done in 352 pages). If you want to develop a system you need to get a more "tutorial" type of book such as that of the wrox team, or from ths sun website. Buying a tools book may prove useless as the application/web containers versions change often and you may want to invest in that only closer the job one!
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

3.0 out of 5 stars A Solid, But Not Exceptional EJB Book
I'm a bit surprised by many of the reviews of this book. Overall, I think it is a fairly solid coverage of EJBs. Read more
Published on May 26, 2004 by Victor L. Peters

5.0 out of 5 stars Example-filled & highly practical
Now in its second edition updated to take into account changes in the EJB 2.1 specification, Applying Enterprise JavaBeans: Component-Based Development For The J2EE Platform is... Read more
Published on December 12, 2003 by Midwest Book Review

4.0 out of 5 stars Gerbil on a treadmill
Several years ago, we tried using EJB 1.0 and were utterly underwhelmed. Despite using what was for its time a high powered computer, our clock cycles and memory seemed to get... Read more
Published on August 14, 2003 by W Boudville

5.0 out of 5 stars New edition is excellent
This new edition of " Applying Enterprise JavaBeans" is a well written look at the Enterprise JavaBeans 2.1 specification. Read more
Published on July 14, 2003 by Thomas Paul

2.0 out of 5 stars Good book, but outdated.
As an entry level book to Enterprise Java Beans it was a good book, but nothing special. Currently this book (1st edition) is very much outdated because of the new EJB specs. Read more
Published on April 9, 2002 by book addict

4.0 out of 5 stars Excellent Entry Point
An excellent entry point for those new to EJB. Gives nice high-level coverage of the EJB landscape. Read more
Published on September 30, 2001 by Paul de Botton

1.0 out of 5 stars Just another learning EJB book
I was disappointed with this book. Based upon the word 'applying' in the title I thought I would receive a more advanced book that would delve into advanced issues of design,... Read more
Published on September 21, 2001 by Craig Wohlfeil

3.0 out of 5 stars Another intro book that reads like the spec
I found this book really disappointing because I was looking for the"advanced" part and found only the same stuff you can find in any EJB book. Read more
Published on July 27, 2001

4.0 out of 5 stars a nice book not vendor-specific
a good book if you want to get the concept of EJB. not a good one if you want to get some vendor-specific information. Read more
Published on June 21, 2001 by WONG WAI HONG

1.0 out of 5 stars Real World applications using EJB
Beginning on page 17 this book takes the reader on a fantasy trip through the world of EJB and J2EE. Read more
Published on May 31, 2001 by Ronald Pierce

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Discussion Replies Latest Post
Textbooks for Kindle DX? 62 3 hours ago
Anyone need psychology testbook- trying to sell a used copy 2 2 days ago
textbook scam 72 2 days ago
Search Customer Discussions
Search all Amazon discussions
   




Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.