e99 Online Shopping Mall
Help | |
Home - Computer - Java (Books) |
  | Back | 21-40 of 100 | Next 20 |
click price to see details click image to enlarge click link to go to the store
21. Effective Java: Programming Language Guide (Java Series) by Joshua Bloch | |
Paperback: 272
Pages
(2001-06-15)
list price: US$54.99 -- used & new: US$10.00 (price subject to change: see help) Asin: 0201310058 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description As a veteran developer at Sun, the author shares his considerable insight into the design choices made over the years in Sun's own Java libraries (which the author acknowledges haven't always been perfect). Based on his experience working with Sun's best minds, the author provides a compilation of 57 tips for better Java code organized by category. Many of these ideas will let you write more robust classes that better cooperate with built-in Java APIs. Many of the tips make use of software patterns and demonstrate an up-to-the-minute sense of what works best in today's design. Each tip is clearly introduced and explained with code snippets used to demonstrate each programming principle. Early sections on creating and destroying objects show you ways to make better use of resources, including how to avoid duplicate objects. Next comes an absolutely indispensable guide to implementing "required" methods for custom classes. This material will help you write new classes that cooperate with old ones (with advice on implementing essential requirements like the equals() and hashCode() methods). The author has a lot to say about class design, whether using inheritance or composition. Tips on designing methods show you how to create understandable, maintainable, and robust classes that can be easily reused by others on your team. Sections on mapping C code (like structures, unions, and enumerated types) onto Java will help C programmers bring their existing skills to Sun's new language. Later sections delve into some general programming tips, like using exceptions effectively. The book closes with advice on using threads and synchronization techniques, plus some worthwhile advice on object serialization. Whatever your level of Java knowledge, this title can make you a more effective programmer. Wisely written, yet never pompous or doctrinaire, the author has succeeded in packaging some really valuable nuggets of advice into a concise and very accessible guidebook that arguably deserves a place on most any developer's bookshelf. --Richard Dragan Topics covered: Customer Reviews (121)
This Book is a Daily Guide for the Java Developer
Good but a little outdated.
Great Guide
Indispensable...
Great recommendations |
22. Beginning Java EE 6 with GlassFish 3, Second Edition by Antonio Goncalves | |
Paperback: 536
Pages
(2010-08-24)
list price: US$49.99 -- used & new: US$31.45 (price subject to change: see help) Asin: 143022889X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Java Enterprise Edition (Java EE) continues to be one of the leading Java technologies and platforms from Oracle (previously Sun). Beginning Java EE 6 Platform with GlassFish 3, Second Edition is this first tutorial book on the final (RTM) version of the Java EE 6 Platform. Step by step and easy to follow, this book describes many of the Java EE 6 specifications and reference implementations, and shows them in action using practical examples. This book uses the new version of GlassFish 3 to deploy and administer the code examples. Written by an expert member of the Java EE 6 specification request and review board in the Java Community Process (JCP), this book contains the best information possible, from an expert’s perspective on enterprise Java technologies. This book is for advanced Java programmers as well as Java EE 6 beginners. Architects will also find information about how to layer their Java EE applications. Customer Reviews (2)
Simple & concentrated
Beginning Java(TM) EE 6 Platform with GlassFish(TM) 3, 2nd Ed. |
23. Data Structures and Algorithms in Java (2nd Edition) by Robert Lafore | |
Hardcover: 800
Pages
(2002-11-16)
list price: US$64.99 -- used & new: US$36.01 (price subject to change: see help) Asin: 0672324539 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Data Structures and Algorithms in Java, Second Edition is designed to be easy to read and understand although the topic itself is complicated.Algorithms are the procedures that software programs use to manipulate data structures.Besides clear and simple example programs, the author includes a workshop as a small demonstration program executable on a Web browser.The programs demonstrate in graphical form what data structures look like and how they operate.In the second edition, the program is rewritten to improve operation and clarify the algorithms, the example programs are revised to work with the latest version of the Java JDK, and questions and exercises will be added at the end of each chapter making the book more useful to readers. Customer Reviews (26)
Excellent Data Strucutures in Java
Practical and useful book
Fantastic book
Excellent Service
Very good book of DS and algorithms |
24. The Art and Science of Java by Eric Roberts | |
Paperback: 704
Pages
(2007-03-01)
list price: US$108.00 -- used & new: US$74.94 (price subject to change: see help) Asin: 0321486129 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (6)
Yout guys know this is the textbook for Java course at stanford right?
Hmmm
great approach to learning how to program
Purchased for school
Art and Science of Java / review |
25. Java(TM) Puzzlers: Traps, Pitfalls, and Corner Cases by Joshua Bloch, Neal Gafter | |
Paperback: 312
Pages
(2005-07-04)
list price: US$44.99 -- used & new: US$21.03 (price subject to change: see help) Asin: 032133678X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description "Every programming language has its quirks. This lively book reveals oddities of the Java programming language through entertaining and thought-provoking programming puzzles." --Guy Steele, Sun Fellow and coauthor of The Java™ Language Specification "I laughed, I cried, I threw up (my hands in admiration)." --Tim Peierls, president, Prior Artisans LLC, and member of the JSR 166 Expert Group How well do you really know Java? Are you a code sleuth? Have you ever spent days chasing a bug caused by a trap or pitfall in Java or its libraries? Do you like brainteasers? Then this is the book for you! In the tradition of Effective Java™, Bloch and Gafter dive deep into the subtleties of the Java programming language and its core libraries. Illustrated with visually stunning optical illusions, Java™ Puzzlers features 95 diabolical puzzles that educate and entertain. Anyone with a working knowledge of Java will understand the puzzles, but even the most seasoned veteran will find them challenging. Most of the puzzles take the form of a short program whose behavior isn't what it seems. Can you figure out what it does? Puzzles are grouped loosely according to the features they use, and detailed solutions follow each puzzle. The solutions go well beyond a simple explanation of the program's behavior--they show you how to avoid the underlying traps and pitfalls for good. A handy catalog of traps and pitfalls at the back of the book provides a concise taxonomy for future reference. Solve these puzzles and you'll never again fall prey to the counterintuitive or obscure behaviors that can fool even the most experienced programmers. Customer Reviews (33)
beautifully crafted
Good to know
Not really a puzzles book
Totally useless
I loved it - I must be a Geek! |
26. Java Pocket Guide (Pocket Guides) by Patricia Liguori | |
Paperback: 178
Pages
(2008-03-05)
list price: US$14.99 -- used & new: US$5.94 (price subject to change: see help) Asin: 0596514190 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description How many times have you reached an impasse while writing code because you couldn't remember how something in Java worked? This new pocket guide is designed to keep you moving. Concise, convenient and easy to use, the Java Pocket Guide gives you Java stripped down to its bare essentials -- in fact, it's the only book on Java that you can actually fit in your pocket. Customer Reviews (8)
Concise, but has a number of errors and omissions
Great Reference Book!
Wanted a different book with the same title
Decent, could be better
Quick Java Help |
27. Killer Game Programming in Java by Andrew Davison | |
Paperback: 1008
Pages
(2005-05-20)
list price: US$59.99 -- used & new: US$33.78 (price subject to change: see help) Asin: 0596007302 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Although the number of commercial Java games is still small compared to those written in C or C++, the market is expanding rapidly. Recent updates to Java make it faster and easier to create powerful gaming applications-particularly Java 3D-is fueling an explosive growth in Java games. Java games like Puzzle Pirates, Chrome, Star Wars Galaxies, Runescape, Alien Flux, Kingdom of Wars, Law and Order II, Roboforge, Tom Clancy's Politika, and scores of others have earned awards and become bestsellers. Java developers new to graphics and game programming, as well as game developers new to Java 3D, will find Killer Game Programming in Java invaluable. This new book is a practical introduction to the latest Java graphics and game programming technologies and techniques. It is the first book to thoroughly cover Java's 3D capabilities for all types of graphics and game development projects. Killer Game Programming in Java is a comprehensive guide to everything you need to know to program cool, testosterone-drenched Java games. It will give you reusable techniques to create everything from fast, full-screen action games to multiplayer 3D games.In addition to the most thorough coverage of Java 3D available, Killer Game Programming in Java also clearly details the older, better-known 2D APIs, 3D sprites, animated 3D sprites, first-person shooter programming, sound, fractals, and networked games. Killer Game Programming in Java is a must-have for anyone who wants to create adrenaline-fueled games in Java. Customer Reviews (23)
Excellent Application of Java 2D and 3D
3D Power!
Fast and High Quality
Great for those learning Java3D
Very good programming examples |
28. Sams Teach Yourself Java 6 in 21 Days (5th Edition) by Rogers Cadenhead, Laura Lemay | |
Paperback: 720
Pages
(2007-06-04)
list price: US$49.99 -- used & new: US$29.13 (price subject to change: see help) Asin: 0672329433 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description “If you get only one Java book, it should be Sams Teach Yourself Java in 21 Days” –PC Magazine In just 21 days, you can acquire the knowledge and skills necessary to develop three kinds of programs with Java: applications on your computer, servlets on a web server, and browser-launched Java Web Start applications. No previous programming experience required. By following the 21 carefully organized lessons in this book, anyone can learn the basics of Java programming. Learn at your own pace. You can work through each chapter sequentially to make sure you thoroughly understand all of the concepts and methodologies, or you can focus on specific lessons to learn the techniques that interest you most. Test your knowledge. Each chapter ends with a Workshop section filled with questions, answers, and exercises for further study. There are even certification practice questions. “Sams Teach Yourself Java is one of the best introductions to hands-on Java programming. If you buy one book on Java, this is the one to buy!” –Independent Web Review Rogers Cadenhead is a web application developer who has written 22 books on Internet-related topics, including Sams Teach Yourself Java 2 in 24 Hours. He maintains this book’s official website at http://www.java21days.com. Laura Lemay is one of the world’s most popular authors on Web development topics. She is the author of the bestselling Sams Teach Yourself Web Publishing with HTML, as well as Sams Teach Yourself Perl in 21 Days. CD-ROM includes: Category: Java Programming Covers: Java 6 Platform Standard Edition User Level: Beginning—Intermediate $44.99 USA / $55.99 CAN / £31.99 Net UK (inc. of VAT) Customer Reviews (21)
Fantastic introductory book for Java
Great Book
this book is terrible
Tries to be everything to everyone.
It's a good book |
29. Building Java Programs: A Back to Basics Approach (2nd Edition) by Stuart Reges, Marty Stepp | |
Paperback: 1176
Pages
(2010-03-21)
list price: US$108.00 -- used & new: US$81.91 (price subject to change: see help) Asin: 0136091814 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (18)
Building Java Program
Great book for Java Beginners!
Easy to follow, and a coherent structure.
Great Java Book
Excellent book on introductory Java |
30. Java(TM) Programming Language, The (4th Edition) by Ken Arnold, James Gosling, David Holmes | |
Paperback: 928
Pages
(2005-08-27)
list price: US$64.99 -- used & new: US$48.72 (price subject to change: see help) Asin: 0321349806 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Direct from the creators of the Java™ programming language, the completely revised fourth edition of The Java™ Programming Language is an indispensable resource for novice and advanced programmers alike. Developers around the world have used previous editions to quickly gain a deep understanding of the Java programming language, its design goals, and how to use it most effectively in real-world development. Now, Ken Arnold, James Gosling, and David Holmes have updated this classic to reflect the major enhancements in Java™ 2 Standard Edition 5.0 (J2SE™ 5.0). The authors systematically cover most classes in Java’s main packages, java.lang.*, java.util, and java.io, presenting in-depth explanations of why these classes work as they do, with informative examples. Several new chapters and major sections have been added, and every chapter has been updated to reflect today’s best practices for building robust, efficient, and maintainable Java software. Key changes in this edition include The Java™ Programming Language, Fourth Edition, is the definitive tutorial introduction to the Java language and essential libraries and an indispensable reference for all programmers, including those with extensive experience. It brings together insights you can only get from the creators of Java: insights that will help you write software of exceptional quality. This title is outstanding when it comes to class design. It will definitely let any reader do more with classes, whether you want to make use of such features as "anonymous inner classes" and reflection (for loading classes dynamically), or do more with interfaces (including extending interfaces and tricks on changing data members in interfaces). Prominent sections here include a complete guide to Java language statements, including keywords, literals, and support for Unicode. Later sections feature a nice, clear explanation of Java's complicated I/O classes, a fine tutorial on threading, and a solid introduction to using Java's collection classes. The book closes with a tour of some additional "core" Java packages that are available in the language. In all, this up-to-the-minute guide to some of the more complex features in today's Java fills a valuable niche for any Java developer. Besides providing a glimpse into what the Java team at Sun is up to, this authoritative resource can help you master the finer points of class design, as well as make the most out of newly added features in the new JDK 1.3 standard. --Richard Dragan Topics covered: QuickStart overview of Java, class and object design in Java, access control, construction and initialization, static methods, method overloading, class inheritance, redefining members, the protected keyword, the strictfp keyword and floating-point processing, cloning objects, interfaces (constants, methods, and modifiers), extending interfaces, marker interfaces, nested classes and interfaces (including static nested types, inner classes, and anonymous inner classes), tokens, operators, and expressions in Java, literals, keywords, operator precedence, control flow, Java exception handling, exception classes, the String and StringBuffer classes, threads, synchronization APIs and techniques (scheduling, thread groups, and thread local storage), the wrapper classes for Number types, Java reflection, loading classes, garbage collection (GC algorithms, finalization and reachability states), packages, JavaDoc documentation tags, tour of Java I/O stream classes, serialization techniques, new and legacy Java collections, miscellaneous utility classes, system programming with properties, processes and JVM shutdown; internationalization and localization techniques, and tour of additional Java "core" packages. Customer Reviews (69)
JLS Simplified
I am very satisfied with this book
If you're comfortable with programming ..
mediocre, too verbose
What a book! |
31. Murach's Java Servlets and JSP, 2nd Edition by Andrea Steelman, Joel Murach | |
Paperback: 758
Pages
(2008-01-21)
list price: US$52.50 -- used & new: US$31.00 (price subject to change: see help) Asin: 1890774448 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (34)
Murach does well again
Good deal
Good book; useful
great book
jenia |
32. Java Soa Cookbook by Eben Hewitt | |
Paperback: 740
Pages
(2009-03-26)
list price: US$49.99 -- used & new: US$31.49 (price subject to change: see help) Asin: 0596520727 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Java SOA Cookbook offers practical solutions and advice to programmers charged with implementing a service-oriented architecture (SOA) in their organization. Instead of providing another conceptual, high-level view of SOA, this cookbook shows you how to make SOA work. It's full of Java and XML code you can insert directly into your applications and recipes you can apply right away. The recipes in Java SOA Cookbook will equip you with the knowledge you need to approach SOA as an integration challenge, not an obstacle. Customer Reviews (12)
awe-inspiring
Very good!
A handy book for web service starter
Fine book
Excelente |
33. Java Cookbook, Second Edition by Ian F Darwin | |
Paperback: 864
Pages
(2004-06-14)
list price: US$49.95 -- used & new: US$25.00 (price subject to change: see help) Asin: 0596007019 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description With the completely revised and thoroughly updated JavaCookbook, 2nd Edition, Java developers like you willlearnby example,try out new features, and use sample code tounderstand how new additions to the language and platformwork--and how to put them to work for you. This comprehensive collection of problems, solutions, andpractical examples will satisfy Java developers at alllevels of expertise. Whether you're new to Java programmingand need something to bridge the gap between theory-ladenreference manuals and real-world programs or you're aseasoned Java programmer looking for a new perspective or adifferent problem-solving context, this book will help youmake the most of your Java knowledge. Packed with hundreds of tried-and-true Javarecipes covering all of the major APIs from the 1.4 version of Java,this book also offers significant first-look recipes for themost important features of the new 1.5 version, which is inbeta release. You get practical solutions to everydayproblems, and each is followed by a detailed, ultimatelyuseful explanation of how and why the technology works. Java Cookbook, 2nd Edition includes code segments coveringmany specialized APIs--like those for working with Struts,Ant and other new popular Open Source tools. It alsoincludes expanded Mac OS X Panther coverage and serves as agreat launching point for Java developers who want to getstarted in areas outside of their specialization. In this major revision, you'll find succinct pieces of codethat can be easily incorporated into other programs.Focusing on what's useful or tricky--or what's useful andtricky--Java Cookbook, 2nd Edition is the most practicalJava programming book on the market. Customer Reviews (34)
annoying author apis
Good used Java book at reasonable price
Still A Great Java Resource!
Disappointing
Great source for how to code specific situations |
34. Sun Certified Enterprise Architect for Java EE Study Guide (2nd Edition) by Mark Cade, Humphrey Sheil | |
Paperback: 216
Pages
(2010-02-08)
list price: US$39.99 -- used & new: US$32.57 (price subject to change: see help) Asin: 0131482033 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Definitive, Comprehensive SCEA Exam Prep–Straight from Sun’s Exam Developers! This book delivers complete, focused review for Sun’s new Sun Certified Enterprise Architect (SCEA) for Java EE certification exam–straight from two of the exam’s creators! SCEA lead developer/assessor Mark Cade and SCEA lead developer/assessor Humphrey Sheil offer powerful insights, real-world architectural case studies, and challenging sample questions that systematically prepare you for the actual exam. For every question, the authors show why the right answers are right–and why the other answers are wrong. Cade and Sheil cover every SCEA exam topic, skill, and technique, including: The authors also present detailed guidance for handling every element of the SCEA exam–including your development and defense of a complete real-world architectural solution. Customer Reviews (72)
Excelent Book
SCEA study guide Review
short focused guide to study
Excellent overview of the exam
very shallow |
35. Big Java: Compatible with Java 5, 6 and 7 by Cay S. Horstmann | |
Paperback: 1168
Pages
(2009-12-30)
-- used & new: US$81.00 (price subject to change: see help) Asin: 0470509481 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (1)
It is not a good textbook |
36. Java for Programmers by Paul J. Deitel, Harvey M. Deitel | |
Paperback: 1200
Pages
(2009-02-22)
list price: US$59.99 -- used & new: US$33.78 (price subject to change: see help) Asin: 0137001290 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (7)
Classic Programming Book: Solid, Enjoyable, Informative
Best Technical Book
Misleading Title
Good book but too introductory
Reluctant Java Developer |
37. The Java Tutorial: A Short Course on the Basics, 4th Edition by Sharon Zakhour, Scott Hommel, Jacob Royal, Isaac Rabinovitch, Tom Risser, Mark Hoeber | |
Paperback: 672
Pages
(2006-10-09)
list price: US$59.99 -- used & new: US$34.14 (price subject to change: see help) Asin: 0321334205 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description A hands-on guide to the Java programming language, The Java™ Tutorial, Fourth Edition is perfect for any developer looking for a proven path to proficiency with Java SE. This popular tutorial "from the Source" has been completely revised and updated to cover Version 6 of the Java Platform, Standard Edition. Written by members of the Java Software team at Sun Microsystems, this book uses a tested, interactive approach and features real-world problems that help you learn the Java platform by example. New to this edition are chapters on generics, collections, Java Web Start, the platform environment, and regular expressions. Key sections, including the Threads, I/O, Object-Oriented Programming Concepts, and Language Basics chapters have been completely rewritten to reflect reader feedback and to cover new features added to the Java SE 6 platform. A new appendix contains information on how to prepare for the Java Programming Language Certification exam. As with the previous editions, you will find clear explanations of the fundamentals of objects, classes, and data structures, as well as detailed coverage of exceptions, I/O, and threads. All of the popular features that made this book a classic have been retained, including convenient summaries at the end of each section and Questions and Exercises segments to help you practice what you learn. The accompanying CD-ROM is filled with valuable resources including the latest Java SE software (the JRE, JDK, Java API spec, and the guide documentation), the code samples from this book, and solutions to the questions and exercises. The Java™ Series is supported, endorsed, and authored by the creators of the Java technology at Sun Microsystems, Inc. It is the official place to go for complete, expert, and definitive information on Java technology. The books in this series provide the inside information you need to build effective, robust, and portable applications and applets. The Series is an indispensable resource for anyone targeting the Java™ platform. Customer Reviews (7)
The Java Tutorial Fourth Edition
The Java Tutorial - Well worth the purchase!
Useful, easy, contains CD
Well paced Java Tutorial
good starting book |
38. Java How to Program, 7th Edition by Harvey M. Deitel, Paul J. Deitel | |
Paperback: 1500
Pages
(2007-01-06)
list price: US$131.00 -- used & new: US$69.00 (price subject to change: see help) Asin: 0132222205 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (34)
Renewing Java Knowledge
Java: How to Program
Easy tounderstand "Intro-to-Java" text book
Great Java tutorial and reference
I can finally program in Java |
39. Java How to Program (6th Edition) (How to Program (Deitel)) by Harvey & Paul) Deitel & Deitel | |
Paperback: 1568
Pages
(2004-08-14)
list price: US$118.00 -- used & new: US$47.77 (price subject to change: see help) Asin: 0131483986 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The Deitels' groundbreaking How to Program series offers unparalleled breadth and depth of programming concepts and intermediate-level topics for further study. The books in this series feature hundreds of complete, working programs with thousands of lines of code. This edition is completely up-to-date with The Java 2 Platform Standard Edition (J2SE) 1.5. Now includes topics such as autoboxing, enumerations, enhanced for loops, static import statements, variable-length argument lists, and much more. Presents each new concept in the context of a complete, working program, immediately followed by one or more windows showing the program's input/output dialog. Enhances the Live-Code Approach with syntax coloring. Provides Helpful Programming Tips, all marked by icons: Good Programming Practices, Common Programming Errors, Error-Prevention Tips, Performance Tips, Portability Tips, Software Engineering Observations, Look and Feel Observations. Includes CD-ROM with every book that contains JavaTM 2 Platform, Standard Edition 1.5, Netbeans, Apache Tomcat, JCreator LE version, jEdit, jGRASP, BlueJ, MySQL, source code for all the book's examples, and Hyperlinks to valuable Java demos and Internet resources. A valuable reference for programmers and anyone interested in learning the Java programming language. Customer Reviews (48)
Too wordy and gets off track way too much
The Java Experience.
Worst book on Java
AWESOME!
cool |
40. Java Message Service by Mark Richards, Richard Monson-Haefel, David A Chappell | |
Paperback: 336
Pages
(2009-05-28)
list price: US$39.99 -- used & new: US$22.38 (price subject to change: see help) Asin: 0596522045 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Java Message Service, Second Edition, is a thorough introduction to the standard API that supports "messaging" -- the software-to-software exchange of crucial data among network computers. You'll learn how JMS can help you solve many architectural challenges, such as integrating dissimilar systems and applications, increasing scalability, eliminating system bottlenecks, supporting concurrent processing, and promoting flexibility and agility. Messaging is a powerful paradigm that makes it easier to uncouple different parts of an enterprise application. Java Message Service, Second Edition, will quickly teach you how to use the key technology that lies behind it. JMS consists of a set of messaging APIs that enable two types of messaging, publish-and-subscribe (one-to-many) and point-to-point (one-to-one). The highly lucid explanation of the ways in which these work makes the technical content a lot more approachable. In practice, however, Java Message Service is still a book for Java programmers who have some business programming experience. You need the background. After a simple JMS demonstration in which you create a chat application using both messaging types, the authors dissect JMS message structures, explore both types in detail, and then move on to real-world considerations. These include reliability, security, deployment, and a rundown of various JMS server providers. The appendices list and describe the JMS API, and provide message reference material. Considering the complexity and reach of the subject matter, Java Message Service does a great job of covering both theory and practice in a surprisingly efficient manner. It's easy to see why JMS has become so popular so quickly. Recommended. --Steve Patient, Amazon.co.uk Customer Reviews (35)
Good explanation for Integration of Spring and MQ Series
Everything About the Standard, Little About its Implementations
Useful for learning JMS client programming, but NOT ActiveMQ configuration
Complete JMS Reference including Spring Framework
Solid update to a standard reference |
  | Back | 21-40 of 100 | Next 20 |