Java Books - Page 3

MagicBeanDip.com

Subcategories:

Page 3 of 200 - Go to page: 1 2 3 4 5 6 7 8 14

Effective Java: Programming Language Guide (Java Series)

Joshua Bloch

Effective Java: Programming Language Guide (Java Series) Joshua Bloch Amazon Price: $40.45
List Price: $49.99
Usually ships in 24 hours
By: Addison-Wesley
Amazon Marketplace: 74 new & used starting at $6.29

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Java -> General
Subjects -> Computers & Internet -> Programming -> Java -> General AAS
Subjects -> Computers & Internet -> Programming -> General

Customer Reviews:
Total reviews: 120 Average rating: 5.0 of 5

Best Java book available 5 out of 5 stars.
0 of 0 people found this review helpful.

I've been using Java since 1995 and have owned this book since 2001 and it's the only Java text I still turn to. I recommend every Java developer, no matter what level you're at, read this book and read it again every year for the remainder of your career. I doesn't matter who you are or how experienced you think you are -- you will learn from this book. I give "Effective Java" my highest recommendation. I cannot wait for the Second Edition.

Thing of Beauty is Joy Forever ... 5 out of 5 stars.
0 of 0 people found this review helpful.

It is incredible to read Joshua's insights. Forget about being a Java Guru or something like that. This book is pure joy to read if you are detail oriented, perfectionist or a student of art of programming in general.

I have started this effort of creating a distilled version of this book coupled with my own reflections at: [...]. To any curious reader though, any such effort is not a replacement for the book itself. It is a masterpiece.

- Kedar Mhaswade

Editorial Review:

(Pearson Education) Working solutions to programming challenges faced by Java developers on a daily basis, revealing what to do to produce clear, robust and efficient code. Include rules in short essay form, and the author's 'war stories,' giving advice and insights into nuances of the language. Softcover.

Java In A Nutshell, 5th Edition

David Flanagan

Java In A Nutshell, 5th Edition David Flanagan Amazon Price: $29.67
List Price: $44.95
Usually ships in 24 hours
By: O'Reilly Media, Inc.
Amazon Marketplace: 62 new & used starting at $20.00

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Java -> General
Subjects -> Computers & Internet -> Programming -> Java -> General AAS
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General

Customer Reviews:
Total reviews: 31 Average rating: 4.0 of 5

Editorial Review:

With more than 700,000 copies sold to date, "Java in a Nutshell" from O'Reilly is clearly the favorite resource amongst the legion of developers and programmers using Java technology. And now, with the release of the 5.0 version of Java, O'Reilly has given the book that defined the "in a Nutshell" category another impressive tune-up.

In this latest revision, readers will find "Java in a Nutshell," 5th Edition, does more than just cover the extensive changes implicit in 5.0, the newest version of Java. It's undergone a complete makeover--in scope, size, and type of coverage--in order to more closely meet the needs of the modern Java programmer.

To wit, "Java in a Nutshell," 5th Edition now places less emphasis on coming to Java from C and C++, and adds more discussion on tools and frameworks. It also offers new code examples to illustrate the working of APIs, and, of course, extensive coverage of Java 5.0. But faithful readers take comfort: it still hasn't lost any of its core elements that made it such a classic to begin with.

This handy reference gets right to the heart of the program with an accelerated introduction to the Java programming language and its key APIs--ideal for developers wishing to start writing code right away. And, as was the case in previous editions, Java in a Nutshell, 5th Edition is once again chock-full of poignant tips, techniques, examples, and practical advice. For as long as Java has existed, "Java in a Nutshell" has helped developers maximize the capabilities of the program's newest versions. And this latest edition is no different.

Java How to Program, 7th Edition

Harvey M. Deitel, Paul J. Deitel

