<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Modeling XML Applications with UML: Practical e-Business Applications</title>
	<atom:link href="http://bpelworld.com/1042/modeling-xml-applications-with-uml-practical-e-business-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://bpelworld.com/1042/modeling-xml-applications-with-uml-practical-e-business-applications/</link>
	<description>BPEL SOA Web Services BPM Work Flow Business Process</description>
	<lastBuildDate>Wed, 21 Apr 2010 10:43:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Christo</title>
		<link>http://bpelworld.com/1042/modeling-xml-applications-with-uml-practical-e-business-applications/comment-page-1/#comment-2538</link>
		<dc:creator>Christo</dc:creator>
		<pubDate>Fri, 19 Mar 2010 02:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://bpelworld.com/?p=1042#comment-2538</guid>
		<description>David Carlson has produced a book that discusses how to integrate two important technologies: UML and XML. More than that, the book serves as a primer to both. Even if you already know UML or XML, you&#039;ll probably learn something new about each. References are supplied for those who want to learn more. For me, I also found that the book planted seeds for new ideas.&lt;p&gt;The material is presented in a practical way, around a simple business application. This makes the technologies more concrete and easier to understand. Fortunately, the reader is not overwhelmed by endless code listings - though there are enough nuts and bolts to make the concepts understandable.&lt;p&gt;Key concepts such as vocabularies, schemas, and portals are explained well. The book also touches on related technologies, such as RSS, XSLT, SOAP and UUDI. All in the context of a practical use case. I found the examples useful even if I design community based portals and not e-Business applications.&lt;p&gt;Hopefully the book will lay down the foundation for standards in schema development.
