An Ihren Kindle oder ein anderes Gerät senden

 
 
 

Kostenlos testen

Jetzt kostenlos reinlesen

An Ihren Kindle oder ein anderes Gerät senden

Lesen Sie Bücher auf Ihrem Computer oder auf anderen Mobilgeräten mit unseren GRATIS Kindle Lese-Apps.
Advanced CORBA® Programming with C++
 
 

Advanced CORBA® Programming with C++ [Kindle Edition]

Michi Henning , Steve Vinoski
4.3 von 5 Sternen  Alle Rezensionen anzeigen (26 Kundenrezensionen)

Digitaler Listenpreis: EUR 54,54 Was ist das?
Kindle-Preis: EUR 40,90 Inkl. MwSt. und kostenloser drahtloser Lieferung über Amazon Whispernet

  • Länge: 1120 Seiten
  • Aufgrund der Dateigröße dauert der Download dieses Buchs möglicherweise länger.
  • Sie haben noch keinen Kindle? Hier kaufen.

Weitere Ausgaben

Amazon-Preis Neu ab Gebraucht ab
Kindle Edition EUR 40,90  
Taschenbuch EUR 62,20  

Produktbeschreibungen

Amazon.com

Written for the experienced C++ developer facing real-world CORBA for the first time, Advanced CORBA Programming with C++ is a useful guide to today's most popular standard for distributed computing.

After a quick tour of CORBA basics, the authors jump right in with a minimum skeleton application written in C++. From there, they provide truly extensive coverage of CORBA IDL, along with many tips for using IDL data types in C++. (They cover advanced features such as any, TypeCode, and DynAny later in the book.).

Next the book unveils its sample application--a distributed climate control system. Material on the Portable Object Adapter and the Object Life Cycle, including garbage collection strategies, rounds out this section. Additional chapters examine the details of Object Request Brokers (ORBs), including Internet Inter-ORB Protocol (IIOP), repositories, and binding. The authors also present CORBA's built-in APIs for Naming, Trading, and Event Services (including asynchronous event handling), which is most useful as reference material.

Final sections examine strategies for better scalability, including multithreading and optimizing network traffic for CORBA objects. The authors provide numerous short excerpts of C++ code, though it must be said that much of this book is reference material rather than a hands-on programming tutorial. --Richard Dragan

Kurzbeschreibung

Here is the CORBA book that every C++ software engineer has been waiting for. Advanced CORBA® Programming with C++ provides designers and developers with the tools required to understand CORBA technology at the architectural, design, and source code levels. This book offers hands-on explanations for building efficient applications, as well as lucid examples that provide practical advice on avoiding costly mistakes. With this book as a guide, programmers will find the support they need to successfully undertake industrial-strength CORBA development projects.

The content is systematically arranged and presented so the book may be used as both a tutorial and a reference. The rich example programs in this definitive text show CORBA developers how to write clearer code that is more maintainable, portable, and efficient. The authors' detailed coverage of the IDL-to-C++ mapping moves beyond the mechanics of the APIs to discuss topics such as potential pitfalls and efficiency. An in-depth presentation of the new Portable Object Adapter (POA) explains how to take advantage of its numerous features to create scalable and high-performance servers. In addition, detailed discussion of advanced topics, such as garbage collection and multithreading, provides developers with the knowledge they need to write commercial applications.

Other highlights

  • In-depth coverage of IDL, including common idioms and design trade-offs
  • Complete and detailed explanations of the Life Cycle, Naming, Trading, and Event Services
  • Discussion of IIOP and implementation repositories
  • Insight into the dynamic aspects of CORBA, such as dynamic typing and the new DynAny interfaces
  • Advice on selecting appropriate application architectures and designs
  • Detailed, portable, and vendor-independent source code

Produktinformation


Mehr über den Autor

Michi Henning
Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Besuchen Sie die Seite von Michi Henning auf Amazon

Tags

 (Was ist das?)
Bei einem Tag handelt es sich um ein Schlagwort, das zum Produkt passt.
Tags erleichtern allen Kunden die Suche und die Sortierung ihrer Lieblingsprodukte.
 

Kundenrezensionen

Die hilfreichsten Kundenrezensionen
3 von 3 Kunden fanden die folgende Rezension hilfreich
Format:Taschenbuch
I have worked extensively on ORB development, and I can honestly say that this is the only book I have seen that I refer to regularly other than the CORBA spec. It is the only text that is (mostly) current with the spec, and it provides real insights into many frequently asked CORBA questions, such as object reference identity and persistence, memory management, and the POA.

Most ORBs don't have the POA yet; they will by mid-2000. It was an important and correct decision by the authors to include it instead of the BOA, most of the details of which are vendor-specific anyway (that's why the POA exists). Note to BOA lovers: sorry, the BOA is no longer part of the spec. ORB vendors are free to keep it around, and many do, but it's only because they're nice. The POA is so vastly superior that the only reason you would use the BOA is if you have an existing code base to maintain.

