Buy Used
Used - Very Good See details
Price: £2.75

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
Client/Server Programming with CORBA Objects
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Client/Server Programming with CORBA Objects [Paperback]

Robert Orfali , Dan Harkey
2.8 out of 5 stars  See all reviews (5 customer reviews)

Available from these sellers.


Formats

Amazon Price New from Used from
Paperback --  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.
There is a newer edition of this item:
Client/Server Programming with Java and CORBA Client/Server Programming with Java and CORBA 2.8 out of 5 stars (5)
Currently unavailable

Product details

  • Paperback: 688 pages
  • Publisher: John Wiley & Sons; 2nd edition (14 Feb 1997)
  • Language English
  • ISBN-10: 0471163511
  • ISBN-13: 978-0471163510
  • Product Dimensions: 23.1 x 18.5 x 3.3 cm
  • Average Customer Review: 2.8 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon Bestsellers Rank: 2,750,626 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Robert Orfali
Discover books, learn about writers, and more.

Visit Amazon's Robert Orfali Page

Product Description

Product Description

Java and CORBA are merging in cyberspace. Here′s your complete guide to navigating this previously uncharted territory.

Whether you′re a seasoned Java programmer, a distributed objects expert, or looking to be a little bit of both, Client/Server Programming with Java and CORBA gives you the programming know–how you need to combine these two technologies into workable client/server solutions for the Object Web.

Full of working code, tutorials, and design trade–offs, this one–of–a–kind book:

  • Covers everything from simple ORBs to object activation
  • Uses tutorials and a client/server benchmark to compare CORBA and its competitors—including Java/RMI, Java/DCOM, Sockets, and HTTP/CGI
  • Explains in detail Netscape′s ORB: VisiBroker for Java and shows you how to use Caffeine to write CORBA/Java applications without IDL
  • Provides a Debit–Credit benchmark for JDBC databases used to compare 2–tier vs. 3–tier client/server solutions
  • Includes a Web–based Club Med client/server application using CORBA, Java, JDBC, and applets
  • Shows you how to use CORBA′s dynamic facilities such as callbacks, dynamic invocations, object introspection, and the interface repository
  • Compares the performance of C++ ORBs with Java ORBs
  • Includes a CD–ROM with over 15 Java–based client/server applications

From the Back Cover

Java and CORBA are merging in cyberspace. Here′s your complete guide to navigating this previously uncharted territory.

Whether you′re a seasoned Java programmer, a distributed objects expert, or looking to be a little bit of both, Client/Server Programming with Java and CORBA gives you the programming know–how you need to combine these two technologies into workable client/server solutions for the Object Web.

Full of working code, tutorials, and design trade–offs, this one–of–a–kind book:

  • Covers everything from simple ORBs to object activation
  • Uses tutorials and a client/server benchmark to compare CORBA and its competitors—including Java/RMI, Java/DCOM, Sockets, and HTTP/CGI
  • Explains in detail Netscape′s ORB: VisiBroker for Java and shows you how to use Caffeine to write CORBA/Java applications without IDL
  • Provides a Debit–Credit benchmark for JDBC databases used to compare 2–tier vs. 3–tier client/server solutions
  • Includes a Web–based Club Med client/server application using CORBA, Java, JDBC, and applets
  • Shows you how to use CORBA′s dynamic facilities such as callbacks, dynamic invocations, object introspection, and the interface repository
  • Compares the performance of C++ ORBs with Java ORBs
  • Includes a CD–ROM with over 15 Java–based client/server applications

Inside This Book (Learn More)
Browse and search another edition of this book.
First Sentence
The Common Object Request Broker Architecture (COBRA) is the most important (and ambitious) middleware project ever undertaken by our industry. Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Reviews

Most Helpful Customer Reviews
By A Customer
Format:Paperback
While I understand the other reviewers comments, this book fulfilled *my* needs very well, and I recommend it to others in the same situation. Coming from a knowledge of single-CPU Java only, it gives an overview not only of CORBA and Java but of the competing technologies. If you only *think* CORBA/Java is the combination for you, this will answer your questions. If you know the answer is Java/CORBA and you want the nuts-and-bolts of how to do it, this book is too long and contains too much extraneous material.
Comment | 
Was this review helpful to you?
Format:Paperback
I have not read the whole book yet, but I have just wasted 2 days trying to run the first and fundamental example in the book. The book is obviously good for those who want to get an overwiew over the subject, which was why I bought it. But there is no support, patches, errata or anything to help you out in a problem like I have had. The code in the book has probably been updated since the first edition, but the software following is still the same old. So it took me two days to find out that the supplied vbjorb.jar file is too old. So be warned, if you want to compile and run the examples, you need to get a newer version. Fortunately I had an Oracle installation that also has this file, and I was able to replace it.
Comment | 
Was this review helpful to you?
Format:Paperback
This great book has a misleading title - don't buy it if you just want to write Java/Corba C/S application, it'll confuse you ! Like most readers I will agree that the authors have done a *great* job in comparing and contrasting in huge depth all the modern distributed computing related platforms and technologies. I wont disagree or repeat other people's opinions about the merits of this book, so I' ll jump to what I did not like (and gave it 3 stars):

- The organisation of the book is not very consistent. At times the book goes into great detail explaining a particular aspect (which is good) and then you find the same material mixed in other chapters explained again. Clearly when this is many pages long is wasting not only paper but your time reading through as well, it could simply be referenced, and the book could be at least 200 pages less. I found the book very interesting but also hard to read and follow.

- The book is a perhaps too theoretical at times. Perhaps this is of interest of ORB developers and not ORB users (application programmers). For instance the book is diving into ORB & POA policies details, explaining exactly what is happening behind the scenes. This might be of interest to very experienced programmers or ORB implementers, but not people who just want some subtle methods of writing C/S programs with CORBA/Java.

- I am sure the in-depth comparison of the technologies a) Has made Micro$oft sad of DCOM (cruel people) and Sun shine drinking coffee. b) Will be THE reference book for managers who make serious decisions about multi-million project investments & perhaps Academics who all wish to compare, compare and compare....

...but is this your interest ? Or do you just simply want to understand CORBA working 2gether with Java in the context of 3-tier Client server apps and start programming ?

If the title of the book was something like "ADVANCED Client/Server TECHNIQUES & ISSUES of Java & CORBA, with an in depth comparison of other existing & emerging modern distributed architectures.", I would have rate it differently.

Comment | 
Was this review helpful to you?

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback