المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Java Examples in a Nutshell, 2nd Edition



samer kouta
07-02-2009, 05:12 PM
Fist link = rapidshare.com (http://gigapedia.com/redirect?hash=b340023b34b75253b92886dd0da8fea2)
second link = ifile.it (http://gigapedia.com/redirect?hash=5ef7baef9649e60fd6b5d74fb2427882)



Book Description:

Java Examples in a Nutshell is full of real-world Java programming examples. The second edition of this bestselling book covers Java 1.3 and contains 164 complete, practical programs: over 17,900 lines of densely commented, professionally written Java code covering 20 distinct Java APIs, including Servlets, JavaServer Pages, XML, Swing, and Java 2D. David Flanagan, the author of Java in a Nutshell, has created an entire book of programs that readers can learn from and modify for their own use.

This book is a companion volume to Java in a Nutshell, Java Foundation Classes in a Nutshell, and Java Enterprise in a Nutshell. While those books are quick references at heart, they each include accelerated tutorials on various Java topics. Java Examples in a Nutshell picks up where those books leave off, serving up a suite of example programs for novice Java programmers and experts alike. This book doesn't hold readers' hands or supply detailed explanations of Java syntax or method calls; it simply delivers well-commented working examples for exploring the wide range of what's possible with Java. Each chapter concludes with programming exercises that suggest avenues for building further knowledge.

Java Examples in a Nutshell contains the following:



* Examples that demonstrate basic Java functionality and the essential Java API's, including I/O, threads, networking, security, reflection, serialization, and security.
* Programs that use the graphical user interface and graphics features of Java, highlighting the Swing, Java 2D, printing, data transfer, JavaBeans, and applet APIs.
* Examples that illustrate key enterprise APIs in Java, including remote method invocation (RMI), database connectivity (JDBC), servlets, JavaServer Pages (JSP), and XML.
* An example index that lets users look up a programming concept or Java class and find any examples in the book that demonstrate that concept or use that class.






Date: 2007-11-02 Rating: 1
Review:

useless

I have been trying to figure my way around. The code snippets contain several errors which is left to the reader to figure out. It claims to be for beginners, but everyone agree that this book is unsuitable. It contains too many bugs, examples are very badly explained.


Date: 2007-03-14 Rating: 5
Review:

If you are going to have a Java reference, take this book.

You can't learn a language (computer or not) by memorizing grammar and syntax.
This book provides a good collection of simple and yet useful examples in Java.
Get this book if you want to have a quick start on Java language.


Date: 2003-05-28 Rating: 5
Review:

Good book

The examples of this book are high-applicable, clearly. Essential step-by-step for beginners and handbook for developers. Readers will find everything they need to help them on learning and understand Java generally. If you are new to Java technologies, you will find thoroughly grounded in the basic pieces.


Date: 2003-02-18 Rating: 4
Review:

Good reference to a reference

This book is a wonderful addition to a java developer's library. This book will greatly complement introductory or textbook-style books with its concrete examples and thorough coverage of concepts in a realistic context.

IF you are looking for your first book on java - this book won't be your first choice - but it will be a very strong second to complement your new found java skills and show how to apply those new found skills will interesting, full-functional, "meaty" sample programs that are easy to reference based on topic. Great Reference!

If you are found of the O'Reilly style of reference a great first java book would be "Learning Java" by Niemeyer and Knudsen.


Date: 2002-09-12 Rating: 5
Review:

Very Useful

Most programmers learn by doing. When programming using a new API for the first time, I very often look at sample code to get the real feel for how the code should work. I also sometimes adapt existing code to suit my purposes.
In any case, example code is invaluable, and this book has a lot of it. Although this book is tauted as a companion to the other Java "nutshell" books, this book is infinitaly more valuable. In fact, I don't recommend the other books in this series at all.