Java How to Program, 7th Edition Harvey M. Deitel, Paul J. Deitel Amazon Price: $106.20
List Price: $118.00
Usually ships in 24 hours
By: Prentice Hall
Amazon Marketplace: 62 new & used starting at $51.00

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Java -> General
Subjects -> Computers & Internet -> Programming -> Java -> General AAS
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General

Customer Reviews:
Total reviews: 18 Average rating: 5.0 of 5

Editorial Review:

 

The Deitels' groundbreaking How to Program series offers unparalleled breadth and depth of object-oriented programming concepts and intermediate-level topics for further study. The Seventh Edition has been extensively fine-tuned and is completely up-to-date with Sun Microsystems, Inc.’s latest Java release — Java Standard Edition 6 (“Mustang”) and several Java Enterprise Edition 5 topics. Contains an extensive OOD/UML 2 case study on developing an automated teller machine. Takes a new tools-based approach to Web application development that uses Netbeans 5.5 and Java Studio Creator 2 to create and consume Web Services. Features  new AJAX-enabled, Web applications built with JavaServer Faces (JSF), Java Studio Creator 2 and the Java Blueprints AJAX Components. Includes new topics throughout, such as JDBC 4, SwingWorker for multithreaded GUIs, GroupLayout, Java Desktop Integration Components (JDIC), and much more. A valuable reference for programmers and anyone interested in learning the Java programming language.

 
   * MySQL(R) 5.0 Community Server / v5.0.27
   * MySQL(R) Connector/J Version 5.0.4
   * Sun(R) Java(TM) Studio Creator 2 Update 1
   * NetBeans(TM) IDE Version 5.5 with Java EE Application Server 9.0 U1 Bundle

Murach's Java Servlets and JSP, 2nd Edition

Andrea Steelman, Joel Murach

Murach's Java Servlets and JSP, 2nd Edition Andrea Steelman, Joel Murach Amazon Price: $33.08
List Price: $52.50
Usually ships in 24 hours
By: Mike Murach & Associates
Amazon Marketplace: 27 new & used starting at $24.25

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Java -> Servlets
Subjects -> Computers & Internet -> Programming -> Java -> General
Subjects -> Computers & Internet -> Programming -> Java -> General AAS

Customer Reviews:
Total reviews: 11 Average rating: 4.5 of 5

Great book 5 out of 5 stars.
2 of 2 people found this review helpful.

One of the best books I've ever read. Very well written. Very good and clear examples. No matter is you are an expert or not in JSP this book is good for you.

Higly Recommended 5 out of 5 stars.
2 of 2 people found this review helpful.

This is a very good text for a beginning JSP/Servelet developer. Very clearly laid out, with copious examples, well orgranized, slanted to a novice Servlet developer. You cant go wrong with this text. Additional benefit is a chapter on how to use the NetBeans IDE.

Editorial Review:

This new edition of Murach's Java Servlets and JSP makes it easier than ever for Java developers to master web programming. It starts by showing how to install and use Tomcat as a web server and NetBeans as an IDE. Then, it teaches how and when to use JavaServer Pages and Java servlets to build well-structured web applications that implement the MVC pattern. Next, it shows how to use sessions, cookies, JavaBeans, Expression Language (EL), the JSP Standard Tag Library (JSTL), and custom tags. Then, it shows how to use JDBC and connection pooling to work with a MySQL database. Finally, it shows how to use JavaMail, SSL/TLS, authentication, listeners, and filters. These are the skills that you need to build professional Java web applications. A great read for any Java developer.

Linux Administration: A Beginner's Guide, Fifth Edition (Beginner's Guide)

Wale Soyinka

Linux Administration: A Beginner's Guide, Fifth Edition (Beginner's Guide) Wale Soyinka Amazon Price: $26.39
List Price: $39.99
Usually ships in 24 hours
By: McGraw-Hill Osborne Media
Amazon Marketplace: 46 new & used starting at $21.90

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Networking -> Networks, Protocols & APIs -> General
Subjects -> Computers & Internet -> Networking -> Networks, Protocols & APIs -> General AAS
Subjects -> Computers & Internet -> Networking -> Network Administration

