Categories >> Java

Java NIO

By Ron Hitchens

Java NIO by Ron Hitchens
  • 6.97
  • 0596002882
  • O'Reilly Media, Inc.
  • 2002-08-27
  • Amazon Detail Page
  • Add_to_list_95x25_2

Reviews

Great book for a very overlooked subject stars-5-0
This is a great book on a subject that seems to get swept under the covers alot. NIO is very powerful but very confusing and this book really helps. the examples are very good and actually useful.
A book by RonF Hitchens stars-2-0
No, that's not a mistake the F in the RonF, I really meant it.. in italian "ronf ronf" stands for the sleeping snore, and that's what you will be doing if you try to read this book. I had to struggle with myself real hard to force my way through this book, and trust me, I am used to reading books that are not exactly pure entertainment. The material presented is actually quite accurate and useful, only the presentation style is abysmally boring, arid and schematic. Even the table of contents reflects that, it goes: Buffer - Channel - Selectors - Regexp - Charsets. Every subject is explained pretty much in isolation of each other. How can you possibly put together anything even remotely engaging and conving with a style like that? It's like trying to teach you the english language using a dictionary, first learn all the words that start with A, then let's go to the B...
The irony is that in the intro to chap 1, the author even makes jokes about IO not being so dull as usually believed. Well I agree with him , but he certainly managed to make an outstanding contribution to the dullness of IO. Should he be congratulated?
Pretty good overview but consider using a framework. stars-4-0
This is a pretty good overview, particularly for those who have no previous experience with non-blocking IO. The author explains the concept of buffers very well, with useful diagrams illustrating the differences between position, limit, etc.

The material on selectors and readiness selection is also strong.

The problem is, there are idiosyncracies to NIO that make it difficult to use effectively for large-scale, high-performance applications without some in-depth knowledge.

If you're really looking to architect a substantial NIO server or client, read this book for the overview, but also be sure to take a look at the open source Netty framework by Trustin Lee, or Ember IO by Mike Spille to see good NIO implementations that you can use as a building block.
Ok, but no great. stars-3-0
I am not sure what else is out there? The book ok, but not really remarkable in any way.
A Great Book for NIO stars-5-0
NIO is a great IO class, I think it's the best package presented by Sun since Swing, it provides you with more than what you need from NIO class in just 250 pages.

Other books you might like...