Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Java for COBOL Programmers (2nd Edition)

Java for COBOL Programmers (2nd Edition)

List Price: $49.95
Your Price: $32.97
Product Info Reviews

<< 1 >>

Rating: 2 stars
Summary: Although somewhat helpful -- a great disappointm
Review: Although somewhat helpful, this book was a great disappointment to me. It was helpful in that it presented "part" (a very minor part) of Java in small increments. This enabled me to understand aspects of the language that I had been unable to grasp before - even though I have read many books and followed their examples by entering them into the computer and trying to run them.Often the runs failed.

But the disappointments dominated.

First: One would expect a book touted as Java for COBOL Programmers would start with COBOL and then show how to do the same thing in Java. But no! This book presents straight old Java and then shows "parallel" COBOL. Sometimes the "parallel" COBOL is quite convoluted.

Second: COBOL is a file processing language. Its primary purpose is to handle files and fields. But, alas there is no file IO of any type. I have been trying to find out how to develop an application generator/file manager in Java for some time. Like many other Java books -- this one too failed to help me to do so.

In fact, in the application examples there is no input at all. I did not do the applet examples, as that is not my interest.

Third: Problems with running the examples. In Chapter 9 my HelloWorld program could not find Class Set or Class HashSet. I found out after extensive time-consuming rummaging around in JDK on the included CD that these classes were in java.util, which the book mentions not at all. Now this may be due to my use of Visual Café as a development environment. But when I tried to run javac.exe from the DOS command line (like the book shows), both from a DOS window and from restarting to DOS, I was told that this program would not run in DOS mode. (I am in Windows 98.1.) When I click javac.exe in Windows mode it produced a blank DOS window which immediately shut down and was of no use to me.

Fourth: This book was originally due out in July of 1999 and it just came out this February (2000). Waiting this long and not getting satisfaction adds to the disappointment.

Fifth: A book of this type should include the author's e-mail address so that such issues as stated herein can be addressed directly. But I did not find one anywhere in the text or CD.

After I finished the book, I still felt that there might be some hope yet. I had noticed snippets of COBOL programs that I thought included file IO when I first examined the CD. But alas, I could find no native mode file IO, only convoluted COBOL programs with embedded Java syntax and file examples using proprietary methods and SQL via Microsoft Access.

MountainBruce@Worldnet.att.net

Rating: 3 stars
Summary: Not to bad - but could have been better.
Review: I found this book extremely useful. I have been a programmer for 20 years, and this is the first book I've found that explained Java in a way I could understand. I liked the way the author started with simple examples, and then kept building on them. Definitely a big help to me. The chapter on XML was interesting too.

Rating: 5 stars
Summary: Great Introduction for Cobol programmers
Review: I found this book extremely useful. I have been a programmer for 20 years, and this is the first book I've found that explained Java in a way I could understand. I liked the way the author started with simple examples, and then kept building on them. Definitely a big help to me. The chapter on XML was interesting too.

Rating: 3 stars
Summary: Not to bad - but could have been better.
Review: I had heard that this was a really good book for COBOL programmers who were now learning Java. It didn't really tie the two together very well. The author obviously has not keep up with the innovation in COBOL over the last few years. COBOL for MVS has FUNCTIONs that would have made better examples in some places. After completing this book I felt that it didn't really tell may much more that the other intro to Java books I had read. And the last chapters really lost me. It jumped from entry level stuff to chapters that seemed to be taken from some technical presentation. To me the next step should have been how Java does external data I/O. After I completed this book, I found that the book that I really wanted was "Java for the COBOL Programmer (Advances in Object Technology".

Rating: 4 stars
Summary: Java for Cobol Programmers
Review: This is not a bad book for the Cobol programmers who are trying to learn Object Oriented language Java. Very good parallels between classes and Cobol subroutine. Most of the Java books are written by former C++ programmers, who do not know Cobol. But Mr. Burne trying find some common ground between Java and Cobol, to simplify learning. I gave it 4 stars, it would be nice to have some Input and Output File processing, GUI and JDBC coverages. But over all, this is much better book than Doke and Hardgrave book with similar title.


<< 1 >>

© 2004, ReviewFocus or its affiliates