Rating: 4 / 5</description>
		<content:encoded><![CDATA[<p>David Carlson has produced a book that discusses how to integrate two important technologies: UML and XML. More than that, the book serves as a primer to both. Even if you already know UML or XML, you&#8217;ll probably learn something new about each. References are supplied for those who want to learn more. For me, I also found that the book planted seeds for new ideas.
<p>The material is presented in a practical way, around a simple business application. This makes the technologies more concrete and easier to understand. Fortunately, the reader is not overwhelmed by endless code listings &#8211; though there are enough nuts and bolts to make the concepts understandable.</p>
<p>Key concepts such as vocabularies, schemas, and portals are explained well. The book also touches on related technologies, such as RSS, XSLT, SOAP and UUDI. All in the context of a practical use case. I found the examples useful even if I design community based portals and not e-Business applications.</p>
<p>Hopefully the book will lay down the foundation for standards in schema development.<br />
Rating: 4 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A. K. Johnston</title>
		<link>http://bpelworld.com/1042/modeling-xml-applications-with-uml-practical-e-business-applications/comment-page-1/#comment-2537</link>
		<dc:creator>A. K. Johnston</dc:creator>
		<pubDate>Fri, 19 Mar 2010 00:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://bpelworld.com/?p=1042#comment-2537</guid>
		<description>Like many web-related technologies XML and its many derivatives have evolved much more quickly than the support from traditional modelling and development tools. As a result many developers creating XML-based applications are doing so with the crudest of tools, and find it very difficult to either exchange ideas with more traditional developers, or to benefit from the strengths of more powerful tools and modelling approaches. This book sets out to address that issue, and it does an excellent job. &lt;p&gt;At the same time, the book provides a valuable introduction to a range of XML and e-Business technologies for those more familiar with traditional approaches. I found it answered a lot of questions I had about XML which had not been addressed by reading more typical &quot;how to&quot; books, so this book bridges the divide both ways. &lt;p&gt;The book starts out by setting out its aim - to bridge the XML and UML communities, and provides a high-level overview of both areas. It then focuses in on the key issue of e-Business integration, both as a common challenge and an area which will naturally affect both communities. &lt;p&gt;In subsequent chapters the author discusses defining a business vocabulary, and shows how an XML vocabulary can be modelled in UML, or generated from it. Having established this basis the author then discusses a number of XML-related standards, including XMI, XPath, XPointer, XLink, XML DTDs and Schemas, and XSLT, in each case using UML models to explain how the pieces fit together. &lt;p&gt;Finally, the last few chapters present an overall e-Business architecture based around the examples in the rest of the book, bringing all the pieces together in the context of Web Services. &lt;p&gt;It&#039;s the curse of all technical writers and publishers that whatever you write is rapidly out of date, and this book suffers a little from that. Published in 2001 it views several key standards (such as XSD and core Web Service protocols) as &quot;proposals&quot;, and frequently omits details from examples because of this uncertainty. A reader would be well advised to supplement it with more up to date reading around the technical details. &lt;p&gt;That said, this book is well written, easy to read, and covers a niche which is still almost unoccupied. The companion web site backs the book up with some valuable material, including a free downloadable tool for XML modelling, generation and reverse-engineering. &lt;p&gt;I&#039;d love David to do a second edition, moderately refreshed to present a 2004 view of the various standards and how they fit together. The core of the book wouldn&#039;t have to change. Until that book turns up, I&#039;m happy to recommend this one.
Rating: 4 / 5</description>
		<content:encoded><![CDATA[<p>Like many web-related technologies XML and its many derivatives have evolved much more quickly than the support from traditional modelling and development tools. As a result many developers creating XML-based applications are doing so with the crudest of tools, and find it very difficult to either exchange ideas with more traditional developers, or to benefit from the strengths of more powerful tools and modelling approaches. This book sets out to address that issue, and it does an excellent job.
<p>At the same time, the book provides a valuable introduction to a range of XML and e-Business technologies for those more familiar with traditional approaches. I found it answered a lot of questions I had about XML which had not been addressed by reading more typical &#8220;how to&#8221; books, so this book bridges the divide both ways. </p>
<p>The book starts out by setting out its aim &#8211; to bridge the XML and UML communities, and provides a high-level overview of both areas. It then focuses in on the key issue of e-Business integration, both as a common challenge and an area which will naturally affect both communities. </p>
<p>In subsequent chapters the author discusses defining a business vocabulary, and shows how an XML vocabulary can be modelled in UML, or generated from it. Having established this basis the author then discusses a number of XML-related standards, including XMI, XPath, XPointer, XLink, XML DTDs and Schemas, and XSLT, in each case using UML models to explain how the pieces fit together. </p>
<p>Finally, the last few chapters present an overall e-Business architecture based around the examples in the rest of the book, bringing all the pieces together in the context of Web Services. </p>
<p>It&#8217;s the curse of all technical writers and publishers that whatever you write is rapidly out of date, and this book suffers a little from that. Published in 2001 it views several key standards (such as XSD and core Web Service protocols) as &#8220;proposals&#8221;, and frequently omits details from examples because of this uncertainty. A reader would be well advised to supplement it with more up to date reading around the technical details. </p>
<p>That said, this book is well written, easy to read, and covers a niche which is still almost unoccupied. The companion web site backs the book up with some valuable material, including a free downloadable tool for XML modelling, generation and reverse-engineering. </p>
<p>I&#8217;d love David to do a second edition, moderately refreshed to present a 2004 view of the various standards and how they fit together. The core of the book wouldn&#8217;t have to change. Until that book turns up, I&#8217;m happy to recommend this one.<br />
Rating: 4 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D. Hollander</title>
		<link>http://bpelworld.com/1042/modeling-xml-applications-with-uml-practical-e-business-applications/comment-page-1/#comment-2536</link>
		<dc:creator>D. Hollander</dc:creator>
		<pubDate>Thu, 18 Mar 2010 23:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://bpelworld.com/?p=1042#comment-2536</guid>
		<description>I read this book to get a better understanding of UML--and I am very pleased at how useful it was. What was a nice surprise is to have found an excellent book on XML business applications. I am one of the orginal founders of XML, so really was not expecting this.&lt;p&gt;A must read for anyone interested in modeling, UML or how  XML should be used in eBusiness.
Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>I read this book to get a better understanding of UML&#8211;and I am very pleased at how useful it was. What was a nice surprise is to have found an excellent book on XML business applications. I am one of the orginal founders of XML, so really was not expecting this.
<p>A must read for anyone interested in modeling, UML or how  XML should be used in eBusiness.<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bennido</title>
		<link>http://bpelworld.com/1042/modeling-xml-applications-with-uml-practical-e-business-applications/comment-page-1/#comment-2535</link>
		<dc:creator>Bennido</dc:creator>
		<pubDate>Thu, 18 Mar 2010 21:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://bpelworld.com/?p=1042#comment-2535</guid>
		<description>I bought this book after reading Dave&#039;s articles on UML modelling for XML schemas hoping to learn more about the technique. So I was really interested in a quarter of the book but I still read the whole book.
&lt;br /&gt;
&lt;br /&gt;Overall, its a good book as an overview to the whole XML modelling approach and it is great for a beginner or novice in the area. It explains the concepts quite clearly and provides some VERY SIMPLE examples.
&lt;br /&gt;
&lt;br /&gt;But if you are looking for a book that guides you along on the &quot;how to&quot; aspect and application of knowledge, then this book doesn&#039;t quite have enough &quot;meat&quot; to be of much use.
&lt;br /&gt;
&lt;br /&gt;In summary, for beginners only.
Rating: 3 / 5</description>
		<content:encoded><![CDATA[<p>I bought this book after reading Dave&#8217;s articles on UML modelling for XML schemas hoping to learn more about the technique. So I was really interested in a quarter of the book but I still read the whole book.</p>
<p>Overall, its a good book as an overview to the whole XML modelling approach and it is great for a beginner or novice in the area. It explains the concepts quite clearly and provides some VERY SIMPLE examples.</p>
<p>But if you are looking for a book that guides you along on the &#8220;how to&#8221; aspect and application of knowledge, then this book doesn&#8217;t quite have enough &#8220;meat&#8221; to be of much use.</p>
<p>In summary, for beginners only.<br />
Rating: 3 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Massimiliano Celaschi</title>
		<link>http://bpelworld.com/1042/modeling-xml-applications-with-uml-practical-e-business-applications/comment-page-1/#comment-2534</link>
		<dc:creator>Massimiliano Celaschi</dc:creator>
		<pubDate>Thu, 18 Mar 2010 19:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://bpelworld.com/?p=1042#comment-2534</guid>
		<description>It is quite a strange book: very interesting, depicting a complete, sometimes accurate, path between UML and XML languages, and trying to show the whole and complex environment that required the development of a language like XML. The fact that both UML and XML syntaxes are not explained in detail should not induce to consider this issue as an introductory one: a thorough comprehension of all quoted subjects presumes a good knowledge of a structured (possibly object oriented) programming language and some reference to an XML syntax textbook and a UML guide. You do not learn by this book either designing UML or writing XML code, but it represents a survey about the subject that can be interesting both for skilled people and beginners.
Rating: 4 / 5</description>
		<content:encoded><![CDATA[<p>It is quite a strange book: very interesting, depicting a complete, sometimes accurate, path between UML and XML languages, and trying to show the whole and complex environment that required the development of a language like XML. The fact that both UML and XML syntaxes are not explained in detail should not induce to consider this issue as an introductory one: a thorough comprehension of all quoted subjects presumes a good knowledge of a structured (possibly object oriented) programming language and some reference to an XML syntax textbook and a UML guide. You do not learn by this book either designing UML or writing XML code, but it represents a survey about the subject that can be interesting both for skilled people and beginners.<br />
Rating: 4 / 5</p>
]]></content:encoded>
	</item>
</channel>
</rss>