Customer Reviews:
Total reviews: 32 Average rating: 4.5 of 5

Editorial Review:

Administer Any Linux Distribution with Ease

Fully updated for the most current Linux distributions, Linux Administration: A Beginner's Guide, Fifth Edition, shows you how to set up, maintain, and troubleshoot Linux on a single server or an entire network. Get full details on granting user rights and permissions, configuring software and hardware, providing Internet and intranet services, and customizing Linux kernel 2.6. You'll also learn how to get your network services IPv6 ready, implement sound security, create foolproof system backups, and use the latest virtualization technologies. Real-world, hands-on examples are included throughout.

  • Install and configure popular Linux distributions, including Fedora 9, Red Hat Enterprise Linux, OpenSuSE, and Ubuntu
  • Manage users, permissions, files, folders, and applications
  • Administer Linux servers from the GUI or from the command line (shell)
  • Understand and manage file systems in Linux
  • Compile, tune, and customize Linux kernel 2.6
  • Build robust firewalls and routers using netfilter and Linux
  • Manage the Linux TCP/IP networking stack and services for both IPv4 and IPv6
  • Build and deploy Web, e-mail, and FTP servers
  • Use NIS, NFS, LDAP, and Samba for resource sharing and identity management
  • Set up and administer print, DNS, POP3, IMAP3, and DHCP servers
  • Implement Linux virtualization technologies, including the native KVM platform
.

SCJP Sun Certified Programmer for Java 5 Study Guide (Exam 310-055) (Certification Press Study Guides)

Katherine Sierra, Bert Bates

SCJP Sun Certified Programmer for Java 5 Study Guide (Exam 310-055) (Certification Press Study Guides) Katherine Sierra, Bert Bates Amazon Price: $32.99
List Price: $49.99
Usually ships in 24 hours
By: McGraw-Hill Osborne Media
Amazon Marketplace: 42 new & used starting at $20.70

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Certification Central -> Exams -> Java
Subjects -> Computers & Internet -> Certification Central -> Publisher -> Osborne-McGraw-Hill
Subjects -> Computers & Internet -> Certification Central -> Java

Customer Reviews:
Total reviews: 277 Average rating: 4.5 of 5

The Best Programming Book Ever 5 out of 5 stars.
1 of 1 people found this review helpful.

This is a review of the previous edition of this book (ISBN:0072226846), but probably the same applies to this book. For learning Java, this book is better than revered Head First book from the same authors. I only understood Head First book when I downloaded and analyzed the source code. Otherwise, I see a lot of incomplete examples, it was like watching the movie from the half.

This book gives you full understanding of the Java language. It explains what is possible, and what is not. It is complete. I don't speak about passing the exam, that was not my intention. I wanted to learn and understand the Java language. What was the most important thing to me was the limits of the language. Reading this book, all the time you have a feeling of control. Everything is explained, and you have a full control of the language. Not so many books explain all possible ways how to use the interfaces, how to arrange the source files,...

Rare authors of programming books have this talent. The same feeling I had with the book "Programming C# with Visual Studio .NET 2005" by Jeffery Suddeth (ISBN:1411664477). Pure perfection. I would advise potential new and old authors of the books to read this book as a study guide of How to write programming books. Reading this book was an intellectual pleasure to me.

Pero

Editorial Review:

Get the book that shows you not only what to study, but how to study. The only classroom-based integrated study system for professional certification gives you complete coverage of all objectives for the Sun Certified Programmer for Java 5 exam, hundreds of practice exam questions, and hands-on exercises. The CD-ROM features full practice exam software plus an adaptive test engine.

Beginning Programming with Java For Dummies (For Dummies (Computer/Tech))

Barry Burd

