See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

Ready to Buy?
maherbooks
Price: £2.71
In stock

woodys-uk
Price: £33.50
In stock

20 used & new from £2.71

Have one to sell? Sell yours here
 
   
Enterprise Application Integration with Java and XML (Prentice Hall PTR XML)
 
See larger image
 

Enterprise Application Integration with Java and XML (Prentice Hall PTR XML) (Paperback)

by JP Morgenthal (Author)
2.3 out of 5 stars See all reviews (3 customer reviews)

Available from these sellers.


4 new from £2.71 16 used from £2.71

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
Application Integration
   www.ibm.com/soa/uk    Creating enduring impact: SOA & IBM Business is our middle name. 
Integrate Your Systems
   www.quicksilva.com    Application integration Use your data as it's meant to be. 
Open Source EAI
   www.jitterbit.com    Quickly and easily integrate your ERP, CRM, Databases & Web Services 
  
 

Product details

  • Paperback: 528 pages
  • Publisher: Prentice Hall; Pap/Cdr edition (10 Aug 2000)
  • Language English
  • ISBN-10: 0130851353
  • ISBN-13: 978-0130851352
  • Product Dimensions: 22.9 x 17.8 x 3.8 cm
  • Average Customer Review: 2.3 out of 5 stars See all reviews (3 customer reviews)
  • Amazon.co.uk Sales Rank: 1,451,464 in Books (See Bestsellers in Books)
  • See Complete Table of Contents

Product Description

Amazon.co.uk Review
Aimed at the advanced Java developer or systems architect, Enterprise Applications Integration with XML and Java combines a leading-edge tour of XML used with Java, plus innovative programming strategies for getting your enterprise systems to share data without re-engineering them. Besides introducing some innovative techniques with these two standards, this title also gives you a good tour of some of the latest XML tools.

This book will serve the needs of several types of readers. First, for the IT manager or systems architect, it does a fine job of introducing Enterprise Application Integration (EAI) as a goal for the new millennium, and the strengths of Java and XML (and message systems) to get disparate systems to share data. It then delves into an industrial-strength tour of XML and related standards aimed at the more advanced reader (relying on the notation of Extended Backus-Naur Form to show off XML, which will be familiar to those with a background in computer science). How EAI architects can model databases and message-oriented middleware (MOM) in XML is discussed. The most innovative material here demonstrates how to map Java objects into XML, and in an advanced chapter, even Java code itself. (A simple Swing program written in XML is one extremely clever example that shows how powerful XML really is.)

An important strategy here is the notion of declarative programming, in which developers model and transform different data sets between systems in XML instead of writing procedural code. If anything, the techniques and tools can get you thinking about new levels of flexibility when it comes to data and Java used with XML. The last 200 pages include the formal W3C definitions for XML 1.0 (plus the Document Object Model). While these sections will perhaps most interest the Java/XML guru, other reference sections on the SAX API and Java to XML bindings will be immediately practical on a daily basis.

Some texts make XML easy and approachable, but few showcase the real powers of XML for data flexibility as well as this one does. Experienced Java developers who really want to master XML will certainly want a look at this intriguing and challenging book, as will knowledgeable system architects interested in seeing what Java and XML can offer when it comes to integrating the enterprise. --Richard Dragan, amazon.com

Topics covered:

  • Introduction to Enterprise Application Integration (EAI)
  • EAI infrastructures (communications, routing, brokering, and business intelligence layers)
  • Message routing
  • XML basics and parsing
  • The Simple API for XML (SAX)
  • The W3C Document Object Model (DOM)
  • Transforming Java objects into XML
  • Modeling databases in XML
  • Point-to-point message, publish, and subscribe messaging and XML
  • Directory services
  • JNDI and XML
  • Declarative programming for successful EAI
  • Dynamic application
  • SAX filters
  • Modeling a Java application in XML
  • References for the W3C definitions for XML 1.0 and the XML DOM
  • SAX interfaces
  • Java to XML bindings


Product Description