This is not a book for beginners, grazers, or wanna-bes; it is a book for serious, working practitioners, and it works best as a reference (although you can read it cover to cover). It is also C++-specific; it is the best CORBA book available for any language, but programmers who don't know the CORBA interface language mappings in both C++ and another language will not know which parts are C++-specific and may be confused or frustrated. The CORBA C++ mapping is by far the most complex, so it makes sense to do this one, but be forewarned that the early chapters on the C++ language mapping will be of marginal use if you are not a C++ programmer. The POA section makes the POA sound harder than it is for most applications, and does not provide complete detail on POA policies and architecture, but it is close. Your alternative is to read the CORBA spec (a horrifying prospect for most people), or your ORB vendor's documentation (sometimes adequate, sometimes not).

Flaws? Yes. Alternatives? No. If you are a CORBA programmer and you don't like reading the CORBA spec, BUY THIS BOOK.

War diese Rezension für Sie hilfreich?
Must have...! 13. Januar 2000
Format:Taschenbuch
This is a smashing book on CORBA! This book is well organized, easy to read if you have strong C++ skills. A must have book for your collection.
War diese Rezension für Sie hilfreich?
Von Ein Kunde
Format:Taschenbuch
This is an advanced book, which definitely assumes C++ knowledge. Mere mortals with only a basic knowledge of C++ or a Java background will have real trouble with this book. Beginners to CORBA would probably also need to utilise some more basic tutorial material before getting too deeply into this book.

The content is very close to the current state of the art from the OMG. In some areas it even prempts proposals (eg some CORBA services) that have not yet been approved; this is both a potential trap for the unwary and useful information for those who need to be aware of what is probably coming over the horizon. The coverage of more established CORBA services (naming, trader, and event services) is a useful reference.

This book only considers the POA, and ignores the superseded BOA. That limits the value of this book for those charged with maintaining older systems, particularly those with servers implemented using the older BOA.

Organisation of the book could be improved. There were a number of instances of forward referencing in earlier chapters which makes it difficult to extract information. Some sections merged a number of bits of information together, and became a bit confusing. This disjoint information flow reflects the nature of the formal OMG offering, but it would have been nice to see the material organised more clearly than that! After all, most who buy this book will have been exposed to some material from the OMG, and found it tough going.

Despite the rather critical review above, I have found this book to be an extremely valuable resource on a complex topic. It is also, at this time, the best available in its class. My copy is already well thumbed, and will become more so.

War diese Rezension für Sie hilfreich?
Die neuesten Kundenrezensionen
Teilweise zu ausführlich
Dieses Buch behandelt alle Themen zu CORBA recht ausführlich. Allerdings fehlen mir zwei Kapitel: DSI und DII. Dies werde nicht behandelt. Lesen Sie weiter...
Veröffentlicht am 4. November 2006 von Sebastian Bickel
Nicht wirklich sehr gut
Ein gutes Buch. Tatsächlich eines der besten die man zu c++ und CORBA findet.

Leider ist es aber nicht besonders praxisnah. Lesen Sie weiter...

Veröffentlicht am 19. Dezember 2002 von Bernhard
THE Book On Using Corba with C++
This is the only book to consult for how to use CORBA with C++. It handles all the tough topics and describes them in a clear, understandable way.
Veröffentlicht am 25. Februar 2000 von Michigan Techie
Thorough, well organized
I cannot believe that some people gave such poor review just because they coudln't get it. The book is titled as advanced so it's not supposed to be a book for novices. Lesen Sie weiter...
Veröffentlicht am 3. November 1999 von Hongchol
Disjointed
Although the book correctly explains that it is not a beginners book, it also claims that even if you have not seen CORBA before, you will be able to follow what is going... Lesen Sie weiter...
Am 13. Oktober 1999 veröffentlicht
Great Book
If you are a COM programmer, I compare this book with Don Box's Essential COM, or Guy's Inside DCOM book. Excellent resource. Lesen Sie weiter...
Am 19. August 1999 veröffentlicht
A book for software developers using CORBA and C++ ...
The "Advanced CORBA Programming with C++" is a good book. It covers in-depth the memory management, CORBA, as well the potential reasons for possible crashes. Lesen Sie weiter...
Am 10. August 1999 veröffentlicht
A book for software developers using CORBA and C++...
The "Advanced CORBA Programming with C++" is a good book. It covers in-depth the memory management, CORBA, as well the potential reasons for possible crashes. Lesen Sie weiter...
Veröffentlicht am 10. August 1999 von Romain Cloos <Romain_Cloos@ses-astra.com>
Far too complicated
This book proves that C++ and CORBA are far too complicated. I'm sticking to Java and EJB!
Am 20. Juli 1999 veröffentlicht
This book is much needed
I don't know if people really understand, but the POA is a major CORBA re-architecting. Outside of the OMG specs, this is the only reasonable source I have been able to find. Lesen Sie weiter...
Am 19. Juli 1999 veröffentlicht
Kundenrezensionen suchen
Nur in den Rezensionen zu diesem Produkt suchen

Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Ähnliche Artikel finden


Anhand des Sachgebietes nach ähnlichen Produkten suchen: