Standort:  Start» English Books » Java » Enterprise JavaBeans 3.0                             
Sponsor
Categories
Kleidung
B¨¹cher
Computer
DVD
Elektronik
English Books
Games
Gesundheit
Haus/Garten
Heimwerken
Kamera/Foto
K¨¹che
Musik
Outdoor/Freizrit
Software
Spielwaren
Uhren
Video
Zeitschriften
Related Categories
• Java
Programming
Computers & Internet
Subjects
English Books
• Languages & Tools
Programming
Computers & Internet
Subjects
English Books
• Software
Computers & Internet
Subjects
English Books
Subcategories
Java
Beginner's Guides
JavaBeans
Reference
Servlets
Languages & Tools
Ada
Ajax
Assembly Language Programming
Basic
Borland Delphi
C#
CGI Programming
CSS
Cobol
Compiler Design
Compilers
DHTML
Debugging
Delphi
Fortran
Lisp
Prolog
Python
RPG
Visual Basic Introduction
Visual C++
XHTML
XML
XSL
Software
Business
Databases
Directories
E-mail
Introductory Guides
Mathematical & Statistical
Natural Language Processing
Optical Character Recognition
Personal Finance
Spreadsheets
Voice Recognition
Word Processors & Editors

Enterprise JavaBeans 3.0

Enterprise JavaBeans 3.0

vergrössern vergrössern 
Autoren: Bill Burke, Richard Monson-haefel
Urheber: Bill Burke, Richard Monson-haefel
Verleger: O'Reilly Media

Kaufen Neu: EUR 24,31



Neu (100) Gebraucht (17) ab EUR 17,26

Bewertung: 4.5 von 5 Sternen 78 Rezensionen
Verkaufsrang: 7793

Medium: Taschenbuch
Ausgabe: 5th ed.
Seiten: 760
Zahl Der Einzelteile: 1
Versandgewicht: 2.4
Maße (innen): 9.1 x 7 x 1.3

ISBN: 059600978X
Dewey Dezimalzahl: 005.133
EAN: 9780596009786
ASIN: 059600978X

Publikation: Mai 19, 2006
Verfügbarkeit: Versandfertig in 1 - 2 Werktagen
Zustand: Versand erfolgt aus den USA. Die Lieferfrist belaeuft sich auf 10-14 Werktage. Wir bieten Kundenbetreuung in Deutsch.

Ähnliche Artikel:

  • Java Persistence with Hibernate
  • JBoss at Work: A Practical Guide
  • Java EE 5.0: Master Class. Einstieg für Anspruchsvolle
  • JBoss Seam: Simplicity and Power Beyond Java EE (Prentice Hall JBoss)
  • JavaServer Faces: The Complete Reference (Complete Reference Series)

Redaktionelle Rezensionen:

Aus der Amazon.co.uk-Redaktion
Enterprise Javabeans enable you to support distributed business applications in which the components can be located on different platforms in various locations. This provides flexibility at the expense of complexity. An EJB is called by a client and interacts with any CTM (component transaction monitor) which supports the EJB specification. EJBs live in the middle tier of the three tier model: client presentation is the first tier, business logic (encapsulated in EJBs) in the second and database back ends are the third.

The author of Enterprise Javabeans, Second Edition is currently the lead architect for OpenEJB. He spends the first 80 pages describing distributed object architectures, and it's barely enough. The English language strains to encompass complex and unfamiliar relationships using familiar words. A book on this subject can read a little like a mediaeval grimoire, for much the same reasons. Fortunately, while this theoretical background is necessary to understand how EJBs work, most of the book is follows the development of an example EJB designed to be used by a company running a passenger liner. This enables the author to produce lots of demonstration code and to discuss the difference between entity and session beans (think nouns and verbs), stubs, skeletons, containers, XML deployment descriptors, JNDI Naming Context, transaction management, security models, data persistence and so on.

