or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
27 used & new from £13.16

Have one to sell? Sell yours here
 
   
Java-NIO
 
 

Java-NIO (Paperback)

by Ron Hitchens (Author)
4.3 out of 5 stars  See all reviews (3 customer reviews)
RRP: £26.99
Price: £17.01 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £9.98 (37%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Only 3 left in stock--order soon (more on the way).

Want guaranteed delivery by Tuesday, November 10? Choose Express delivery at checkout. See Details
23 new from £13.16 4 used from £17.57

Frequently Bought Together

Java-NIO + Java Concurrency in Practice + Java Generics and Collections
Price For All Three: £48.91

Show availability and shipping details


Customers Who Bought This Item Also Bought

Java Concurrency in Practice

Java Concurrency in Practice

by Brian Goetz
4.9 out of 5 stars (7)  £16.47
Java Threads

Java Threads

by Scott Oaks
4.4 out of 5 stars (7)  £17.99
Java Network Programming

Java Network Programming

by Elliotte Harold
4.5 out of 5 stars (6)  £19.56
Java Generics and Collections

Java Generics and Collections

by M Naftalin
5.0 out of 5 stars (3)  £15.43
Effective Java: Second Edition

Effective Java: Second Edition

by Joshua Bloch
4.8 out of 5 stars (6)  £17.99
Explore similar items

Product details

  • Paperback: 312 pages
  • Publisher: O'Reilly Media, Inc.; illustrated edition edition (27 Aug 2002)
  • Language English
  • ISBN-10: 0596002882
  • ISBN-13: 978-0596002886
  • Product Dimensions: 23 x 17.8 x 1.8 cm
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (3 customer reviews)
  • Amazon.co.uk Sales Rank: 146,723 in Books (See Bestsellers in Books)
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   Java opens new browser window
Microsoft.com/VisualStudio  -  Try Visual Studio® 2010 Beta For Free. Quick & Easy Download! 
   UML/JAVA Model&Generation opens new browser window
www.modeliosoft.com  -  Powerful Model Driven tool-100€! Complete-Code Model consistency 
   MIO GPS & Accessories opens new browser window
www.MountGuys.com  -  Car Motorcycle & Marine Mounts, Power & Accessories 
  
 

Product Description

William Wagers, Java Guide, about.com, October 2002

Five stars. The Bottom Line: 'Java NIO' is a must read for Java programmers developing I/O intensive applications.


Product Description

Many Java programmers consider the new I/O API, called NIO for New Input/Output, the most important feature in the 1.4 version of the Java 2 standard edition. The NIO package includes many things that have been missing from previous editions of Java that are critical to writing high-performance, large-scale applications: improvements in the areas of buffer management, scalable network and file I/O, character-set support, and regular expression matching. Most of all, it boosts performance and speed dramatically. This text explores the new I/O capabilities of version 1.4 in detail and shows you how to put these features to work to greatly improve the efficiency of the Java code you write. It examines the typical challenges that Java programmers face with I/O and shows you how to take advantage of the capabilities of the new I/O features. It explains how to put these tools to work using examples of common, real-world I/O problems and how the new features have a direct impact on responsiveness, scalability, and reliability. As the NIO APIs supplement the I/O features of version 1.3, rather than replace them, you'll also learn when to use new APIs and when the older 1.3 I/O APIs are better suited to your particular application. The volume includes a rundown of the new features in NIO, basic and advanced I/O concepts and binary I/O and the new buffer classes. As well as memory mapped files and file locking, Character I/O: encoding, decoding and transforming character data, regular expressions and the new java.util.regex package, and muliplexing with java.nio.

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
java
nio
network programming

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?

Java-NIO
57% buy the item featured on this page:
Java-NIO 4.3 out of 5 stars (3)
£17.01
Java Network Programming
15% buy
Java Network Programming 4.5 out of 5 stars (6)
£19.56
Effective Java: Second Edition
12% buy
Effective Java: Second Edition 4.8 out of 5 stars (6)
£17.99
Java Threads
8% buy
Java Threads 4.4 out of 5 stars (7)
£17.99

 

Customer Reviews

3 Reviews
5 star:
 (2)
4 star:    (0)
3 star:
 (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.3 out of 5 stars (3 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
16 of 17 people found the following review helpful:
3.0 out of 5 stars Somewhat lightweight and disappointing, 10 Jun 2003
By C. C. Williams - See all my reviews
(TOP 500 REVIEWER)    (REAL NAME)   
Information on the new, high-performance I/O classes in Java 1.4 is hard to come by anywhere so this book is welcome for providing some information, at least. It also covers the new character set and regular expression classes which, although seemingly unrelated, came from the same Java Specification Request (#51 if you're interested) and which hardly merit a book by themselves. Nevertheless, the book should be judged on its coverage of NIO, and in my opinion it fails to do this adequately. The main problem, I think, is lack of real world application. Many of the examples are trivial and / or silly (although there is a very amusing one which randomly generates frighteningly realistic marketing speak - "Harness extensible paradigms" or "leverage cross-platform functionalities"). One of the main ideas of NIO is that you're supposed to be able to manage multiple non-blocking data streams with a single thread, rather than using a thread for each incoming connection, and so reducing system resource usage as well as making your server programs more responsive. The example that Hitchens creates is a stupid echo server which simply sends its input back where it came from. Having read this, I certainly didn't feel ready to implement readiness selction myself which means that, for me at least, the book does not do what it's supposed to do. Ttip for any future edition: make the examples applicable to real world problems; that lame echo server could, with a little more work, have been turned into a simple but usable HTTP server.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3 of 3 people found the following review helpful:
5.0 out of 5 stars An good book that opens your eyes to an excellent language, 27 May 2004
The book is not excellent but the fact
that it is the only one that opened my eyes
in this excellent part of Java it is worth the money.
The book explains the concepts with simple (but not naive)examples. The new features of Java that this book explained
made me to write an excellent Master Thesis and also to
make Java to work with an application that had to work
in Real-Time. I have a Master in Control Engineering
and also one in Computer Science and I am doing another
in Biomedical Engineering. That book was the most usefull
book in all my 9 years of graduate and postgraduate studies.
And for that it takes 5 stars.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 2 people found the following review helpful:
5.0 out of 5 stars Good, 24 Mar 2006
By A Customer
The book starts by outlining the main points well.

It has useful learning examples for each of the subject areas covered which can be read independantly from each other.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



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
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.