|
XML BOOKS
Posted in XML (Monday, October 13, 2008)
Written by Andreas Eberhart and Stefan Fischer. By Wiley.
The regular list price is $85.00.
Sells new for $24.98.
There are some available for $25.00.
Read more...
Purchase Information
No comments about Java Tools: Using XML, EJB, CORBA, Servlets and SOAP.
Posted in XML (Monday, October 13, 2008)
Written by Chris Boar. By Microsoft Press.
The regular list price is $29.99.
Sells new for $3.29.
There are some available for $0.49.
Read more...
Purchase Information
1 comments about XML Web Services in the Organization (Pro-Developer).
- While most books on this subject target Web services in internet based commercial applications, this book targets the most quickly growing developer audience for XML Web services - the corporate solution developer.
Don't be fooled however, by its slim 190 pages. There is ample content in those pages, including a comprehensive section on securing Web services. One feature of the book that is especially worth noting is the "extra credit" section located at the end of each chapter. These sections encourage the reader to take the concepts presented in the chapter and apply them to solve current problems in their corporation. I thoroughly enjoyed reading XML Web Services in the Organization and was able to immediately apply what I had learned in a real-world solution.
Read more...
Posted in XML (Monday, October 13, 2008)
By Millin Publishing, Inc..
Sells new for $5.95.
Read more...
Purchase Information
No comments about MERCATOR RELEASES XML SCHEMA IMPORTER VERSION 6.5.(Product Announcement): An article from: Software Industry Report.
Posted in XML (Monday, October 13, 2008)
Written by ZapThink and Ronald D. Schmelzer. By ZapThink, LLC.
Sells new for $9.95.
Read more...
Purchase Information
No comments about ZapNote: NeoCore ZapNote: Pattern-based Native XML Data Storage.
Posted in XML (Monday, October 13, 2008)
Written by Peter G. Aitken. By Wiley.
The regular list price is $39.99.
Sells new for $4.58.
There are some available for $3.50.
Read more...
Purchase Information
No comments about Powering Office 2003 with XML (Power Pack Series).
Posted in XML (Monday, October 13, 2008)
Written by ISO/IEC/JTC 1/SC 6. By Multiple. Distributed through American National Standards Institute (ANSI).
Sells new for $389.00.
Read more...
Purchase Information
No comments about ISO/IEC 18056:2005, Information technology - Telecommunications and information exchange between systems - XML Protocol for Computer Supported Telecommunications Applications (CSTA) Phase III.
Posted in XML (Monday, October 13, 2008)
Written by ZapThink and Ronald D. Schmelzer. By ZapThink, LLC.
Sells new for $9.95.
Read more...
Purchase Information
No comments about ZapNote: Tamesis ZapNote: Managing Risk with XML.
Posted in XML (Monday, October 13, 2008)
Written by Dan Livingston. By Prentice Hall PTR.
The regular list price is $34.99.
Sells new for $8.66.
There are some available for $0.01.
Read more...
Purchase Information
5 comments about Essential XML for Web Professionals.
- In order to keep my precarious web development job, I decided to learn XML - everyone's been talking about it for a while. As I usually do when I need to learn a new subject, I buy about a half dozen books on the subject. This book was one of those half-dozen. Suffice it to say that I returned the other five. Seriously, it's that good. It assumes nothing about your prior knowledge, and takes you step-by-step from simple XML into DTDs, XML Schema, XSLT, XHTML, and more. The content is solid and the writing style is friendly, conversational, and intelligent.
- There are certainly heavier XML books out there, but this one has dropped a lot useless filler than many of those books. I only work with XML once in a while, so I really don't need to remember exactly how, say, XPath works very often. This book contains many get-up-to-speed-quickly chapters that focus on teaching the most useful and most often used aspects of XML, as well as what clients seem to expect me to know about. For example, I was recently quizzed about SMIL and SVG by a client who I'm sure knew nothing about them, but since I had just finished this book, I was able to answer intelligently, and I believe it was a factor in my getting the job.
This book covers basic XML, XHTML, XSLT, XML Schema, DTDs, XPath, XLink, XPointer, SMIL, SVG and WDDX. It's wonderfully written and very useful. Two thumbs up!
- This book is a really good basic book to get started. I've enjoyed it.
- Could have been good or even great. It starts clear, correct, and well-structured. Then about a third of the way through the book (which is really half the content because the last third is an absolete printing of the XML spec) the writing gets lazy. Comprehending the material becomes an absolute chore as all structure is lost.
The first part is the best intro to XML that I've read, but it's just an intro.
- The book starts out nicely explaining everything and it gets you motivated. From chapter 3 onwards, 19 pages later, its all guess work. He gives pieces of information with no coherent example that shows how all these pieces fit together. Its left up to your imagination to guess how it all comes together. Once more, I had to go back to internet tutorials (which I have found to be way better than a lot of computer programming books). XML is not rocket science. If you can't write a descent book about it, you ought to think about quiting the writing profession (stick to writing code). This was a waste of my time and money; needless to say a waste of paper and ink too.
Read more...
Posted in XML (Monday, October 13, 2008)
Written by Damian Shelley. By .
Sells new for $8.00.
Read more...
Purchase Information
1 comments about Using IIS Compression to Speed Up XML Delivery.
- There are many known browser compatiblity bugs with built in IIS 5 compression which can cause your site content to break. A list of them can be seen here: www.port80software.com/products/httpzip/faq#IIS5compression
Read more...
Posted in XML (Monday, October 13, 2008)
Written by Alex Homer and Dave Sussman and Mark Fussell. By Addison-Wesley Professional.
The regular list price is $39.99.
Sells new for $5.00.
There are some available for $1.02.
Read more...
Purchase Information
3 comments about First Look at ADO.NET and System Xml v 2.0.
- At the simplest level, this book has two parts. The part on ADO.NET refers to further enhancements to accessing MS SQL Server on the .NET platform, as well as sundry bug fixes.
The other part concerns how .NET handles XML data management. Here Microsoft has put in a ton of work to handle the latest XML standards, including XML Schema, XPath and XQuery. The entire XML field has been growing rapidly and this book shows how Microsoft is keeping pace. Very reassuring. Also, as one might expect, Microsoft has added custom enhancements to XML. There are two standard XML parsers, DOM and SAX, each with its well known advantages and disadvantages. With the SAX parser, you essentially add one of your routines to it as a listener for events you specify. Then you run SAX on an XML object. Via the listener, it pushes instances of those events to you. GUI building follows this approach. But some developers find this very awkward and unnatural. To answer this, Microsoft has come up with an "XMLReader" that reads XML objects and pull data into your code in a more intuitive way. Interesting, and this may be useful to some who are new to XML. The book is more than just two disjoint halves. Basically, Microsoft is weaving the SQL access of ADO every more closely with XML, where the latter can be used as a data viewing language into the SQL. What about the impedance mismatch? Considerable effort has been expended to subsume this into low level details that more developers can ignore. So for all these reasons, if you are already using .NET and SQL Server, you may want to check out these details more fully.
- With all of my rave reviews of this series, I probably sound like I work in their PR department, but seriously, I don't. Every single book in this series that I've read is just plain great. This book, as well as their ASP.NET 2.0 title are just more examples of the same killer material they are publishing.
The book splits itself about 60/40 ADO.NET 2.0 Per se and the XML. However, if you're familiar with ADO.NET, you'll know they are interdependent technologies in .NET (no, I'm not saying you can't use XML without ADO.NET but XML and ADO.NET are so intertwined in .NET,it's hard to talk about ADO without XML). Anyway, there's little in the way of review for the way ADO.NET used to work, and Amen to that. This book is short and too the point and you don't need to undestand pervious versions of ADO.NET to understand what's going on. With that in mind, a long discussion of previous version would be a waste of space. Now, there's no doubt that this book emphasizes Yukon and SqlServer features of ADO.NET 2.0, but it's not in any way limited to that. The subject of Batch updates is very cool (I know I can't wait for 2.0 to be released) but it doesn't take a lot of explaining. MARS and ObjectSpaces get a lot more coverage, but those are the two coolest features that I've seen. Well, that's not entirely true, the bulk loading features and paging are pretty darnded cool too. Then the book discusses Yukon and the only complaint I have here is that I can't get a copy of it! You'll need Whidbey to compile the examples, but I've found getting a copy of Yukon to be quite elusive so that is somewhat limiting. However, that's not the author's fault in any way. (However, if they want to include a copy of it with the next release of the book, it'd certainly be a nice touch). After that it moves into the XML realm and it's very very cool. No, it doesn't walk you through creating an XML document. The focus is heavy on data extraction with XML, XPath, XQuery, XmlReader, XmlAdapter taking up the focus of the discussion. Trust me, you'll be dying to play with this stuff by the time you get through the first discussion on it. All in all, it looks like ADO.NET 2.0 is a larger evolution from previous versions than ADO.NET was to ADO (although ADO.NET is a totally different technology than ADO). If you want to take advantage of these features, you're going to have some learning to do. However, all of the books examples are complete, concise and clear and most importantly, they all work. There's nothing worse than typos and broken code, but it's a lot worse when you are dealing with a technology this young. Once again, another first rate job by A-W.
- This book attempts to look at the evolving technology of ADO .NET version 2.0 that will ship with SQL Server 2005 and Visual Studio .NET 2005. It does a very good job of looking at the major technologies and the uses of each of them.
I am looking forward to the ability to use asynchronous database connections and Multiple Active Result Sets (MARS). I can already see where it would make my current applications more performant. I am also looking forward to the ability to store XML in SQL Server 2005 and use the XPath query engine to be able to select out the parts of the XML that I need. With the XML capabilities built into ADO .NET 2.0 and SQL Server 2005 it will be much easier to work with XML data. I have recommended this book to serveral people. I think it is a must read for consultants and others who need to stay on the leading edge of technology.
Read more...
|
|
|
Java Tools: Using XML, EJB, CORBA, Servlets and SOAP
XML Web Services in the Organization (Pro-Developer)
MERCATOR RELEASES XML SCHEMA IMPORTER VERSION 6.5.(Product Announcement): An article from: Software Industry Report
ZapNote: NeoCore ZapNote: Pattern-based Native XML Data Storage
Powering Office 2003 with XML (Power Pack Series)
ISO/IEC 18056:2005, Information technology - Telecommunications and information exchange between systems - XML Protocol for Computer Supported Telecommunications Applications (CSTA) Phase III
ZapNote: Tamesis ZapNote: Managing Risk with XML
Essential XML for Web Professionals
Using IIS Compression to Speed Up XML Delivery
First Look at ADO.NET and System Xml v 2.0
|