Get Ready for Winter Weather The Rosie Effect The Rosie Effect The Rosie Effect The Rosie Effect The Rosie Effect Shop Men's Running Shoes Shop Men's Running Shoes Shop All Men's Learn more nav_sap_plcc_6M_fly_blackbelt Sinclair New Year in Beauty Shop now Digital Week Warner 2015 Preview Shop Sports Deals Shop Sports Deals Shop Exercise & Fitness Toys & Games Deals Get Fire phone plus 12 months of Prime for only $0.99 Shop Fire HD 6 Shop Amazon Fire TV Year-End Kindle Daily Deals
Programming Books C Java PHP Python Learn more Browse Programming Books
Advanced CORBA® Programming with C++ and over one million other books are available for Amazon Kindle. Learn more
Qty:1
  • List Price: $79.99
  • Save: $13.36 (17%)
Usually ships within 2 to 4 weeks.
Ships from and sold by Amazon.com.
Gift-wrap available.
FREE Shipping on orders over $35.
Used: Very Good | Details
Condition: Used: Very Good
Comment: This is a used book in Very Good condition, text appears clean and unmarked, cover has light to moderate edge and corner wear, the cover and pages have light corner curl, ships direct from Amazon.
Access codes and supplements are not guaranteed with used items.
Have one to sell? Sell on Amazon
Flip to back Flip to front
Listen Playing... Paused   You're listening to a sample of the Audible audio edition.
Learn more
See this image

Advanced CORBA® Programming with C++ Paperback – February 27, 1999

ISBN-13: 978-0201379273 ISBN-10: 0201379279 Edition: 1st

Buy New
Price: $66.63
28 New from $19.86 49 Used from $0.25 1 Collectible from $106.10
Amazon Price New from Used from
Kindle
"Please retry"
Paperback
"Please retry"
$66.63
$19.86 $0.25
Year-End%20Deals%20in%20Books

Frequently Bought Together

Advanced CORBA® Programming with C++ + Pure Corba
Price for both: $99.73

One of these items ships sooner than the other.

Buy the selected items together
NO_CONTENT_IN_FEATURE

Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now

Product Details

  • Paperback: 1120 pages
  • Publisher: Addison-Wesley Professional; 1 edition (February 27, 1999)
  • Language: English
  • ISBN-10: 0201379279
  • ISBN-13: 978-0201379273
  • Product Dimensions: 7.4 x 1.8 x 9.1 inches
  • Shipping Weight: 3.6 pounds (View shipping rates and policies)
  • Average Customer Review: 4.4 out of 5 stars  See all reviews (31 customer reviews)
  • Amazon Best Sellers Rank: #1,182,390 in Books (See Top 100 in Books)
  •  Would you like to update product info, give feedback on images, or tell us about a lower price?


Editorial Reviews

Amazon.com Review

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

Review

Henning and Vinoski have written the book on CORBA with C++. -- Douglas C. Schmidt, Washington University, St. Louis

It's positively great. We finally have something that actually covers the topic from the point of view of the standard, rather than a proprietary implementation. -- Jon Biggar, Floorboard Software

Customer Reviews

This book is one of the best that I have ever read on CORBA.
Basker Mathrubootham
If you're going to do CORBA, or you just want to learn about it, and you're a hands-on, no-nonsense person, then this book is for you.
Chris Cleeland (cleeland@cs.wustl.edu)
The concepts are clearly defined and the code examples are fairly easy to follow.
A. Bagchee

Most Helpful Customer Reviews

31 of 31 people found the following review helpful By Willie the Shake on January 26, 2000
Format: Paperback
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.
Read more ›
Comment Was this review helpful to you? Yes No Sending feedback...
Thank you for your feedback. If this review is inappropriate, please let us know.
Sorry, we failed to record your vote. Please try again
22 of 23 people found the following review helpful By A Customer on July 15, 1999
Format: Paperback
The book by Michi Henning and Steve Vinosky has hit the market at the right time. There is no other book that describes the programming aspects of Corba in such an elegant manner. In brief, this book is Very good, A must have kind of book, Targeted at intermediate level CORBA programmer (though I feel a beginner can certainly read it as far as that person has some good background in C++) The topic "Advanced programming...." may be a bit misleading because, this book talks much about the basic stuff of CORBA rather than on the advanced, and not frequently used features like DII,DSI etc. I see this book as the one with a very down-to-earth approach that gives a lot of precious details about CORBA programming, rather than some thing that talks about very advanced stuff. IMHO, all that one needs is just a good grasp of C++ inorder to follow this book. The plus points of this book ar: a) The presentation is very clear and focussed b) Explains the nitty-gritty details of CORBA programming c) Describes the latest POA in good detail - infact this book deals only with POA based approach d) Not based on any single vendor's product
There are no negative points as far as I could see. Topics like DII and DSI are not discussed. However, the authors clearly mentioned that they are not discussing DII etc in this book. On the whole, this book is very good and a must for any corba programmer. Well deserves all the five stars in the rating. Hope the authors include the other topics also (like DII,DSI etc) in the future editions
Comment Was this review helpful to you? Yes No Sending feedback...
Thank you for your feedback. If this review is inappropriate, please let us know.
Sorry, we failed to record your vote. Please try again
18 of 20 people found the following review helpful By Hongchol on November 2, 1999
Format: Paperback
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. I don't have much knowledge of CORBA but find this books not so hard to follow. If you know C++ and want to learn CORBA, I think that this is a great book to read.
Comment Was this review helpful to you? Yes No Sending feedback...
Thank you for your feedback. If this review is inappropriate, please let us know.
Sorry, we failed to record your vote. Please try again
25 of 30 people found the following review helpful By A Customer on November 9, 1999
Format: Paperback
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.
Comment Was this review helpful to you? Yes No Sending feedback...
Thank you for your feedback. If this review is inappropriate, please let us know.
Sorry, we failed to record your vote. Please try again

Most Recent Customer Reviews


What Other Items Do Customers Buy After Viewing This Item?