Home » Computer Design » Hardware » SubjectsCORBA 3 Fundamentals and Programming, 2nd Edition | ||||
Author - Jon Siegel ... [Goo?] [Posters]This Paperback Book item from John Wiley & Sons was reviewed on 26-Oct-2008. Search ISBN:0471295183 offer from Abebooks or used books from Alibris. CORBA 3 Fundamentals and Programming, 2nd Edition Reference Book. Classifications : Computer Design Microprocessors & System Design Hardware Computers & Internet Subjects Books CORBA Networks, Protocols & APIs Networking Computers & Internet Subjects Books General AAS Networking Comp . Click the following link to view the cover of CORBA 3 Fundamentals and Programming, 2nd Edition. Related topics: Computer Design. Hardware. Subjects. Books. CORBA. Networking. Subjects. Books. General AAS. Networking. requestid: 8c124253-1ab8-4720-950d-f7f85f351b1frequestprocessingtime: 0.1239090000000000 salesrank: 1428348 edition: 2nd numberofitems: 1 packagedimensions: 208923343749 1) Paperback Book CORBA 3 Fundamentals and Programming, 2nd Edition by John Wiley & Sons. Book does not convey information in a concise way. Quite voluminous book with no depth. Definitely not a good book for any level of programmers.¤ 2) Paperback Book CORBA 3 Fundamentals and Programming, 2nd Edition by John Wiley & Sons. Written by the OMG, this book is NOT for beginners, but if you get CORBA for dummies and this book, you´ll be in like Flint! It is OMG´s explanation of new features that are in CORBA 2.2, 2.3, and 2.4, collectively referred to as CORBA 3. The book is thick and meaty, and after a brief 100-page intro, gets down to the real business of explaining the new Services such as Naming, Event, Transaction, and Security Services as well as the CORBA Component Model. I can´t name all of the new CORBA 3 features here. Simply to state - this book covers them all. It´s must-reading for all experienced CORBA programmers. My favorite CORBA 3 feature is Asynchronous Method Invocation. Prior to CORBA 2.4, all CORBA calls have been synchronous (blocking). This book gives a general overview (11 pages) of the new AMI. Enough so that, if you have an ORB that supports it, you can get the ball rolling. Typical of the rest of the book, this section leaves one wanting more info, but in a 900 page book there´s only so much detail you can give. I highly recommend this book to CORBA programmers. In addition to bringing you up-to-date on the new features, it also provides 7 trial-version ORBs on the CD, plus all of the book´s source code. The CORBA Component Model is basically Enterprise Java Beans in a Lanbguage-independent form. It allows vendors to provide CORBA object which you can license and use, sort of like COM/DCOM objects. CORBA existed before COM. It´s almost as if Microsoft took CORBA and Redmondized it. If you use Windows, you have COM and SOAP and .NET and whatever else Bill wants to pour down your throat. For the rest of us, the OMG is the best friend we have, and CCM is well worth learning. Java, C++, and COBOL are all treated in this book. I could go on and on. Bottom line: this is not the best introduction-to-CORBA book. It is, though, the one that will bring CORBA users up-to-date on the new features.¤ 3) Paperback Book CORBA 3 Fundamentals and Programming, 2nd Edition by John Wiley & Sons. I was really raging that I bought this book. Full of buzzwords, whithout any deeper knowledge. There are a lot of very good CORBA books, but this is no one. This one is only ga ga.¤ 4) Paperback Book CORBA 3 Fundamentals and Programming, 2nd Edition by John Wiley & Sons. This is the 5th CORBA book I´ve read, and the first one to help me understand how to write a CORBA program. I followed all the code in the book to create an OrbixWeb version of the author´s programs. I´m very happy to say that the example works. In using the code from the book (I typed everything in, and didn´t use the CD-ROM), I only needed to make 6 minor changes to the code to the get it to work (and I have never written a CORBA program before). I initially tried running CORBA examples from other books (including the Orbix Web documentation itself!), but the programs were always incomplete. There never seemed to be a step-by-step approach - until I picked up Jon Siegel´s book. His treatment of OrbixWeb was absolutely correct. Thank you, Jon!¤ 5) Paperback Book CORBA 3 Fundamentals and Programming, 2nd Edition by John Wiley & Sons. This is the 5th CORBA book I´ve read, and the first one to help me understand how to write a CORBA program. I followed all the code in the book to create an OrbixWeb version of the author´s programs. I´m very happy to say that the example works. In using the code from the book (I typed everything in, and didn´t use the CD-ROM), I only needed to make 6 minor changes to the code to the get it to work (and I have never written a CORBA program before). I initially tried running CORBA examples from other books (including the Orbix Web documentation itself!), but the programs were always incomplete. There never seemed to be a step-by-step approach - until I picked up Jon Siegel´s book. His treatment of OrbixWeb was absolutely correct. Thank you, Jon!¤ 6) Paperback Book CORBA 3 Fundamentals and Programming, 2nd Edition by John Wiley & Sons. An insider´s guide to programming distributed objects using all of CORBA 3´s powerful new services and facilities 7) Paperback Book CORBA 3 Fundamentals and Programming, 2nd Edition by John Wiley & Sons. CORBA is arguably the most mature standard for sharing objects, and version 3 offers an even richer array of features for powering the next generation of distributed systems. CORBA 3 Fundamentals and Programming provides a comprehensive introduction to understanding and programming with CORBA. Mixing a high-level technology guide with an excellent hands-on tutorial for a sample project involving today´s most popular ORBs, this title delivers a thorough and practical introduction to the latest in CORBA--suitable for beginner and expert alike. This text first offers a nicely comprehensive tour of CORBA, from the basics of Interface Definition Language (IDL), Object Request Brokers (ORBs), Portable Object Adapters (POAs), and built-in CORBA services, to an overview of the new CORBA domain-specific business objects (for areas such as finance and health care). Throughout the early sections of the book, the book takes care to highlight new features of CORBA 3 for more experienced readers. But even if CORBA is brand-new to you, this title will explain what you need to know to get started--whether you use C++, Java, or even COBOL to write business objects. Because CORBA is an open standard (defined with input from hundreds of vendors), it has always been something of a moving target. Particular ORB products may not implement every feature in the same way. The second half of this book looks at CORBA in the real world. First, the text surveys a half-dozen current CORBA products, and then provides an excellent case study (for a point-of-sale system in a grocery store) implemented in separate versions for C++, Java, and COBOL. Better yet, the book gives development and deployment hints for specific ORBs so you can run the sample code on your particular vendor´s implementation of CORBA. CORBA 3 Fundamentals and Programming is really two books in one: an excellent guide to basic and advanced CORBA, with special attention paid to new features in version 3, and a practical tutorial for building a small CORBA-based system. This book´s a great choice for any software developer who wants to start using CORBA for real-world projects. --Richard Dragan Topics covered:
Page Updated: Robert N. Goolsby, 23-Nov-2008, 04712951839780471295181, 830-170-030-8
Search: John Wiley & Sons, Book Posters, Book Art | ||||
Home | Back to review | Site Map | V12614 | ||||