Would you like to see this page in English? Click here.

この商品をお持ちですか? マーケットプレイスに出品する
XML Programming  (Core Reference)
 
 

XML Programming (Core Reference) [ペーパーバック]

R. Allen Wyke , Brad Leupen , Sultan Rehman


出品者からお求めいただけます。



キャンペーンおよび追加情報

  • 掲載画像とお届けする商品の表紙が異なる場合があります。ご了承ください。


商品の説明

出版社/著者からの内容紹介

XML Webサービス作成など、XML応用を広範囲に説明
XMLの基礎とプログラミングの基本事項をすばやく習得できる解説書。実際のXMLアプリケーションを構築する過程を交えて解説しており、またSQL ServerやBizTalk Serverなどのマイクロソフト製品とXMLがどのように連携して動作するのかを説明している。XMLを扱った書籍、.NETを扱った書籍は多いが、.NETを中心に据えて、XML全般を幅広く扱っている点が本書の特徴。XMLの基本的な知識やメリットから、データベース、Web、モバイルアプリケーションなどへの実際の応用例などまで、幅広く取り扱っている。
--このテキストは、絶版本またはこのタイトルには設定されていない版型に関連付けられています。

内容(「BOOK」データベースより)

本書は、XMLの基礎とプログラミングの基本事項をすばやく習得できるよう書かれた解説書。実際のXMLアプリケーションを構築する過程を交えて解説している。また、SQL ServerやBizTalk Serverなどのマイクロソフト製品とXMLがどのように連携して動作するのかについてもわかりやすく説明している。XMLの基本的な知識やメリットから、データベース、Web、モバイルアプリケーションなどへの実際の応用例などまで、幅広く解説。 --このテキストは、絶版本またはこのタイトルには設定されていない版型に関連付けられています。

登録情報


この本のなか見!検索より (詳細はこちら
書き出し
When first exposed to the Extensible Markup Language (XML), you might ask yourself how it fits in the overall picture of Web-related items. 最初のページを読む
その他の機能
頻出単語一覧
この本のサンプルページを閲覧する
おもて表紙 | 著作権 | 目次 | 抜粋 | 裏表紙
この本の中身を閲覧する:

この商品にタグをつける

 (詳細)
タグは、商品との関連性が非常に強いキーワードまたはラベルのようなものです。
タグにより、すべてのお客様がお気に入りの商品の整理と確認を行うことができます。
※タグは初期設定で公開になっています。詳しくはこちら
 

カスタマーレビュー

Amazon.co.jp にはまだカスタマーレビューはありません
星5つ
星4つ
星3つ
星2つ
星1つ
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com:  6件のカスタマーレビュー
5 人中、5人の方が、「このレビューが参考になった」と投票しています。
OK, but too many problems 2002/2/24
By Bryan Geary - (Amazon.com)
形式:ペーパーバック
XML Programming was nearly the best book on XML programming I have found. Here are the pluses.
1) It does a very good job of taking you through the basics fast and gets into specifics of coding quickly. It walks you through the process of building real applications using XML as their foundation.
2) The book covers more than the Microsoft angle. It does show some Linux and Java examples, although it definitely emphasizes the Microsoft solutions.

The reason I didn't rate this book higher was one thing that just kept annoying me throughout the book. It reads like they took an old book and threw in some material on newer XML specifications and Microsoft products, without updating the older material. Some examples of this are
1) They talk about the MSXML parser, but the last version they cover is 3.0 (even though 4 is included on the accompanying CD) and MSXML 4 has been out for quite some time, certainly longer than .NET. Yet there are entire chapters covering .NET and mentions of it throughout the book (mostly regarding Beta 2).
2) They show XML Notepad as an editor. Microsoft has discontinued the XML Notepad and the link in the book goes to a page that no longer exists.
3) Other links in the book do not exist and the tools have been renamed and thereby are harder to find on Microsoft's site.

The other primary minus for me was the author's assumption regarding your programming background. The authors use Visual Basic, ASP, Java, SQL and C++ without always explaining the code (Java and C++ are in the minority; VB, ASP and SQL are widespread). Most of the people reading this may not be familiar with all of these languages and thereby get a little lost in some of the examples.

So, if you're already comfortable with Microsoft programming and want to get up to speed quickly on XML, I would say this book is worth your while, but be ready for web links that don't work and check the products they refer to for newer versions.

If you're not comfortable with SQL and VB at a minimum, start there and then come back to this one or a similar title.

5 人中、5人の方が、「このレビューが参考になった」と投票しています。
I Learned XML From This Book 2002/2/3
By カスタマー - (Amazon.com)
形式:ペーパーバック
I don't know what the reviewer from San Jose was thinking, but I believe that Brad Leupen, et al have written a great book on XML programming for newcomers. I bought this book with almost no understanding of XML and so the "basic basics" of XML were great for me. I come from a database background and have very little experience with web programming. XML Programming has taken me from supernewbie to XML Programmer very quickly. The book was easy to read, clear and concise.I highly recommend this book to anyone who wants to learn XML.
15 人中、11人の方が、「このレビューが参考になった」と投票しています。
More regurgitated XML documentation, little new content 2002/1/28
By カスタマー - (Amazon.com)
形式:ペーパーバック
This book exhibits many of the characteristics of a rushed-to-press contentless tome.

Firstly, the book spends an inordinate amount of text covering the basic basics of XML. Why? Anyone who has purchased this book has already been sold on XML and doesn't need to hear, once again for the Nth time, arguments in favor of its use.

Secondly, once the pointless argument in favor of XML has been offered, the authors rehash standard coverage of DOM and SAX. I suppose any "definitive" book on XML programming should cover these technologies, but the depth of coverage in this book is hardly greater than what can be obtained on the web for free. The same goes for the pedestrian coverage of SOAP. Just visit the W3 site and you'll get equally useful documentation on these standards (which by the way will be kept more up to date than the print coverage).

The authors do offer some useful code examples of a working web service, which is where the true value-add of the book is, but the coverage is a tiny portion of the full text of the book.

Even if you are an XML newbie, there are better introductions, namely O'Reilly's "Learning XML", or Addison Wesley's "XML Primer". For coding web services, O'Reilly's "Programming Web Services with SOAP" or ".Net Framework Essentials" are far better and illustrate the quality control at these superior publishers.


クチコミ

クチコミは、商品やカテゴリー、トピックについて他のお客様と語り合う場です。お買いものに役立つ情報交換ができます。
この商品のクチコミ一覧
内容・タイトル 返答 最新の投稿
まだクチコミはありません

複数のお客様との意見交換を通じて、お買い物にお役立てください。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

クチコミを検索
すべてのクチコミを検索
   


リストマニア

リストを作成

関連商品を探す


同じキーワードの商品を探す


フィードバック