Books

  1. EJB Cookbook
    EJB Cookbook

  2. Special Effects Game Programming with DirectX 9.0 (Game Development S.)
    Special Effects Game Programming with DirectX 9.0 (Game Development S.)

  3. Essentials of Constraint Programming (Cognitive Technologies S.)
    Essentials of Constraint Programming (Cognitive Technologies S.)

  4. Programming Basics Complete Idiot's Guide (The Complete Idiot's Guide)
    Programming Basics Complete Idiot's Guide (The Complete Idiot's Guide)

  5. Building Web Database Applications with Visual Studio 6 (Professional Developer's Library)
    Building Web Database Applications with Visual Studio 6 (Professional Developer's Library)

  6. SAP Project Management (ERP S.)
    SAP Project Management (ERP S.)

  7. Citrix Metaframe for Windows Terminal Services: The Official Guide (Citrix Press S.)
    Citrix Metaframe for Windows Terminal Services: The Official Guide (Citrix Press S.)

  8. Java 2: A Beginner's Guide (Beginner's Guides)
    Java 2: A Beginner's Guide (Beginner's Guides)

  9. Dreamweaver 4: the Complete Reference
    Dreamweaver 4: the Complete Reference

  10. ASP.NET Programmer's Reference (Programmer's Reference S.)
    ASP.NET Programmer's Reference (Programmer's Reference S.)

  11. Multithreaded Programming with Pthreads
    Multithreaded Programming with Pthreads

  12. Insider Strategies for Outsourcing Information Systems: How to Build Productive Partnerships and Avoid Seductive Traps
    Insider Strategies for Outsourcing Information Systems: How to Build Productive Partnerships and Avoid Seductive Traps

  13. Elements of Functional Programming
    Elements of Functional Programming

  14. Managing Multimedia
    Managing Multimedia

  15. The Unicode Standard: Worldwide Character Encoding: Version 3.0
    The Unicode Standard: Worldwide Character Encoding: Version 3.0

  16. Extreme Programming Applied: Playing to Win (The XP Series)
    Extreme Programming Applied: Playing to Win (The XP Series)

  17. OSPF: Anatomy of an Internet Routing Protocol
    OSPF: Anatomy of an Internet Routing Protocol

  18. A Programmer's Guide to Java Smart Cards (Java S.)
    A Programmer's Guide to Java Smart Cards (Java S.)

  19. Extreme Programming Installed
    Extreme Programming Installed

  20. Web Programming: Building Internet Applications
    Web Programming: Building Internet Applications

  21. Beginning ASP.NET 1.1 with VB.NET 2003
    Beginning ASP.NET 1.1 with VB.NET 2003

  22. Effective Project Management
    Effective Project Management

  23. Streaming Media: Building and Implementing a Complete Streaming System (Professional Developer's Guide)
    Streaming Media: Building and Implementing a Complete Streaming System (Professional Developer's Guide)

  24. Mastering Bea Weblogic Server: Best Practices for Building and Deploying J2ee Applications
    Mastering Bea Weblogic Server: Best Practices for Building and Deploying J2ee Applications

  25. MATLAB Programming for Engineers
    MATLAB Programming for Engineers

EJB Cookbook
Average customer rating: 4.5 out of 5 stars
  • Good reference
  • Thanks for making a good cookbook !
  • Good idea, poor implementation.
  • Valuable resource in a convenient form
  • An OK reference for recurring tasks
EJB Cookbook
Benjamin G. Sullins , and Mark B. Whipple
Manufacturer: Manning Publications
ProductGroup: Book
Binding: Paperback

GeneralGeneral | Business & Investing | Subjects | Books
GeneralGeneral | Java | Programming | Computers & Internet | Subjects | Books
GeneralGeneral | Languages & Tools | Programming | Computers & Internet | Subjects | Books
GeneralGeneral | Software | Computers & Internet | Subjects | Books
Look Inside Business BooksLook Inside Business Books | Trip | Specialty Stores | Books
Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
GeneralGeneral | Software Books | Custom Stores | Stores | Software
Similar Items:
  1. Bitter EJB
  2. Core J2EE Patterns: Best Practices and Design Strategies, Second Edition
  3. JBoss at Work: A Practical Guide
  4. Mastering Enterprise JavaBeans, 3rd Edition
  5. Pro EJB 3: Java Persistence API (Pro)

ASIN: 1930110944

Book Description

Just as cookbooks contain step-by-step directions for creating different dishes, this book contains recipes for solving problems concerning Enterprise JavaBeans. Topics addressed range from simple, everyday issues to complex design issues using EJB patterns. Intended for developers with some EJB development experience, an understanding of the concepts of enterprise development and the basics of EJB programming is assumed. This book clearly addresses problems and issues and avoids the use of EJB keywords, making it ideal for developers who want quick solutions to frequent problems—or simply EJB development ideas. Easy-to-find recipes range from the common to the advanced and include techniques for securing a message-driven bean, generating EJB code, and improving an entity bean persistence layer.

Customer Reviews:

5 out of 5 stars Good reference.......2006-11-10

This book is for the experienced developer who wants to keep a reference at hand of useful patterns (or recipes). Good to have in the library.

5 out of 5 stars Thanks for making a good cookbook !.......2005-05-04

Finally, one and only, the best cookbook. It has so many good code examples - finally developers will be able to quickly find a solution - perfect. Very clear, nice, neat, easy to read.

I would like to see a cookbook by the same author about J2EE, e.g. best practice or most common techniques. Hopefully one day.

If only it has more than 350 pages, please add more.


I hope there will be a second part, with even more stuff in there.

2 out of 5 stars Good idea, poor implementation........2004-05-14

The book is well structured, and looking into the contents you can see that it concerns a wide range of really interesting topics. It is not as boring as other EJB books.
But ...
Do you think that 300 pages could cover topics like EJB security, transactions, messaging, XDoclet in such a depth that you can use the recipes in action?
The other point is that the the book is full of very serious errors. Code examples are never tested and there are conceptual mistakes in the text. Did you find the errata at the publisher's web site? I didn't. It will be published in another book.
So ...
It would be the best book on EJB if the authors wrote it in 600 pages, got the sample code fragments from a running application and hired a publisher's reader.

5 out of 5 stars Valuable resource in a convenient form.......2004-04-27

Although some of the recipes don't fit directly into the strict cookbook form this book is still an excellent resource for J2EE programmers. The author intends this book to be read by engineers with some EJB experience who encounter challenges or problems with EJB. The book organizes these problems into topics by chapter (e.g. transactions, security, logging, data access, code generation, etc.), and then presents each problem within the chapter in a standard form; problem, background, recipe, discussion, see also.

If there is any fault to be found it is that some of the explanations are somewhat terse. It's not a structural flaw, however, since the purpose of the book is to provide brief answers to get you out of a tough jam.

Chapter two, on XDoclet generation is noteworthy. The authors explanation of XDoclet and it's use in generating various EJB and J2EE artifacts is dead-on easy to understand. I also appreciate that he mentions it so early on because it is such an important part of EJB development.

For J2EE developers, and more specifically EJB developers, this is a valuable resource for day-to-day development challenges. Well worth the money.

4 out of 5 stars An OK reference for recurring tasks.......2003-12-16

EJB Cookbook is a collection of recipes for the common EJB developer, wondering how a certain task can be accomplished with EJBs.

The authors state early on that the focus is not on teaching the EJB technology and basics. Despite of what the authors just said in the preface, the book starts with exactly the kind of basics that encourage quick browsing.

The 2nd chapter is a U-turn and points the book to the right direction for most of the journey. The overall level of the recipes is still a bit too simple for my liking -- the toughest questions have been left out. On the plus side, I am happy with the fact that the authors have included chapters on using XDoclet for EJB development and on unit testing EJBs with Cactus. The body of the book is, simply put, a compact reference for accomplishing recurring development tasks.

Excluding the chapters on XDoclet and unit testing, the EJB Cookbook is not an exceptional book. It is a reference, albeit a useful one.

EJB: Livro de Receitas ( Cookbook)
Average customer rating: Not rated
    EJB: Livro de Receitas ( Cookbook)

    ProductGroup: Book
    Binding: Paperback
    ASIN: 8573933372

    Books:

    1. CVS Pocket Reference
    2. Radio Userland Kick Start
    3. EJB Cookbook
    4. Java Programming
    5. Programming with Intel Wireless MMX Technology
    6. Game Audio Programming
    7. Dynamics of Software Development
    8. Year 2000: The International Directory of Y2K Conversion Resources
    9. Microsoft Project 98 Step by Step (Step-by-step S.)
    10. CCSA CP2000 Exam Cram

    Books