Cheap Web Hosting and Domain Registration - Dayana Host   Cheap Web Hosting with 100% Satisfaction Guarantee by Dayana Host
More than 69,398 web sites hosted. Latest client joined at Jan 7, 2009, 10:17am PST Cheap Web Hosting with 100% Satisfaction Guarantee by Dayana Host
 
 

Useful Books and Software

Related XML Books

     
 
Books and Software > Books > XML > Page 1 > Applied XML Solutions
 
     
 
Applied XML Solutions
 
5.0 of 5.0
 
Applied XML Solutions
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.

 
Publisher: Sams
Author: Benoit Marchal
Release Date: 2000-08-29
ISBN/EAN: 0672320541 / 9780672320545

New Price: $27.91 / Used Price: $0.52 / Collectible Price: n.a.
Buy it Now!
Average Rating: 5.0
Number of Reviews: 12

 

Applications of XML in the industryRating:
This is by far the best book on real applications using XML. The author is an expert in the field, and the book is clear and concise, yet it deals with fairly complex applications also.
I highly reccomend this
Total Votes: 0, Helpful Votes: 0, Date: 2003-11-26
 
A must-have for a serious XML developerRating:
This book covers the most popular XML application architecture patterns. Great source both for ideas and ready-to-go source code. I was pleasantly surprized to find the whole chapter (Chapter 6: Import from Any Format) devoted to the problem I am facing in my current project... Another excellent book from Marchal that really helps me to do my work.
Total Votes: 3, Helpful Votes: 1, Date: 2002-04-24
 
Practical book - which tells you what you need to know.Rating:
This book has many projects, which gives insight into various parts of XML. Basic knowledge of XML is required though. Implementation of these projects is a good way of learning XML. Nothing like hand's on experience.

The author's writing style is also good, he gives reasons choosing any particular implementation.

If you really need to know XML, buy this book.

Total Votes: 5, Helpful Votes: 5, Date: 2002-03-28
 
Excellent for XML/Java developersRating:
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.

Total Votes: 19, Helpful Votes: 18, Date: 2001-07-29
 
Excellent book on how to apply XML solutionsRating:
The author presents very practical example projects in each chapter. The project in Chapter 9 is especially clear on demonstating the SOAP concept. Buy this book to jump-start your XML/Java knowledge and experience. You'll never regret buying this book.
Total Votes: 6, Helpful Votes: 5, Date: 2001-05-29
 
Applications of XML in the industryRating:
This is by far the best book on real applications using XML. The author is an expert in the field, and the book is clear and concise, yet it deals with fairly complex applications also.
I highly reccomend this
Total Votes: 0, Helpful Votes: 0, Date: 2003-11-26
 
A must-have for a serious XML developerRating:
This book covers the most popular XML application architecture patterns. Great source both for ideas and ready-to-go source code. I was pleasantly surprized to find the whole chapter (Chapter 6: Import from Any Format) devoted to the problem I am facing in my current project... Another excellent book from Marchal that really helps me to do my work.
Total Votes: 3, Helpful Votes: 1, Date: 2002-04-24
 
Practical book - which tells you what you need to know.Rating:
This book has many projects, which gives insight into various parts of XML. Basic knowledge of XML is required though. Implementation of these projects is a good way of learning XML. Nothing like hand's on experience.

The author's writing style is also good, he gives reasons choosing any particular implementation.

If you really need to know XML, buy this book.

Total Votes: 5, Helpful Votes: 5, Date: 2002-03-28
 
Excellent for XML/Java developersRating:
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.

Total Votes: 19, Helpful Votes: 18, Date: 2001-07-29
 
Excellent book on how to apply XML solutionsRating:
The author presents very practical example projects in each chapter. The project in Chapter 9 is especially clear on demonstating the SOAP concept. Buy this book to jump-start your XML/Java knowledge and experience. You'll never regret buying this book.
Total Votes: 6, Helpful Votes: 5, Date: 2001-05-29
 
Applications of XML in the industryRating:
This is by far the best book on real applications using XML. The author is an expert in the field, and the book is clear and concise, yet it deals with fairly complex applications also.
I highly reccomend this
Total Votes: 0, Helpful Votes: 0, Date: 2003-11-26
 
A must-have for a serious XML developerRating:
This book covers the most popular XML application architecture patterns. Great source both for ideas and ready-to-go source code. I was pleasantly surprized to find the whole chapter (Chapter 6: Import from Any Format) devoted to the problem I am facing in my current project... Another excellent book from Marchal that really helps me to do my work.
Total Votes: 3, Helpful Votes: 1, Date: 2002-04-24
 
Practical book - which tells you what you need to know.Rating:
This book has many projects, which gives insight into various parts of XML. Basic knowledge of XML is required though. Implementation of these projects is a good way of learning XML. Nothing like hand's on experience.

The author's writing style is also good, he gives reasons choosing any particular implementation.

If you really need to know XML, buy this book.

Total Votes: 5, Helpful Votes: 5, Date: 2002-03-28
 
Excellent for XML/Java developersRating:
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.

Total Votes: 19, Helpful Votes: 18, Date: 2001-07-29
 
Excellent book on how to apply XML solutionsRating:
The author presents very practical example projects in each chapter. The project in Chapter 9 is especially clear on demonstating the SOAP concept. Buy this book to jump-start your XML/Java knowledge and experience. You'll never regret buying this book.
Total Votes: 6, Helpful Votes: 5, Date: 2001-05-29
 
 
     
 

Home | Process Guide | Affiliate Program | Network Maps | Testimonials | Uptime Monitor | Contact | Table of Contents | phpOnline
Domain Registration | Personal Web Hosting Plans | Business Web Hosting Plans | Reseller Web Hosting Plans | Sample Clients
Customer Service | Support Center | Forums | Control Panel Demo | Useful Resources and links | Books and Software
CPanel and WHM Tutorials | Web Site Design Templates | Upgrade, Renew and Maintenance | Free Counter | NS Lookup | Whois
Acceptable Use Policy, Anti Spam Policy, Terms of Services | Privacy Policy