Home
»Unlabelled
» Read Online Java Messaging Programming Series Eric Bruno 9781584504184 Books
By
Wesley Brewer on Thursday, April 18, 2019
Read Online Java Messaging Programming Series Eric Bruno 9781584504184 Books
https://images-na.ssl-images-amazon.com/images/I/41WIvCRhOBL._SX396_BO1,204,203,200_.jpg Product details - Series Programming Series
- Paperback 480 pages
- Publisher Charles River Media; 1 edition (November 7, 2005)
- Language English
- ISBN-10 9781584504184
- ISBN-13 978-1584504184
- ASIN 1584504188
|
Java Messaging Programming Series Eric Bruno 9781584504184 Books Reviews
- As other reviewers pointed out, this is indeed a nice work on Java Messaging. For the most part, the concepts are presented clearly and I had no trouble following them. What's good about this book is that there are enough examples to play with and most of them indeed work as promised in the book. This book uses ActiveMQ 2.1 for JMS Provider while the current version is 5.x. However, the ActiveMQ 2.1 libraries are included in the CD, so using those you will have no problem in running most of the examples. I could not get the examples that use Java Web Service Developer Pack (JWSDP) to work however (chapters 8 and 9). This book uses JWSDP 1.4 version which I could not find on the web (at the time of this writing only JWSDP 2.0 is available for download on Sun's site). The book says that JWSDP 1.4 is included on the CD but it was not. Except for these minor issues, this book is worth reading and owning. Highly recommended.
- The book is good in that it provides many details of the Java messaging. The author sounds knowledgeble of WEB technologies and shares his knowledge. It is definetely worthy reading, maybe even a must.
But with all good parts, it have some shortcomings. The most important idea behind messaging asynchronous vs synchronous, is discussed inadequately, I would even say complete failure. For example, claim that asynchronous processes are always faster is simply wrong. Also discussion of transactions is far from perfect. In general, it is impossible to discuss asynchronous vs synchronous, as well as transactions, without mentioning threads, because its all about threads. But the author never ever mentioned the word "tread"; there is an impression that he doesn't understand this subject himself. As the result, important theoretical issues, which are in the core of messaging, are not explained; even worse, the book is confusing on those issues. - Although the book uses a specific JMS engine for the examples the details and the concepts were all right on and covered everything I needed for JMS. It literally saved my bacon, especially the peer to peer stuff over topics. Whew!
Super job.
Sam - excellent
- As we look at how much we use the web, it is sometimes hard to remember just how new this concept of worldwide packet switching really is. Java was started as a new language before a lot of the new concepts like XML and SOAP were conceived. But as a new language it has been able to move into using these new concepts faster than nearly any other language.
What I especially liked about this book was the first chapter. So often computer books start with programming. This one starts with a description of what we're trying to do here. He gives several examples of the types of communications that he is going to cover in the book. I had a particular application in mind when I got the book, but in reading the first chapter I began to see several other ways that messaging would help our system.
After the first chapter, I've go to say that it's a pretty regular computer software book. It tells you how to do the things that you want to do. It is quite clear on all the different software protocols, packages, and philosophies. Basically it is all that a Java programmer needs to implement messaging in Java.
The CD included with the book gives you all the sample code from the book, as well as the complete messaging toolkit and several open source tools. - Excellent introduction to messaging, including healthy portions on JMS and web services.
The writing style is clear, consistent, and to the point. Probably what I liked most was this no-nonsense writing style. If it's on a page, it's important to understand. The author doesn't waste your time with irrelevant discussions or out of scope topics.
Editing and code presentation are top notch, making it easy to follow, and build upon from one example to the next. The author also shares some gotchas and considerations that I wouldn't have expected to see in an introductory discussion which were particularly valuable.
Another great feature is one of the drawbacks of the book. The framework presented in the book is elegant, but in many of the examples, there is too much cognitive overhead involved in grokking the level of abstraction in the framework, and this takes away from actually learning the concepts. I would have liked to see more non-framework code for the introduction, which is then tied together with the framework. - Eric Bruno's JAVA MESSAGING explores different ways of messaging using Java software, from JavaBean events and JMS to SOAP. Web programmers receive all the basics to using these features, tips on how and why to use each feature and when to choose something else, how to combine features, and more. The basics of Java communication processes are revealed in chapters which form 'classes' to link related information in a logical progression. An excellent, basic foundation for Java users.
- good book. author has explained it very well and do try chapter code it will help understanding concept easily.