Beginning Programming with Java For Dummies (For Dummies (Computer/Tech)) Barry Burd Amazon Price: $16.49
List Price: $24.99
Usually ships in 24 hours
By: For Dummies
Amazon Marketplace: 56 new & used starting at $11.51

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Introductory & Beginning -> General
Subjects -> Computers & Internet -> Programming -> Introductory & Beginning -> General AAS
Subjects -> Computers & Internet -> Programming -> Java -> Beginner's Guides

Customer Reviews:
Total reviews: 34 Average rating: 4.5 of 5

Good for absolute noobs, but not in depth... 4 out of 5 stars.
2 of 2 people found this review helpful.

If you know nothing about programming, this book is pretty much for you. It discusses the most basic elements of the Java programming language, with good coverage of syntax and keywords. However, it simply doesn't go into great enough depth about everything. If it's for beginners, it ought to explain all the nuances of Java (what is public static void for), and cover the things most people would take for granted in depth. Overall, a good read for a beginner programmer, though!

Good for early teen-agers 5 out of 5 stars.
1 of 1 people found this review helpful.

I'm a computer scientist and taught my 11-year-old son with this book.
No difficulty was found and I decided to buy other "for Dummies" series for my son and myself.
--JB from ROK.

Editorial Review:

  • Covering everything from basic Java development concepts to the latest tools and techniques used in Java, this book will put would-be programmers on their way to Java mastery
  • Explores what goes into creating a program, how to put the pieces together, dealing with standard programming challenges, debugging, and making it work
  • Updated for the release of the Java SDK 2.0, with all examples revised to reflect the changes in the technology

Java Generics and Collections

Maurice Naftalin, Philip Wadler

Java Generics and Collections Maurice Naftalin, Philip Wadler Amazon Price: $23.09
List Price: $34.99
Usually ships in 24 hours
By: O'Reilly Media, Inc.
Amazon Marketplace: 43 new & used starting at $18.09

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Computer Science -> General
Subjects -> Computers & Internet -> Computer Science -> General AAS
Subjects -> Computers & Internet -> Programming -> Java -> General

Customer Reviews:
Total reviews: 21 Average rating: 4.5 of 5

Editorial Review:

This comprehensive guide shows you how to master the most important changes to Java since it was first released. Generics and the greatly expanded collection libraries have tremendously increased the power of Java 5 and Java 6. But they have also confused many developers who haven't known how to take advantage of these new features.

"Java Generics and Collections" covers everything from the most basic uses of generics to the strangest corner cases. It teaches you everything you need to know about the collections libraries, so you'll always know which collection is appropriate for any given task, and how to use it.

Topics covered include: Fundamentals of generics: type parameters and generic methods Other new features: boxing and unboxing, foreach loops, varargs Subtyping and wildcards Evolution not revolution: generic libraries with legacy clients and generic clients with legacy libraries Generics and reflection Design patterns for generics Sets, Queues, Lists, Maps, and their implementations Concurrent programming and thread safety with collections Performance implications of different collections

Generics and the new collection libraries they inspired take Java to a new level. If you want to take your software development practice to a new level, this book is essential reading.

Philip Wadler is Professor of Theoretical Computer Science at the University of Edinburgh, where his research focuses on the design of programming languages. He is a co-designer of GJ, work that became the basis for generics in Sun's Java 5.0.

Maurice Naftalin is Technical Director at Morningside Light Ltd., a software consultancy in the United Kingdom. He has most recently served as anarchitect and mentor at NSB Retail Systems plc, and as the leader of the client development team of a major UK government social service system.

""A brilliant exposition of generics. By far the best book on the topic, it provides a crystal clear tutorial that starts with the basics and ends leaving the reader with a deep understanding of both the use and design of generics.""
Gilad Bracha, Java Generics Lead, Sun Microsystems

Seam in Action

Dan Allen

Seam in Action Dan Allen Amazon Price: $29.69
List Price: $44.99
Usually ships in 24 hours
By: Manning Publications
Amazon Marketplace: 39 new & used starting at $22.00

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Home Computing -> Internet -> General AAS
Subjects -> Computers & Internet -> Computer Science -> Software Engineering -> General AAS
Subjects -> Computers & Internet -> Programming -> Java -> General

Customer Reviews:
Total reviews: 11 Average rating: 5.0 of 5

Editorial Review:

JBoss Seam is an exciting new application framework based on the Java EE platform that is used to build rich, web-based business applications. Seam is rapidly capturing the interest of Java enterprise developers because of its focus on simplicity, ease of use, transparent integration, and scalability.

Seam in Action offers a practical and in-depth look at JBoss Seam. The book puts Seam head-to-head with the complexities in the Java EE architecture. The author presents an unbiased view of Seam from outside the walls of RedHat/JBoss, focusing on such topics as Spring integration and deployment to alternative application servers to steer clear of vendor lock-in. By the end of the book, you should expect to not only gain a deep understanding of Seam, but also come away with the confidence to teach the material to others.

To start off, you will see a working Java EE-compliant application come together by the end of the second chapter. As you progress through the book, you will discover how Seam eliminates unnecessary layers and configurations, solves the most common JSF pain points, and establishes the missing link between JSF, EJB 3 and JavaBean components. The author also shows you how Seam opens doors for you to incorporate technologies you previously have not had time to learn, such as business processes and stateful page flows (jBPM), Ajax remoting, PDF generation, asynchronous tasks, and more.

All too often, developers spend a majority of their time integrating disparate technologies, manually tracking state, struggling to understand JSF, wrestling with Hibernate exceptions, and constantly redeploying applications, rather than on the logic pertaining to the business at hand. Seam in Action dives deep into thorough explanations of how Seam eliminates these non-core tasks by leveraging configuration by exception, Java 5 annotations, and aspect-oriented programming.

GWT in Practice

Robert Cooper, Charlie Collins

GWT in Practice Robert Cooper, Charlie Collins Amazon Price: $29.69
List Price: $44.99
Usually ships in 24 hours
By: Manning Publications
Amazon Marketplace: 39 new & used starting at $24.99

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Databases -> Database Design
Subjects -> Computers & Internet -> Databases -> General
Subjects -> Computers & Internet -> Databases -> General AAS

Customer Reviews:
Total reviews: 7 Average rating: 5.0 of 5

Editorial Review:

If you're a web developer, you know that you can use Ajax to add rich, user-friendly, dynamic features to your applications. With the Google Web Toolkit (GWT), a new Ajax tool from Google that automatically converts Java to JavaScript, you can build Ajax applications using the Java language.

GWT in Practice is an example-driven, code-rich book designed for web developers already familiar with the basics of GWT who now want hands-on experience. After a quick review of GWT fundamentals, GWT in Practice presents scores of handy, reusable solutions to the problems you face when you need to move beyond "Hello World" and "proof of concept" applications. This book skips the theory and looks at the way things really work when you're building. I also shows you where GWT fits into the Enterprise Java Developer's toolset. Written by expert authors Robert Cooper and Charlie Collins, this book combines sharp insight with hard-won experience. Readers will find thorough coverage of all aspects of GWT development from the basic GWT concepts to in depth real world example applications.

The first part of the book is a rapid introduction to the GWT methodology The second part of the book then delves into several practical examples which further demonstrate core aspects of the toolkit The book concludes by presenting several larger GWT applications including drag and drop support for UI elements, data binding, processing streaming data, handling application state, automated builds, and continuous integration.

Along the way GWT in Practice covers many additional facets of working with the toolkit. Various development tools are used throughout the book, including Eclipse, NetBeans, IDEA, Ant, Maven, and, of course, the old fashioned command line. The book also addresses integrating GWT with existing applications and services along with enterprise and team development.


Page 3 of 200 - Go to page: 1 2 3 4 5 6 7 8 14

Return to MagicBeanDip.com

This page was created in 1.1720 seconds.