Buy Used
Used - Very Good See details
$3.99 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
Applied XML Solutions
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Applied XML Solutions [Paperback]

Benoit Marchal (Author)
4.8 out of 5 stars  See all reviews (12 customer reviews)


Available from these sellers.


Formats

Amazon Price New from Used from
Paperback --  

Book Description

August 29, 2000
Applied XML Solutions presents a series of projects rather than a tutorial format. The projects follow a natural progression from simple to complex. Within each chapter, helpful sidebars highlight XML fundamentals necessary to understand the project in progress. This will save readers' time having to look to another source if they forget a key detail. The last project incorporates techniques discussed throughout the book. The author will illustrate alternative solutions wherever appropriate. Applied XML Solutions shows professional developers how to apply XML to a variety of real-world applications, including: XML as a scripting substitute, using RSS to syndicate content to multiple & non-traditional browsers such as WAP-enabled handheld devices, using XSLT to facilitate communication between incompatible systems, separating web content from web code, importing data from various file formats.

Editorial Reviews

Review

..concise, useful, and illuminating..with respect to its discussion on the practical issues associated with SOAP architecture and implementations Jeff Cromwell -- Dr Dobb's Journal, July 2001

From the Back Cover

Applied XML Solutions presents a series of projects rather than a tutorial format. The projects follow a natural progression from simple to complex. Within each chapter, helpful sidebars highlight XML fundamentals necessary to understand the project in progress. This will save readers' time having to look to another source if they forget a key detail. The last project incorporates techniques discussed throughout the book. The author will illustrate alternative solutions wherever appropriate. Applied XML Solutions shows professional developers how to apply XML to a variety of real-world applications, including: XML as a scripting substitute, using RSS to syndicate content to multiple & non-traditional browsers such as WAP-enabled handheld devices, using XSLT to facilitate communication between incompatible systems, separating web content from web code, importing data from various file formats.

Product Details

  • Paperback: 360 pages
  • Publisher: Sams (August 29, 2000)
  • Language: English
  • ISBN-10: 0672320541
  • ISBN-13: 978-0672320545
  • Product Dimensions: 9.1 x 7.4 x 0.9 inches
  • Shipping Weight: 1.3 pounds
  • Average Customer Review: 4.8 out of 5 stars  See all reviews (12 customer reviews)
  • Amazon Best Sellers Rank: #2,390,056 in Books (See Top 100 in Books)

More About the Author

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

 

Customer Reviews

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

20 of 20 people found the following review helpful:
5.0 out of 5 stars Benoit gets better..., October 4, 2000
By 
This review is from: Applied XML Solutions (Paperback)
This book is an improvement over Marchals' excellent 'XML By Example'. The sample programs are longer, meatier and can quickly be converted for usage in your own projects. The most impressive thing about the author is that he actually answered my email when I had questions regarding the code, which is unusual among the authors of the endless series of boilerplate Java books, many of whom regurgiate previous books/website content and then disappear into the sunset so as not to be reached when mistakes and blatant oversights are found in their books and the CDs that accompany them.

The SAMS format of this book is superior to the Que format of the previous book. Despite the ever-changing face of XML, the book appears relevant and up-to-date. If you're a Java programmer interested in exactly what XML is useful for, this book is a good place to start.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


18 of 19 people found the following review helpful:
5.0 out of 5 stars Excellent for XML/Java developers, July 29, 2001
By 
ZhongDan LAN (Newark, New Jersey, USA) - See all my reviews
(REAL NAME)   
This review is from: Applied XML Solutions (Paperback)
There are already lots of 5 stars here and it seems unnecessary to vote another 5 stars. Anyway, I would like to give some personal feedback.

1)This book is short in length but rich in content.

Chapter 1 convers XML in a standalone java application, SAX parser is used in this chapter; chapter 2 shows a survex project using SAX parser and servlet; chapter 3 demonstrated how to use DTD, CSS within XML editor XMetal; chapter 4 covers XML publishing, same content can be published with different style sheets for HTML, WML and RSS; chapter 5 and chapter 6 describe the conversion between XML and EDI using xsl; chapter 7 is devoted to an e-Business project, using xsl and servlet; chapter 8 can be read after chapter 4, it is also devoted to publishing, with dynamically generated xml content; chapter 9 is devoted to a stock tracking project, which uses SOAP as the communication protocol, it can be read after chapter 7.

In a whole, this book covers:

a) XML parsers in chapter 1, 2, also java, servlet, design patterns Builder, Visitor.

b) XML editor in chapter 3, also CSS, DTD,

c) Publishing (XSLT) in chapter 4 and 8, also servlet.

d) XML and EDI in chapter 5 and 6, also XSLT.

e) e-Business: chapter 7 and 9, also servlet, SOAP.

2)This books is written for java developer, good understanding of java and servlet is required.

3)There is no chapter on JSP and XML, although there are application of XML with servlet and you can transfer some servlet into JSP; there is no chapter on JMS and XML neither, you may hope to find this kind of example in a JMS book.

4)This book is surpringly easy to use. I read it several times, from the beginning to the end. I tried EVERY EXAMPLE in the book, and every example works.

To be more honest, I only find one problem in the example (I just want to prove that I really tried every example): on page 81, third paragraph, first line, the author talks about how to chnage display style in XMetal:

Choose Tools, Editor Display Style

I found "Editor Display Style" in the menu "Format" instead of menu "Tools", so maybe we shuld replace "Tools" by "Format".

5)This book uses a JDBC database HypersonicSQL, and it is on the CD. So no preinstalled database is required.

6)The servlet container used in the book is jetty, the author provided batch file to use it without any difficulty. However, if you use Tomcat or Weblogic or jrun or another servlet engine, you need to configure it.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


14 of 14 people found the following review helpful:
5.0 out of 5 stars Buy this if you want to learn fast!, February 12, 2001
This review is from: Applied XML Solutions (Paperback)
I would thoroughly recommend this book to anybody who is frustrated from the lack of sample solutions available in XML books they've looked at. For most of us, we learn by example, it's the intuitive way to learn new concepts yeah? Well the good thing about this book is that it does exactly that and more... it demonstrates basic to advanced XML solutions to everyday problems. I have purchased many XML books now at this stage, including Java and XML and I have to say that Benoit Marchal's is by far the best. Buy it if you want to learn how to apply your XML knowledge.

Oh, and it comes with a CD with all the projects on it which is V. handy... also it has a copy of XALAN, and a trial version of XMetaL (a GUI editor) plus many more.

All round money well spent.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

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










Only search this product's reviews



Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)

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 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
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject