|
|||||||||||||||||||||||||||||||||||
|
8 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
32 of 36 people found the following review helpful:
3.0 out of 5 stars
A Java whitepaper expanded into a book?,
By Steven A Wicklund (Omaha, NE United States) - See all my reviews
This review is from: Enterprise Applications Integration with XML and Java (Paperback)
Mr. Morganthal does offer up some interesting architectural concepts. The book seems to be targeted at project managers in search of ideas for sharing data between various systems by using XML and Java. But then it also goes into meticulous detail on certain topics. For example, the book covers Parsing XML to the point of explaining EBNF grammars and detailing the source code behind an implementation of W3C document model. A lot of this stuff seemed like unnecessary filler, perhaps to justify the price of the book. A third of this book is appendices of published standards!I learned a good deal from this book, so I give it 3 stars, but in the end it was missing what I really wanted, a recommended framework for building XML documents. A lot of books cover parsing XML documents, which in fact has become a fairly straightforward task. Creating an XML document from a data or object model, on the other hand, is rife with problems due to standards that are still in the midst of development. I had hoped to find an answer to this in Chapter 5, "Transforming Java Objects into XML". The book offers up the use of reflection to produce a model that looks like: <FIELD name="aString" parent="com.whatever.anObject" type="java.lang.String"> this is the value </FIELD> <FIELD name="aLong" parent = "com.whatever.anotherObject" type="long"> 1234 </FIELD> Not really the sort of model I was hoping for which might be more like: <anObject> <aString> this is the value </aString> <anotherObject> <aLong> 1234 </aLong> </anotherObject> </anObject> (Sorry for the lack of indentation, amazon seems to allow only a very few HTML tags in this window) The book's only other suggestion is to code a special function on each object that knows how to read and write its own state, which is described as "a tedious and time-consuming process". Show me an example, please! In any case, my project is continuing ahead, attempting to store business objects' state in a Document Object so that it can be read and written by a parser and I continue to seek an example of this as it seems to make a great deal of sense. I have yet to find an argument for or against it. Neither an example nor an explanation is in this book.
12 of 12 people found the following review helpful:
2.0 out of 5 stars
Not about enterprise application integration,
By
This review is from: Enterprise Applications Integration with XML and Java (Paperback)
I bought this book to learn more about enterprise application integration (I do systems integration consulting). Parts of the book were somewhat relevant, but by and large, this is an outdated Java and XML book. This book includes a primer on basic XML, and some introductory SAX and DOM examples, but at least a third of this book is useless filler like the XML spec from w3.org. Buy O'Reilly's Java and XML by Brett Mclaughlin if you want to learn about XML and Java working together - he is the author of the JDOM API, and that book is much more up to date. I'm still looking for a good Enterprise Application Integration/Middleware/data process book that explains best practices.
8 of 8 people found the following review helpful:
3.0 out of 5 stars
Lacks granularity,
By
This review is from: Enterprise Applications Integration with XML and Java (Paperback)
This is a good starter book for someone who is already familiar with java and is interested in learning simple integration techniques using XML. However, I have to agree with Annette Olson<above> that this book is not for those who live and breathe integration and are looking for better, faster, more comprehensive integration solutions. In my opinion this book provided far too much information on the basics of java and XML and not enough useful information about real world enterprise integration. The book claims to provided detailed information regarding integration into legacy applications, but after reading this book cover-to-cover, very little could be found on this subject As for the "Top 500 Reviewer"(water_monkey) I would suggest that a more comprehensive educational regimen be implemented in order to bring yourself and your pupils up to snuff. Honestly, the java in this book was quite Ho-Hum. I skimmed over most of the first 7 chapters in search of the "heart" of the book. One would think that a professor would most certainly have a strong grasp on concepts relating to the relatively simple code provided by this book. I'm sorry to discover otherwise. -john
16 of 19 people found the following review helpful:
5.0 out of 5 stars
a book for java programmers,
By A Customer
This review is from: Enterprise Applications Integration with XML and Java (Paperback)
This is a serious book for java programmers, not for html writers. I found it excellent because: (1) It focuses on how to share data between different applications and servers, which is the topic a real world developer has to master. (2) It provides very good Java sample codes. After read this book, I finally understand how xml could transfer data in a B2B application.But be careful, if one's background is webmaster or html author, She better picks a book on how to use xml for presenting contents. This is one for data sharing that can be used on B2B.
3 of 5 people found the following review helpful:
4.0 out of 5 stars
Know your Java,
By Water Monkey "Marc B." (Santa Clarita, Ca.) - See all my reviews
This review is from: Enterprise Applications Integration with XML and Java (Paperback)
Wow! As I started to read this book (yes I read computer books cover-to-cover, pretty sick) I realized I had better pull out some of my Java books as references. This book is not for the inexperienced Java programmer. Trying to read this book without a solid grasp of the language will prove difficult and possibly frustrating. I had a couple of my students look through this book after class and I could see their eyes just glaze over. So far, I have found this is a very authoritative book on XML & Java, but be warned it is not for the faint of heart.
1 of 2 people found the following review helpful:
2.0 out of 5 stars
Take a pass on this one,
By Greyson Smith (SLC, UT USA) - See all my reviews
This review is from: Enterprise Applications Integration with XML and Java (Paperback)
Out of date concepts, large print, tedious line-by-line code walkthroughs and a 200 page Appendix all conspire to make this book a waste of valued cash.
1 of 4 people found the following review helpful:
3.0 out of 5 stars
Not Enterprise application, all Java,
By Annette Olson (Overland Park, KS USA) - See all my reviews
This review is from: Enterprise Applications Integration with XML and Java (Paperback)
I bought this book with hopes of more discussion of how XML should be structured when integrated with CICS, or another Mainframe application. It seems to be totally a treatise on how Java should be coded: There are numerous examples of Java code, and would be helpful from that angle. I may find it helpful later when the bridges to mainframe data are understood by me.
2 of 65 people found the following review helpful:
5.0 out of 5 stars
Excellent books,
By CC (Chicago,IL) - See all my reviews
This review is from: Enterprise Applications Integration with XML and Java (Paperback)
This book gives me excellent reviews about Java and XML. I like it
|
|
Most Helpful First | Newest First
|
|
Enterprise Applications Integration with XML and Java by J. P. Morgenthal (Paperback - July 31, 2000)
Used & New from: $0.33
| ||