Books Online Store Global Online Shopping Center UK | Germany
apparel   jewelry   musical instruments   beauty   health   sports   office  
books   baby   camera   computers   dvd   games   electronics   garden   kitchen   magazines   music   phones   software   tools   toys   video  
 Help  
Books - Computers & Internet - Programming - Java

21-40 of 200     Back   1   2   3   4   5   6   7   8   9   10   Next 20
Favorite ListSimple List

click price to see details     click image to enlarge     click link to go to the store

$71.99
21. Bundle of Algorithms in Java,
$34.64
22. Core Java(TM) 2, Volume I--Fundamentals
$71.40
23. Introduction to Java Programming-Comprehensive
$34.64
24. Core Servlets and JavaServer Pages,
$43.98
25. Effective Java Programming Language
$23.09
26. DOM Scripting: Web Design with
$42.49
27. Agile Java(TM): Crafting Code
$32.99
28. JavaScript Bible, Fifth Edition
$26.39
29. Agile Java Development with Spring,
$32.99
30. Enterprise JavaBeans 3.0 (5th
$29.67
31. Head First EJB (Brain-Friendly
$29.67
32. Spring in Action (In Action series)
$28.32
33. Java In A Nutshell, 5th Edition
$14.95
34. JavaScript for the World Wide
$26.39
35. Professional Java Development
$32.99
36. Java: The Complete Reference,
$32.99
37. Pro JSF and Ajax: Building Rich
$29.69
38. Expert Spring MVC and Web Flow
$42.49
39. Java(TM) Language Specification,
$29.69
40. ppk on JavaScript, 1/e

21. Bundle of Algorithms in Java, Third Edition (Parts 1-5): Fundamentals, Data Structures, Sorting, Searching, and Graph Algorithms, Third Edition
by Addison-Wesley Professional
Paperback (22 July, 2003)
list price: $94.99 -- our price: $71.99
(price subject to change: see help)
Isbn: 0201775786
Sales Rank: 297900
Average Customer Review: 5.0 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Reviews (3)

5-0 out of 5 stars A treasure!
This series is a treasure to keep. The book is filled with great diagrams and very easy to understand language.

5-0 out of 5 stars Excellent book
First is Knuth, second is Corman that brings the art of algorithms closer to earth. Then is Sedgewick. This book provides very good balance between theory and practice and lets the practitioners know that programming is a bit more than just writing "if" and "for" and that the art of algorithms is not only art but also science. This book evolved from early editions (Algorithms in C, 1990) and keeps the standard. These two volumes is the must for every serious programmer.
5-0 out of 5 stars Excellent combination of books
Sedgewick's publisher (Addison-Wesley) has gathered his two books, Algorithms in Java, parts 1-5, into one resource for developers. Convenient, for you now have something that spans the most common algorithms encountered during computer programming. Logically, the combination of the two volumes is very coherent. Read more

Subjects:  1. Algorithms (Computer Programming)    2. Computer Books: General    3. Computer Science    4. Computers    5. Computers - Languages / Programming    6. General    7. Programming - General    8. Programming Languages - Java    9. Algorithms & procedures    10. Computers / Programming / Algorithms    11. Java & variants   


22. Core Java(TM) 2, Volume I--Fundamentals (7th Edition) (Core Java 2)
by Prentice Hall PTR
Paperback (17 August, 2004)
list price: $54.99 -- our price: $34.64
(price subject to change: see help)
Isbn: 0131482025
Sales Rank: 14197
Average Customer Review: 4.5 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Reviews (44)

4-0 out of 5 stars Nice Java Book That Hits Multiple Audiences
There is a lot of good information in this book for the experienced programmer who is new to Java.I just moved to a new team that is doing Java development although I come from a C++ background.This book is especially helpful to people coming from a C++ background because it calls out places where the languages differ.In the early chapters, you could skim the topics and read just these to get up to speed.However, it also has the details for people with other backgrounds such as Visual Basic or COBOL.The first six chapters deal with the fundamentals of the language.However, chapters 7-10 deal with Swing and Applets.I do not consider either of these to be truly fundamentals, and the examples in chapters 11-13 are cluttered by Swing.I would prefer that these topics have separate treatment in Volume II.It is also odd that JAR files and Properties are buried at the end of chapter 10 (Applets).However, these are minor complaints on an overall solid introduction to the Java programming language.If you find yourself at the point of making the switch to Java, I think this is the best book available.

1-0 out of 5 stars Core Java2 volumeI6th Edition
When I saw this seller list NEW for his book, I decided to buy it.
5-0 out of 5 stars A Truly Great Book. A scholarly tutorial.
This is a book written by someone who not only knows Java but is an actual computer scientist with experience in the corporate world (read his brief bio on the back cover.) He is also a college professor at San Jose State University and thus, unlike too many authors of programming books at certain publishers, his qualifications aren't summed up by statements like " . . . has been programming since he was 13 years old, " or, " . . . is a programmer at a Fortune 100 company on Wall Street." This book teaches you all of the fine details that "The Java Programming Language Guide" sometimes leaves out. That book, one of whose authors is James Gosling, is the only book that exceeds Horstmann's effort here, however it is not a tutorial and thus you need Horstmann's text alongside it. His treatment of "Objects and Classes" (chapter 4) and "Inheritance" (chapter 5) are alone worth the price of the book. This is a rigorous and challenging book and it should not be your first book in Java programming. After you've finished with Walter Savitch's Java textbook then purchase "The Java Programming Language Guide" and "Core Java" (both volumes) and see what computer programming is really all about (hint: it's not about setting up database driven websites to sell trinkets or to facilitate your blogging.) ... Read more

Subjects:  1. Computer Books: Languages    2. Computers    3. Computers - Languages / Programming    4. Object-Oriented Programming    5. Programming Languages - Java    6. Computers / Programming Languages / Java    7. Java & variants   


23. Introduction to Java Programming-Comprehensive Version (6th Edition)
by Prentice Hall
Paperback (12 July, 2006)
list price: $102.00 -- our price: $71.40
(price subject to change: see help)
Isbn: 0132221586
Sales Rank: 13992
Average Customer Review: 5.0 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Reviews (7)

5-0 out of 5 stars Excellent textbook for learning Java...
If you prefer your computer technology learning in textbook style, then this is an excellent choice in books...Introduction to Java Programming - Comprehensive Version (Sixth Edition) by Y. Daniel Liang.It's an entire college-level course in Java in one very big (and well-written) volume...
5-0 out of 5 stars Great intro through intermediate text
I've tried learning C++ many times and kept getting lost between the introductory and intermediate level texts.It was suggested that I consider trying Java, so I reluctantly found this text by Liang and am making my way through.Not only am I not getting bogged down in the C-compiler, but Liang's explinations and examples are so much clearer than anything I ran into in the C++ texts I had used.
5-0 out of 5 stars Excellent Way to Learn
The author does a great job of presenting a complicated subject in an easy to grasp step by step method. Dr. Liang obviously understand how to both teach and educate at the same time. I found this book through a formal class, but we only covered a subset of the chapters. I took the book and finished on my own. The book is that well structured and written. As a pleasant side note, it also contains zero errors that I could find, contrary to may software books.
Read more

Subjects:  1. Computer Books: Languages    2. Computers    3. Computers - Languages / Programming    4. Java (Computer program language)    5. Programming Languages - Java    6. Computers / Programming Languages / Java    7. Java & variants   


24. Core Servlets and JavaServer Pages, Vol. 1: Core Technologies, Second Edition
by Prentice Hall PTR
Paperback (29 August, 2003)
list price: $54.99 -- our price: $34.64
(price subject to change: see help)
Isbn: 0130092290
Average Customer Review: 4.5 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Editorial Review

In the Java universe, the interface layer of the ubiquitous model-view-controller (MVC) software design paradigm is handled by either servlets of JavaServer Pages (JSP). The second edition of Read more

Reviews (256)

4-0 out of 5 stars Great Read
Not a book for beginning programmers, however if you have minimal java experience and are proficient in other languages you will be able to figure it out.
5-0 out of 5 stars Excellent service - book brand new condition
Although used, the book was in brand-new condition. Arrived on time.

5-0 out of 5 stars What you need to know about JSP and Servlet Programming.
This book presents a great introduction into the world of server side programming.Hall is an excellent writer and is considered to be the go-to man for JSP and Servlet development.This book is valuable to anyone interested in J2EE development. ... Read more

Subjects:  1. Computer Books: General    2. Computers    3. Computers - Languages / Programming    4. Internet - Web Site Design    5. Internet - World Wide Web    6. Java (Computer program languag    7. Java (Computer program language)    8. JavaServer pages    9. Programming Languages - Java    10. Servlets    11. Web servers    12. Computer Programming    13. Computers / Programming Languages / Java    14. Java & variants   


25. Effective Java Programming Language Guide
by Addison-Wesley Professional
Paperback (05 June, 2001)
list price: $49.99 -- our price: $43.98
(price subject to change: see help)
Isbn: 0201310058
Average Customer Review: 5.0 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Editorial Review

Written for the working Java developer, Joshua Bloch'sRead more

Reviews (108)

5-0 out of 5 stars What else can I say....
There are plenty of 5 star reviews already raving about what I gained from reading the book. Read those for a more detailed review. During my C++ years, I read the exceptional Scott Meyer's `Effective C++' book, so I wanted to find the same production in the Java world. Bloch did an excellent job in writing this. This book is as close to the exact same thing except for Java. If you've worked in the C++ world and heading towards Java, definitely grab this book to quickly set the stage for your transfer.

5-0 out of 5 stars Concise and priceless
Unlike some other books that says "Always do this" this book says "Consider doing this in such and such cases" and explains why. And instead of "Put in an exception as much description as possible" it says "Put the numbers, the rest is retrievable from the stack trace and the source code". Without any idealism this book gives very practical advices, so that you can get better results in less time. The writing style of this book is very concise and worth every minute of your time reading it. And unlike "Head First Design Patterns" the "Effective Java" does not need any "funny" pictures to be readable - it is fascinating by itself.

5-0 out of 5 stars Not Just For Java Developers
I have never done more than play around with Java, but this book has still has had as much influence on my programming habits as any other book.
Read more

Subjects:  1. Computer Books: General    2. Computers    3. Computers - Languages / Programming    4. Java (Computer program languag    5. Java (Computer program language)    6. Programming - General    7. Programming Languages - Java    8. Computers / Programming Languages / Java    9. Java & variants    10. Programming languages   


26. DOM Scripting: Web Design with JavaScript and the Document Object Model
by friends of ED
Paperback (20 September, 2005)
list price: $34.99 -- our price: $23.09
(price subject to change: see help)
Isbn: 1590595335
Sales Rank: 3200
Average Customer Review: 4.5 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Reviews (27)

5-0 out of 5 stars It's more of a beginers book
It describes Javascript as used in web design and not as a separate language. Most Javascript books are like other language guides, you learn the language but have no idea what to do with it. This book is about manipulating the elements (& nodes) of a web page. It's easy to read and understand. After this you can go learn more about Javascript if you need to.

5-0 out of 5 stars Excellent!
Must have it excellent book. I also recomend CSS Mastery. Great books for library.

5-0 out of 5 stars Clear and Concise
DOM Scripting by Jeremy Keith gives you a very smooth introduction to JavaScript and the DOM. The books is more directed at those who are just beginning JavaScript or have used it in the past but would like more knowledge.
Read more

Subjects:  1. Computer Books: Languages    2. Computers    3. Computers - Languages / Programming    4. Design    5. Internet - Web Site Design    6. JavaScript (Computer program language)    7. Programming - General    8. Programming Languages - CGI, Javascript, Perl, VBScript    9. Programming Languages - General    10. Web site development    11. Web sites    12. Java & variants   


27. Agile Java(TM): Crafting Code with Test-Driven Development (Robert C. Martin Series)
by Prentice Hall PTR
Paperback (14 February, 2005)
list price: $49.99 -- our price: $42.49
(price subject to change: see help)
Isbn: 0131482394
Sales Rank: 62930
Average Customer Review: 5.0 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Reviews (9)

5-0 out of 5 stars Great Book
I've gotten about 6 chapters into this book and I love it.I've been developing Java for almost 7 years and am currently teaching myself Agile principles and this book comes as a great help.

3-0 out of 5 stars I wanted to like it!
I'm not a beginning programmer, or even an absolute Java novice, so maybe this book isn't really aimed at me.My biggest gripe is that the code snippets continue on and on making the book very poor for anything other than cover-to-cover reading.

5-0 out of 5 stars fantastic
This book is a fantastic primer to not only the java language, but to agile methods and junit as well.The author does a great job of introducing many concepts in a way that is easy to digest without being slow.However, seasoned java programmers may get frustrated with the early chapters that speak to basic java while introducing the bread and butter of junit. This is only for the first 150 pages or so.The information and lessons on refactoring, best practices, and junit are well worth it though.The best part of the book is the author's style.He does not speak down to the reader with overly high vocabulary, or with an "I am all knowing" attitude, but rather he uses a conversational tone with an emphasis on making the topic clear concise and to the point. ... Read more

Subjects:  1. Computer Books: Languages    2. Computer Programs Testing    3. Computer software    4. Computers    5. Computers - Languages / Programming    6. Development    7. Java (Computer program language)    8. Programming - Systems Analysis & Design    9. Programming Languages - Java    10. Testing    11. Computers / Programming Languages / Java    12. Java & variants   


28. JavaScript Bible, Fifth Edition
by John Wiley & Sons
Paperback (19 March, 2004)
list price: $49.99 -- our price: $32.99
(price subject to change: see help)
Isbn: 0764557432
Sales Rank: 108343
Average Customer Review: 4.0 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Reviews (16)

3-0 out of 5 stars Loaded with info, but turns too complicated after a while
I understand that when it comes to javascript, there is a lot of history that needs to be taken into consideration. Browser differences and compatability, etc. are things no javascripter should ignore. However, this book, in my opinion, makes it overly complicated by trying to touch on every little twist there was in the history of javascript.
5-0 out of 5 stars The Definitive Cross-browser Reference, tho' getting a bit out of date
This is an exhaustive reference text.It documents the full functionality of javascript, indicating which functionality works on which browsers, and is the best of its kind, based on the several texts I have considered.
5-0 out of 5 stars Superb, complete coverage
Other reviewers have already summarised the book contents, so no point in repeating the message.
Read more

Subjects:  1. Computer Books And Software    2. Computers    3. Computers - Languages / Programming    4. Internet - Web Site Design    5. JavaScript (Computer language)    6. JavaScript (Computer program l    7. JavaScript (Computer program language)    8. Programming Languages - CGI, Javascript, Perl, VBScript    9. Programming Languages - General    10. Computers / Internet / Web Site Design    11. Java & variants   


29. Agile Java Development with Spring, Hibernate and Eclipse (Developer's Library)
Paperback (09 May, 2006)
list price: $39.99 -- our price: $26.39
(price subject to change: see help)
Isbn: 0672328968
Sales Rank: 3017
Average Customer Review: 3.5 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Reviews (28)

5-0 out of 5 stars JAVA is truly agile, thanks to Anil Hemrajani!
I just read this book, Agile Java Development with Spring, Hibernate and Eclipse, and I find it the best Java book ever written on earth...Never have I read anything as clear and industry-driven as your book..Thanks for the clear explanation!!

3-0 out of 5 stars A great book, too bad you need to read it twice.
I've read a lot of books, of which many are conceptual, academic or technical or just hands-on cookbooks. The problem with "Agile Java Development with..." is that it fits none of the above categories. It feels like an attempt to a hands-on experience kind of book (there's a lot of "Let's get to the action!" phrases and then fails to deliver and just discusses another subject), but Raj delivers mostly academic unstructured comments on every aspect of the subject matter. Don't get me wrong, the book has all the information you need to get started and learn tons more from references Raj gives you, but the problem is: there's no structure to his story telling. For example, In every chapter when he's discussing a subject, he tends to reference/compare to other subjects that haven't been covered yet; he even adds a "(as covered in Chapter X)". Seriously, you actually have to have read the book in order to understand many of the comparisons and references he makes.
4-0 out of 5 stars Good "Agile Java" command line to GUI tutorial using the Spring/Hibernate/Eclipse
Having spent most of my last couple of years using Eclipse based GUI to build Java web apps, I don't have much exposure to doing it at the command line.Mainly I have never used Ant because the GUI tools shelter me from it nicely.But this book did a very good job of starting at the command line and then eventually moving to using Eclipse.It covered a great deal of ground but well enough to whet your appetite to look further into a wide variety of technologies surrounding "Agile Java .." development.
Read more

Subjects:  1. Application software    2. Certification Guides - General    3. Computer Books: General    4. Computers    5. Computers - Certification    6. Development    7. Java (Computer program language)    8. Programming - Software Development    9. Programming Languages - Java    10. Computers / Programming Languages / Java    11. Java & variants   


30. Enterprise JavaBeans 3.0 (5th Edition)
by O'Reilly Media
Paperback (16 May, 2006)
list price: $49.99 -- our price: $32.99
(price subject to change: see help)
Isbn: 059600978X
Average Customer Review: 4.5 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Editorial Review

As many Java developers and IS managers already know, Sun's powerful Enterprise JavaBean (EJB) technology offers an attractive option for developing server-side components. A suitable read for both managers and Java programmers, Read more

Features

  • Illustrated

Reviews (168)

4-0 out of 5 stars good but too many mistakes
This book is good overall but has too many errors.Simple proofreading would remove much of the confusion.I was asking myself at least a dozen different times, "did they really mean that?" and after looking at the errata it seems that the authors or editors or whoever is in charge of the final copy was lazy/understaffed.This seems to be a growing trend with technical books.Very disturbing considering this field is all about being precise.
5-0 out of 5 stars Wonderful JavaBeans Book
'Enterprise JavaBeans 3.0' by Bill Burke is a wonderful book that will help all Java developers in their continued development and learning.Packed to the brim with over 700 pages of material, this is a bona fide smash hit!!!
5-0 out of 5 stars Essential information for the experienced Java professional
This book was released in May 2006, so all reviews earlier than that are talking about an earlier edition of this book, which is a completely different animal than this edition.
Read more

Subjects:  1. Computer Books: Languages    2. Computers    3. Computers - Languages / Programming    4. Programming Languages - Java    5. Computers / Languages / Programming    6. Computers / Programming Languages / Java    7. Java & variants    8. Modular programming    9. java, j2ee, ejb, spring, hibernate, jdo, enterprise, persistence, database   


31. Head First EJB (Brain-Friendly Study Guides; Enterprise JavaBeans)
by O'Reilly Media
Paperback (28 October, 2003)
list price: $44.95 -- our price: $29.67
(price subject to change: see help)
Isbn: 0596005717
Sales Rank: 6869
Average Customer Review: 4.5 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Features

  • Illustrated

Reviews (63)

5-0 out of 5 stars read HF EJB ---- clear SCBD
U can rely on this book to clear the certificate exam.........

5-0 out of 5 stars One of top two EJB books
I have recently passed the SCBCD exam, and in preparing for the exam I have read a few EJB books cover to cover. With no offense to others, I have found the following two books most useful:
4-0 out of 5 stars Fun way to learn a very hard topic...
Fun way to learn a very hard topic...
Read more

Subjects:  1. Certification    2. Certification Guides - General    3. Computer Books: Languages    4. Computers    5. Computers - Languages / Programming    6. Data processing    7. Electronic data processing personnel    8. Examinations    9. Java (Computer program language)    10. Programming Languages - Java    11. Study guides    12. Computers / Languages / Programming    13. Computers/Certification Guides - General    14. Systems analysis & design   


32. Spring in Action (In Action series)
by Manning Publications
Paperback (11 February, 2005)
list price: $44.95 -- our price: $29.67
(price subject to change: see help)
Isbn: 1932394354
Sales Rank: 10826
Average Customer Review: 4.0 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Features

  • Illustrated

Reviews (29)

5-0 out of 5 stars The new way to develop J2EE enterprise applications.
The latest and greatest about designing and building J2EE based enterprise applications is all within this book. The Spring Framework is a perfect compliment to strong object oriented design principles and techniques that should be leveraged for any J2EE solution. This book discusses both the strengths and weaknesses to the old EJB framework and talks about why Spring Framework is a good alternative.

5-0 out of 5 stars Excellent intro and tutorial
This book covers most of the major topics in Spring. I used it to get started with Spring and to teach others. I like the comparisons they draw between Spring and J2EE. The book does a great job of introducing IoC an then moves into more complex/interesting topics.
2-0 out of 5 stars Sloppy by and large
Some chapters (the basic Spring) are ok (even good.) Many advanced topics are covered in a sloppy manner. Further the editing is generally bad. I must say that I have read a finely edited book by Manning, namely Hibernate In Action. ... Read more

Subjects:  1. Application software    2. Computer Books: Languages    3. Computers    4. Computers - Languages / Programming    5. Development    6. Java (Computer program language)    7. Programming - General    8. Programming Languages - Java    9. Computers / Languages / Programming    10. Computers / Programming Languages / Java    11. Java & variants   


33. Java In A Nutshell, 5th Edition
by O'Reilly Media
Paperback (15 March, 2005)
list price: $44.95 -- our price: $28.32
(price subject to change: see help)
Isbn: 0596007736
Sales Rank: 3835
Average Customer Review: 4.0 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Reviews (17)

5-0 out of 5 stars Excellent, the one-stop shop for Java
This book really is the one-stop shop for Java language information. While many complain that the page count is very high and the book is slightly heavy, this is actually a *good* thing. I love the fact that all this info is in ONE book. One book to buy, one book to carry around, one book to reference, one book to bind them...hey wait a minute!
4-0 out of 5 stars Excellent book, AND door stop
This book is really useful to have on hand, but it is HUGE for a nutshell book. I realize that they need every page to document the code it is just makes it hard to keep this book on the desk.Over all I think the book could have used more examples on how to make the method calls rather than showing the methods and what they do.Over all if you need a book that documents most of the java libraries this is an excellent choice, but don't expect to pick up this book if you have no programming experience and learn how to call these methods.

5-0 out of 5 stars Indispensible
I use this Java book more than any other programming book I've ever had. That's probably because it's a reference book. Although all the reference material I could need is available online, I still like having the book on the desk next to me so I can look up a class or a method without playing around on the computer. I became a Sun Certified Java Programmer several years ago and although I've read many Java books before then and since then, the only book I would be hard pressed to do without is this one! ... Read more

Subjects:  1. Computer Books: Languages    2. Computers    3. Computers - Languages / Programming    4. Java (Computer program language)    5. Object-oriented programming (Computer science)    6. Programming Languages - Java    7. Web servers    8. Computers / Languages / Programming    9. Computers / Programming Languages / Java    10. Java & variants    11. Java, J2SE, Java VM, Java Virtual Machine, Java SDK    12. Object-oriented programming (Computer science   


34. JavaScript for the World Wide Web, Fifth Edition (Visual QuickStart Guide)
by Peachpit Press
Paperback (10 July, 2003)
list price: $21.99 -- our price: $14.95
(price subject to change: see help)
Isbn: 032119439X
US | Canada | United Kingdom | Germany | France | Japan

Editorial Review

JavaScript is great, but at best it is a complementary language for Web development. Read more

Subjects:  1. Computer Books: General    2. Computers    3. Computers - Languages / Programming    4. Internet - Web Site Design    5. Internet - World Wide Web    6. JavaScript (Computer language)    7. JavaScript (Computer program l    8. JavaScript (Computer program language)    9. Programming Languages - CGI, Javascript, Perl, VBScript    10. Programming Languages - Java    11. World Wide Web    12. Computers / Internet / General    13. Java & variants   


35. Professional Java Development with the Spring Framework
Paperback (08 July, 2005)
list price: $39.99 -- our price: $26.39
(price subject to change: see help)
Isbn: 0764574833
Sales Rank: 11258
Average Customer Review: 4.0 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Reviews (19)

3-0 out of 5 stars Nothing extraordinary. Decent coverage of basic and advanced concepts alike.
There are quite a few books on spring framework in the wild and since I have read every one of them, I take the privilege to say that this book is not the best among them.
5-0 out of 5 stars Book like a stone.
I can't say nothing bad about this book.
4-0 out of 5 stars A great place to start learning about Spring
This book has given me a broad overview of all of the different parts of the Spring Framework, from the basic Inversion of Control (IoC) pattern (aka Dependency Injection), through advanced ApplicationContext configuration, to O/R mapping, application security, and last but not least, Spring's MVC framework. I had been struggling through the online docs but the book really helped me to see the big picture, and really grok IoC.
Read more

Subjects:  1. Application software    2. Computer Books: Languages    3. Computers    4. Computers - Languages / Programming    5. Development    6. Java (Computer program language)    7. Programming - Software Development    8. Programming Languages - Java    9. Software Development    10. Computers / Programming Languages / Java    11. Java & variants   


36. Java: The Complete Reference, J2SE 5 Edition
by McGraw-Hill Osborne Media
Paperback (14 December, 2004)
list price: $49.9