Showing posts with label About. Show all posts
Showing posts with label About. Show all posts

Wednesday, July 13, 2011

The Minimum You Need to Know About Java on OpenVMS - Book Review

The Minimum You Need to Know About Java on OpenVMS

By Roland Hughes

ISBN 0-9770866-1-5

Stop right there. If you haven't read Roland Hughes' first book in this series, "The Minimum You Need to Know to be an OpenVMS Application Developer" you'll need to do so. Think of it as the prerequisite of a college course. Now, you are ready for the second book, "The Minimum You Need to Know About Java on OpenVMS." Why two books? Java wasn't covered so thoroughly in the first. Believe me; you'll be glad you have both.

The concept of this book is "how to convert your existing core business application to use Java, yet still preserve your investment in the most stable platform on earth." In other words, Hughes shows programmers how to create all the tools you need to make Java a usable language on OpenVMS. Java is an object-oriented programming language somewhat similar to C and C++ but really very different. Hughes goes into great comparison. Java has classes, but has a unique class called an Array with no defined constructor. This means values can be stored anywhere and in no specific order. You're going to learn to build the tools you need to build the tools you want. Pretty simple, right?

As in the first book, Hughes uses the same application to demonstrate each new tool, in this book, using Java with FMS and RDB. He shows how to develop a generic class that will be usable by Indexed Files, also how to use JNI to access RMS, FMS, system services, and operating system provided libraries. Programmers learn to create an infrastructure MMS Procedure and how to use the supporting classes the procedure creates. Hughes also shows how to access RDB via the JDBC driver, demonstrating the importance of SQL. An accompanying CD-ROM contains the Class source.

This isn't just flat textbook reading though. Hughes uses humor and casual language to engage his readers. He comfortably refers to things like geek books and nerd attitude. He knows that this work is on the intense side of life. The information within the book is very professionally presented, with detailed analysis and explanations, troubleshooting and error experiencing tips, and exercise quizzes that test your knowledge. You have to know these things!

The final chapter examines the future of IT and the choices you make going into it. So you want to be a computer programmer huh? Are you sure? Don't listen to your guidance counselor without reading this book (and the first) first. Triple digit hourly rates, six figure salaries...maybe not. Downsizing, layoffs, feast or famine? Maybe so. When looking for sage advice on IT, go to the guru, Roland Hughes.

Heather Froeschl is an author, award winning editor, and book reviewer, at http://www.quilldipper.com/ and http://www.bookideas.com/


View the original article here

Tuesday, July 12, 2011

The Minimum You Need to Know About Logic to Work in IT - Book Review

If you are an IT college student, you are likely being gypped. Logic is no longer taught and it really is something you need. According to Roland Hughes, in his book, "The Minimum You Need to Know About Logic to Work in IT," "Logic is the fundamental tool of IT."

This book has nothing to do with Leonard Nimoy and Spock's form of Logic, but I'll bet that character would have had knowledge of it! This is where you will be taught what you should still be getting from college professors. So, what's it all about? Yes, there are the basics of flowcharting and pseudocode, and there are chapters on fundamental data types, searching and sorting, decision order (with multiple exercises to work on), and even more on linked lists, hash, and relational databases. And what happens during a major disaster? Surviving the Fire is a must read chapter.

Hughes' familiar style permeates the book. His wit and humor make for interesting reading of what could be bone dry material. His decades of experience shine through, leaving readers thankful and wishing he were a college professor at their local university. If this is your first introduction to Roland Hughes, be sure to check out his other works, such as, "The Minimum You Need to Know to be an OpenVMS Application Developer," and "The Minimum You Need to Know About Java on OpenVMS." If you are going into the IT field, Roland Hughes should, and will, become a familiar name to you.

The Minimum You Need to Know About Logic to work in IT

By Roland Hughes

ISBN 0-9770866-2-3

Heather Froeschl is an author, award winning editor, and book reviewer, at http://www.quilldipper.com/ and http://www.bookideas.com/


View the original article here