|
 |
|
 |
 |
COBOL Programmers Swing with Java
|
by E. Reed Doke, Bill C. Hardgrave, and Richard A. Johnson
Sales Rank: 101676
|
List Price: $44.99
$38.70
At Amazon

|
|
Paperback: 296 pages
Publisher: Cambridge University Press; 2 edition December 28, 2004
Language: English
ISBN-10: 0521546842
ISBN-13: 978-0521546843
Product Dimensions:
9.1 x 6.9 x 2 inches
Shipping Weight: 1 pounds
Product Review
"This book will get maximum leverage out of any reader's COBOL background. I would recommend it as a starting point for a COBOL programmer who is planning to learn Java." Computing Reviews
Product Description
Featuring the development of graphical user interfaces (GUI's) using the latest in Java swing components, this new edition of Java for the COBOL Programmer (Cambridge, 1999) provides COBOL programmers a clear, easy transition to Java programming by drawing on the numerous similarities between COBOL and Java. The authors introduce the COBOL programmer to the history of Java and object-oriented programming and then delve into the details of the Java syntax, always contrasting them with their parallels in COBOL. A running case study permits the reader to have an overall view of application development with Java. First Edition ISBN (Pb): 0-521-65892-6
Customer Reviews & Comments
At 282 pages, this books covers a lot of ground about Java and Object Oriented Programming. There are 11 Chapters covering everything from Object Oriented Programming fundamentals to somewhat advanced subject matter like Object Oriented Development Issues. A Community National Bank Application is used to demonstrate OO Concepts such as Encapsulation, Inheritance,Polymorphism, Java classes structure, variables declaration, Java operators, decision making constructs such as: the while loop and for loop. There are also Chapters that cover topics like Arrays, file I/O, Database access and Java GUI. There are a lot of code samples followed by explanation of what the code is doing. Be carefully though, I found several errors in this book. For example, Chapter 4, StringDemo.java example, the code on line 9 System.out.println(s2.substring(10, 13) + "FUN!"); will print Jav is FUN!. To print Java is FUN!, change the substring method parameters to 10,14, i.e., System.out.println(s2.substring(10, 14) + "FUN!"); There are also some GUI code samples that use show() method, which has been deprecated. To be fair, the number of code sample errors in this book is low and I'm not really complaining about them. I think sometimes a code sample error is a good thing because it makes you research the problem. The code samples are also available at the publisher's web site on Internet. This book also attempts to take COBOL syntax and identify compatible/similar Java syntax or concepts. I think that will be appreciated by most COBOL Programmers. This book seems to be geared towards Java 4 SE Edition, i.e., Java v1.4. Notice that the Web Based Application development is not covered by this book. The authors also assume that the reader knows about some Java IDE, such as Eclipse, or NetBeans. Bottom line, this is easy to read and to follow book that covers a lot of topics in OOP and Java. It will not make you the greatest Java Developer ever, however, it will teach you something about OO programming and how to code simple Java Apps. I would recommend this book to any COBOL Programmer who wants to learn some Java.
Comment | Permalink |
(Report this)
|
COBOL Programmers Swing with Java
List Price: $44.99
Available from Amazon
Price: $38.70

| |
|
|
|
|