or
Sign in to turn on 1-Click ordering.
 
 
Express Checkout with PayPhrase
What's this? | Create PayPhrase
Sorry!
More Buying Choices
16 used & new from $27.00

Have one to sell? Sell yours here
 
   
Using XML with Legacy Business Applications
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

Using XML with Legacy Business Applications (Paperback)

~ (Author)
4.9 out of 5 stars  See all reviews (8 customer reviews)

List Price: $49.99
Price: $36.49 & this item ships for FREE with Super Saver Shipping. Details
You Save: $13.50 (27%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Usually ships within 9 to 13 days.
Ships from and sold by Amazon.com. Gift-wrap available.

5 new from $30.59 11 used from $27.00

Customers Who Bought This Item Also Bought

Developing Web Services with Apache Axis2

Developing Web Services with Apache Axis2

by Kent Ka lok Tong
3.9 out of 5 stars (14)  $26.19
Java & XML

Java & XML

by Justin Edelson
3.2 out of 5 stars (12)  $31.49
Spring Recipes: A Problem-Solution Approach (Books for Professionals by Professionals)

Spring Recipes: A Problem-Solution Approach (Books for Professionals by Professionals)

by Gary Mak
4.8 out of 5 stars (24)  $33.64
Explore similar items

Editorial Reviews

Product Description

"This volume offers relentlessly pragmatic solutions to help your business applications get the most out of XML, with a breezy style that makes the going easy. Mike has lived this stuff; he has a strong command of the solutions and the philosophy that underlies them." --Eve Maler, XML Standards Architect, Sun Microsystems Businesses running legacy applications that do not support XML can face a tough choice: Either keep their legacy applications or switch to newer, XML-enhanced applications. XML presents both challenges and opportunities for organizations as they struggle with their data. Does this dilemma sound familiar? What if you could enable a legacy application to support XML? You can. In Using XML with Legacy Business Applications, e-commerce expert Michael C. Rawlins outlines usable techniques for solving day-to-day XML-related data exchange problems. Using an easy-to-understand cookbook approach, Rawlins shows you how to build XML support into legacy business applications using Java and C++. The techniques are illustrated by building converters for legacy formats. Converting CSV files, flat files, and X12 EDI to and from XML will never be easier! Inside you'll find: *A concise tutorial for learning to read W3C XML schemas *An introduction to using XSLT to transform between different XML formats *Simple, pragmatic advice on transporting XML documents securely over the Internet For developers working with either MSXML with Visual C++ or Java and Xerces: *See Chapter 3 for a step-by-step guide to enabling existing business applications to export XML documents *See Chapter 2 for a step-by-step guide to enabling existing business applications to import XML documents *See Chapter 5 for code examples and tips for validating XML documents against schemas *See Chapter 12 for general tips on building commerce support into an application For end users who need a simple and robust conversion utility: *See Chapter 7 for converting CSV files to and from XML *See Chapter 8 for converting flat files to and from XML *See Chapter 9 for converting X12 EDI to and from XML *See Chapter 11 for tips on how to use these techniques together for complex format conversions The resource-filled companion Web site (www.rawlinsecconsulting.com/booksupplement) includes executable versions of the utilities described in the book, full source code in C++ and Java, XSLT stylesheets, bug fixes, sample input and output files, and more. 0321154940B07142003


From the Back Cover

"This volume offers relentlessly pragmatic solutions to help your business applications get the most out of XML, with a breezy style that makes the going easy. Mike has lived this stuff; he has a strong command of the solutions and the philosophy that underlies them."
--Eve Maler, XML Standards Architect, Sun Microsystems

Businesses running legacy applications that do not support XML can face a tough choice: Either keep their legacy applications or switch to newer, XML-enhanced applications. XML presents both challenges and opportunities for organizations as they struggle with their data.

Does this dilemma sound familiar? What if you could enable a legacy application to support XML? You can. In Using XML with Legacy Business Applications, e-commerce expert Michael C. Rawlins outlines usable techniques for solving day-to-day XML-related data exchange problems. Using an easy-to-understand cookbook approach, Rawlins shows you how to build XML support into legacy business applications using Java and C++. The techniques are illustrated by building converters for legacy formats.

Product Details

  • Paperback: 624 pages
  • Publisher: Addison-Wesley Professional; 1st edition (August 7, 2003)
  • Language: English
  • ISBN-10: 0321154940
  • ISBN-13: 978-0321154941
  • Product Dimensions: 9.2 x 7 x 1.2 inches
  • Shipping Weight: 2 pounds (View shipping rates and policies)
  • Average Customer Review: 4.9 out of 5 stars  See all reviews (8 customer reviews)
  • Amazon.com Sales Rank: #1,554,691 in Books (See Bestsellers in Books)

More About the Author

Michael C. Rawlins
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Michael C. Rawlins Page

Look Inside This Book

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
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

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

 
3 of 3 people found the following review helpful:
5.0 out of 5 stars The most usable book I read in ages, January 21, 2004
By Johannes de Jong (Netherlands) - See all my reviews
A lot of IT people are busy making different applications running on different platforms "talk" to each other. XML was invented as the "Esperanto" of the IT world to get these systems to understand each other. In practice however it just isn't that simple, as most of these applications don't talk XML yet, until this book.

This book is a real do itbook. It does not teach you XML or XSLT but shows you how to use it. What I especially liked is that he discusses his design considerations, he wants you to understand the whys. Once he thinks you know the basics he goes back to his basic design and improves it to make it make it fully reusable and modular, making it even beter.

Mr. Rawlins gives you toolbox of utilities, with the source code, that can become the building blocks for your own application integration system.

I have not come across a book with as much usable code in my IT career. We have already redesigned quite a few of our systems because of it. If you are into connectivityyou cant be without this book.

Ps. The word Legacy in the title does not imply big mainframes.

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



 
3 of 3 people found the following review helpful:
5.0 out of 5 stars Unpretentious and Useful, December 14, 2003
By A Customer
Easy to read, in a refreshing unpretentious style, Rawlins explains numerous complicated concepts associated with using XML. Especially useful are the chapters covering the conversion of EDI formatted data into and out of XML and the converting of one XML format to another XML format. The inclusion of Java and C++ considerations in appropriate chapters provides excellent practical advice.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3 of 3 people found the following review helpful:
4.0 out of 5 stars A Necessary Travail, October 3, 2003
By W Boudville (Terra, Sol 3) - See all my reviews
(TOP 10 REVIEWER)    (REAL NAME)      
XML purists may well decry this book. XML has captured overwhelming mindshare amongst developers as the preferred means of data interchange between programs. Plus, for recording to and from files, if you are starting a project with no legacy hangups, XML is often used.

Notice the caveat. Unfortunately, you as a developer cannot often start with a blank page. You may have to cater to existing data being stored in various formats, like CSV (Comma Separated Values). Or you have flat files with each line like "a=b". Or perhaps existing apps talk via EDI, which is quite common in certain industries.

Most XML books gloss over such details. Usually for good reason. Typically, they are trying to educate a reader who has never used XML. So for pedagogic clarity they deprecate these impedance mismatches. Which is correct, but of little help to you right here and now.

Rawlins tries to fill this gap. He assumes you know XML. The book rapidly goes into the grubby little details of how to overcome those impedance mismatches. Mundane but necessary. Somewhat inelegant manipulations, by the very nature of the topic. The book fills a real need. Though I suspect that many readers, and maybe even the author, wish this need will eventually evaporate. The pragmatists amongst you won't see this as imminent. The reality is that we will all have to support legacy apps indefinitely. Which should generate a steady demand for this book.

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


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars Step-by-step, covers the details well
Mike Rawlin's book deals with the reality that legacy business applications are not readily converted to processing XML-formatted information. Read more
Published on December 10, 2003 by STEVEN A MARGENAU

5.0 out of 5 stars From the trenches
Rawlings does a first-rate job of conveying elegant solutions to very arduous problems. If you find yourself in the trenches trying to bridge the technology gap between modern... Read more
Published on December 8, 2003 by Robert C Miller

5.0 out of 5 stars Using XML with Legacy Business Applications
This book provides practical advice and examples on integrating XML into existing business systems. The book is easy to read and follow. Read more
Published on December 3, 2003 by Bob Miller

5.0 out of 5 stars Should be on every EDI professional's desk
I have just this past week had the pleasure of reading briefly through Mike Rawlin's book on this topic. Read more
Published on September 20, 2003 by Rachel Foerster

5.0 out of 5 stars Excellent book for business application developers
This book is very unique. The aim of this book is not to develop a new XML application from scratch. Read more
Published on August 23, 2003

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

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

Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...


Create a guide

Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

Ad
 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Your Recent History

 (What's this?)

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