To benefit from Enterprise Javabeans you need basic Java skills, a good grasp of OOPs and some understanding of the data processing needs of large businesses. There is a need for a quick and dirty cookbook approach to EJB development, which this isn't. Most programmers just want to know how, but Richard Monson-Haefel ensures you know why as well. This makes for a harder, if more interesting, read, which does repay study on several levels. --Steve Patient

Amazon.co.uk
As many Java developers and IS managers already know, Sun's powerful Enterprise JavaBean (EJB) technology offers an attractive option for developing server-side components. A suitable read for both managers and Java programmers, Enterprise JavaBeans provides a surprisingly clear and engaging introduction to designing and programming with EJBs.

The tour of the EJB component model presented here centres on several beans created and tested for a travel reservation system in a fictitious cruise ship company. The samples are just right in scale, large enough to test out key concepts in design and deployment, but small enough to be comprehensible, even to those who are not Java experts. The author pays good attention to the real-world issues of deployment with EJBs (as well as the differences between vendors application servers which run them).

While there are enough details in Java syntax for designing both entity and session beans for the developer, sections on design here will please those who manage projects without delving much into code. Later, the author shows off choices for designing entity and session beans. (For instance, entity beans can allow their "bean containers" to handle the details of connecting to a database, or they can do it themselves. This book demonstrates both approaches.) When it comes to session beans (which "wire" together entity beans to do real work), the author's introduction to managing state and transactions is also a stand-out. Tips for performance and reusability close out the book.

In all, Enterprise JavaBeans provides an engaging tour of one of the most promising component technologies. It's technically astute, but thoroughly approachable too, and can serve the needs of any manager or Java developer considering EJBs for future projects. --Richard Dragan, Amazon.com

Topics covered: Enterprise JavaBeans (EJBs) basics, distributed architectures, Component Transaction Monitors (CTM's), bean-containers, home and remote bean interfaces, resource management, configuring EJB servers, entity beans, JNDI, container-managed and bean-managed persistence, session beans, stateless and stateful beans, transactions, design and performance hints.

Amazon.com
As many Java developers and IS managers already know, Sun's powerful Enterprise JavaBean (EJB) technology offers an attractive option for developing server-side components. A suitable read for both managers and Java programmers, Enterprise JavaBeans provides a surprisingly clear and engaging introduction to designing and programming with EJBs.

The tour of the EJB component model presented here centers on several beans created and tested for a travel reservation system in a fictitious cruise ship company. The samples are just right in scale, large enough to test out key concepts in design and deployment, but small enough to be comprehensible, even to those who are not Java experts. The author pays close attention to the real-world issues of deployment with EJBs (as well as the differences among the vendor application servers that run them).

While there are enough details in Java syntax for designing both entity and session beans for the developer, sections on design here will please those who manage projects without delving much into code. Later, the author shows various ways to design entity and session beans. (For instance, entity beans can allow their bean containers to handle the details of connecting to a database, or they can do it themselves. This book demonstrates both approaches.) When it comes to session beans (which "wire" together entity beans to do real work), the author's introduction to managing state and transactions is also a standout. Tips for performance and reusability close out the book.

In all, Enterprise JavaBeans provides an engaging tour of one of the most promising component technologies. It's technically astute, but thoroughly approachable too, and can serve the needs of any manager or Java developer considering EJBs for future projects. --Richard Dragan

Topics covered: Enterprise JavaBeans (EJBs) basics, distributed architectures, Component Transaction Monitors (CTMs), bean-containers, home and remote bean interfaces, resource management, configuring EJB servers, entity beans, JNDI, container-managed and bean-managed persistence, session beans, stateless and stateful beans, transactions, design and performance hints.


Kundenrezensionen:   Gelesen 73 mehr Rezensionen...

2 von 5 Sternen Oberflächlich   Mai 20, 2008
Ceebulon (Berlin)
Als Einführung ganz gut zu gebrauchen, doch sobald man mehr über Hintegründe erfahren will, bleibt der Band erschreckend oberflächlich. Lang und breit werden Funktionen erklärt, deren Arbeitsweise offensichtlich ist, während etwa das Kapitel über Relationships absolut nichtssagend ist. Es sei denn, man hat noch nie etwas mit Datenbanken zu tun gehabt. Der Persistence-Manager wird praktisch überhaupt nicht wirklich erläutert. Der Unterschied zwischen Entities und gespeicherten Daten wird nirgend explizit erläutern. Schlimm ist, dass eine Definition, welchen Bereich eine Transaktion überdeckt völlig fehlt. Die Beispiele sind passabel, lassen aber ebenfalls wichtige Punkte außer acht und walzen unwichtige aus.


5 von 5 Sternen Excellent Book   August 26, 2006
Meinert Schwartau (Hamburg)
1 aus 2 fanden die folgende Rezension hilfreich

This book is written very well. First the author gives you a survey (how it works, a brief introduction into stateful session beans for example). After this brief intorduction (about 60 pages) you know (not in detail) how it works and how to write simple beans. After that you can start writing beans, the rest of the chapters can be read on demand (e.g. the chapter about stateful session beans if you want to write one). So you mustn't read the hole book to be able to programm ejbs or entity beans. Putting all together this book has helped me very much to get familar with ejbs and entity beans.





5 von 5 Sternen Ein MUSS für jeden JAVA Enterprise Entwickler   Dezember 20, 2001
brunner@wellcom.at (Österreich)
1 aus 10 fanden die folgende Rezension hilfreich

Da dieses Buch von jedem empfohlen wurde, der es gelesen oder auch nur durchgeblättert hat, habe ich es auch probiert.
Ich kann die Empfehlung nur weitergeben.



5 von 5 Sternen Great Book   September 19, 2000
S. Shunmugasundaram (Richmond, VA)
3 aus 3 fanden die folgende Rezension hilfreich

Great book on EJB. Will be difficult on first read. Repeated redings will help. Author leaves running of examples on the shoulders of readers rather than spoonfeeding. In one sense, it will be good. Trying to get the users running the examples might extend the discussion and make the book too big to comprehend.

Can't neglect a single word. Sometimes author might reiterate some features. Author is well focussed on the objectives.


5 von 5 Sternen Start Here - Best book and VERY well written   Juli 5, 2000
Gerry Kaplan
1 aus 1 fanden die folgende Rezension hilfreich

It is so refreshing to finally read a book where the author knows what he is talking about AS WELL AS knows how to write. The unfortunate trend in this industry is to write 500++ page monster books filled with brainless examples, attempts at humor, and screen shots ad nauseum. Richard Monson-Haefel (the author) has focused on the topic at hand and avoided unnecessary fluff along the way. He has clearly done his homework, which is obvious just from reading the Acknowledgements. Unlike other books which are filled with pointless graphic images of dialog boxes and enumerated steps on what buttons, keystrokes, and actions the reader should take, this book explains the concepts clearly and in depth, provides complete code listings to show how the concepts work, and accounts for the fact that different platforms require different approaches.

I highly recommend this book, even for the beginner to EJB, as the author starts you from the ground up. In addition to the content being excellent, the author's command of English lends to an easy to read and understand book. It is refreshing to finally read a well written book on current technology. I will now always check for O'Reilly published books first.

Bluecygnet Store
Internationale Seiten: United States | Großbritannien | Kanada | Österreich | Frankreich
Dies ist ein Amazon assoziieren - die Produkte, die auf dieser Website werden hergestellt und verkauft von anderen Parteien als Bluecygnet Store. Bluecygnet Store übernimmt keine Gewähr für die Produkte entweder oder Lieferanten bieten Informationen über ihre Produkte. Alle Fragen, Beschwerden oder Forderungen in Bezug auf die Produkte müssen direkt an die entsprechenden Hersteller, Anbieter oder Amazon.com.