Enterprise Application Integration (EAI) is the discipline of linking disparate applications, platforms, and operating systems to work as one -- and deliver powerful business results seamlessly. Platform-independent Java may be the most powerful EIA tool ever invented, but mechanisms are still needed to exchange data with non-Java applications. XML provides those mechanisms. This is the first complete guide to using Java and XML together to build real-world EIA solutions! First, review the basics of XML and how it can be used to build EAI infrastructure. Identify your requirements for sharing and exchanging data; then build Java applications for parsing and processing XML documents. Learn how to move data between Java and non-Java applications: serializing Java objects into XML; using XML with relational databases; asynchronous messaging with XML; and much more. The CD-ROM contains extensive source code from the book, plus a remarkable library of leading-edge software and trialware, including: Bluestone Visual-XML desktop XML development environment; IBM XML4J Java-based parser; Push-technologies SpiritWAVE2 implementation of the Java Messaging Service; and webMethods BizView realtime XML Query Language interpreter.



See all Product Description

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

 

Customer Reviews

3 Reviews
5 star:    (0)
4 star:
 (1)
3 star:    (0)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
2.3 out of 5 stars (3 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
2.0 out of 5 stars Of little use for actual EAI projects, 21 Mar 2001
By A Customer
This book may be of use to an advanced Java programmer writing XML processing tools, it's of little use for actual EAI projects where you would want to use these tools. Apart from that, half of this book consists of W3C recommendations. Very disappointing.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4.0 out of 5 stars Not a bad book on XML, 23 Oct 2000
By A Customer
If you're looking for a book on XML with a Java implementation then this isn't a bad first (or possibly second) stop. Covers the basics of how XML documents are processed. Where it gains, IMHO, over other books is that it offers other implementation strategies such as JMS (Doesn't use the XMLMessage though...). The author does offer his opinions on issues as sidebars which is quite refreshing - even if you don't agree.

I wouldn't recommend this book to anyone who is comfortable with DOM and SAX. This is a book for the person who's read about XML and is about to embark on their first XML project.

This book is much better than the similarly titled WROX press effort. Some of the examples have been badly proofed (or edited) which looses it 5 stars....

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1.0 out of 5 stars Very disapointed..., 19 Oct 2000
By rui@gil.com (Portugal) - See all my reviews
The first thing I noticed when I opened this book was that, in 500 pages, half was appendix, and those where XML,DOM & SAX specifications, things that you can find easely elsewhere for free ! Not a good way to make a good impression, the rest is a bunch of extensive code listings covering very superfically the topics of the book. If this was an orange, I problably would get 1 or 2 drop of juice. Very dry, very dry....
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



Customer Discussions

 Beta (What's this?)
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]

   


Look for similar items by category


Feedback


Fun for Everyone

Christmas Gifts
Achieve over 15,000 RPM with our great range of Powerballs.

Shop the Powerball store

 

Up to 75% off Shoes

Shoe Clearance - 75% off Shoes
Save up to 75% on shoes for the whole family.

Shop clearance shoes

 

Up to 50% off Dental Care

Braun Oral-B Professional Care 6000 Rechargeable Toothbrush - Pack of 2
Put a sparkle in your smile with up to 50% off selected Oral-B and Philips rechargeable toothbrushes.

Up to 50% off power toothbrushes

 

Treat Someone

Amazon.co.uk Gift Certificates--available in any amount from £5 to £500 With an Amazon.co.uk Gift Certificate, you can get them what they want (even if you don't know what that is).

Learn more about Gift Certificates

 
Ad

Where's My Stuff?

Delivery and Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue Shopping: Top Sellers

amazon.co.uk Amazon Home
International Sites:  United States  |  Germany  |  France  |  Japan  |  Canada  |  China
Business Programs: Sell on Amazon  |  Fulfilment by Amazon  |  Join Associates  |  Join Advantage
Customer Service  |  Help  |  View Basket  |  Your Account
About Amazon.co.uk  |  Careers at Amazon
Conditions of Use & Sale |  Privacy Notice  © 1996-2009, Amazon.com, Inc. and its affiliates