BPELforum.com

Business Process Execution Language (BPEL)

Similar Posts

  • Python & XML
  • Pro XML Development with Java Technology
  • Java and XML
  • Beginning XSLT and XPath: Transforming XML Documents and Data
  • Definitive XML Schema

The Definitive XML Professional Toolkit

May 6, 2010 by BPELforum

Product Description
This boxed set gives experienced XML developers all the insight they need to succeed with the next generation of XML development — for the enterprise, the Web, and beyond. It brings together three of the latest titles in the Definitive XML Series, all edited by Charles F. Goldfarb, the “father of markup languages,” and priced at a savings of more than 18%. Definitive XML Schema by W3C Schema Recommendation committee member Priscilla Walmsley covers both the basics of XML Schema and state-of-the-art techniques, including two full chapters on designing schemas for maximum effectiveness. Definitive XSLT & XPath, by G. Ken Holman, the world’s leading XSLT/XPath authority, covers every facet of these new specifications, from the basics to advanced expressions, sorting, grouping, and topic maps — including brand-new XML Schema Structures and Datatypes. Definitive XML Application Development by Lars Marius Garshol, is the comprehensive software engineer’s guide to building advanced, next-generation, enterprise applications with XML technologies. Garshol combines practical insight into SAX, DOM, XSLT, and other advanced XML technologies, and example-rich coverage of XML development with both Java and Python.

The Definitive XML Professional Toolkit

Filed Under: XML Books Tagged With: Art Techniques, Committee Member, Comprehensive Software, Definitive, Definitive Xml Application Development, Definitive Xml Schema, Definitive Xml Series, Enterprise Applications, G Ken Holman, Generation Enterprise, Lars Marius Garshol, Markup Languages, Maximum Effectiveness, Professional, Rich Coverage, Schemas, Software Engineer, Toolkit, Topic Maps, Walmsley, Xml Application Development, Xml Technologies, Xpath

Professional XML Schemas

May 3, 2010 by BPELforum

Product Description
In order to leverage XML’s power as a self-describing and extensible language, we need a way to define and describe the allowable content of any type of XML document. In the past, this has been achieved with DTDs, but these have in many ways fallen short of the requirements for working with data. XML Schemas were created to provide a more powerful and flexible mechanism for describing permissible document structures using XML syntax. They provide a set of built-in datatypes, which can mimic the object-oriented mechanisms of many languages, offer support for namespaces, and facilities for automated documentation.

Professional XML Schemas exhaustively details the W3C XML Schema language, and teaches the new syntax in an intuitive and logical way. From declaring elements and attributes, creating complex content models, and working with multiple namespaces, you’ll move on to see how XML Schemas are used in real-world situations. A number of practical case studies will illustrate the design and creation of schemas in the diverse worlds of relational databases, document management, and e-commerce applications.

This book covers:
A complete guide to XML Schema Syntax
Using XML Schema built-in types, and deriving new types
Working with XML Schemas and namespaces
Creating identity and uniqueness constraints
Good XML Schema design, illustrated in a number of different areas
Working with XML Schemas and XSLT
Writing XML Schemas for working with SOAP
Integrating Schematron and XML Schemas
Amazon.com Review
Suitable for virtually any XML designer or developer, Professional XML Schemas provides a challenging, in-depth guide to state-of-the-art XML Schema tools and techniques. This title will likely be a virtual must-have for anyone working with XML for databases or document management.

The range of topics presented here helps make this title a success. While there is some leading-edge (and somewhat obscure) material on emerging topics in XML Schemas, much of the book avoids XML “language lawyering” and concentrates on delivering a solid tour of the basics. The authors walk before they run, taking the reader along with basic XML Schema constructs to define simple data types in XML. They show off elements, attributes, and simple data types. (There’s coverage of the full complement of over two dozen built-in XML Schema data types for numerical, string, date, and IDREFs.) The earlier sections include the author’s own sample classes for a handful of common data types for such common entities as people’s names, countries, IP addresses and URIs, plus geographical locations. Fully internationalized, these samples can serve as a basis for entities in your custom projects.

The second half of the book digs into design strategies at a higher level, dealing more with XML Schemas. The authors cover several reusable design strategies for creating workable XML Schemas (like the Russian Doll, the Slice, and finally the Venetian Blind model, which blends the first two). There’s discussion of the best ways to express required and optional elements, along with choice values and ordering of required elements. Integration with XML namespaces and a discussion of the issues surrounding reuse in XML Schemas (like combining and extending existing datatypes) show how powerful this standard really is.

Valuable chapters on using XML Schemas with databases (including expressing relational integrity and normalization), plus the differences between XML Schemas used for document management will help you make the right design choices in each setting. The book closes with a discussion and tour of late-breaking tools like Schematron (and its competitors) as well as the possibilities for functional programming with XML Schema in schema-based programming (SBP).

Whether you are an XML novice or expert, this text will extend the range of what you can accomplish with XML Schemas, from creating more reusable datatypes to reusing existing schemas. While XML Schemas will perhaps never be as simple as using DTDs, this book succeeds at putting this new standard into reach for any working developer or designer. –Richard Dragan

Professional XML Schemas

Filed Under: XML Books Tagged With: Allowable Content, Amazon, Commerce Applications, Content Models, Datatypes, Diverse Worlds, Document Structures, Dtds, Extensible Language, Flexible Mechanism, Obscure Material, Professional, Professional Xml, Relational Databases, Schema Design, Schema Language, Schemas, Schematron, W3c Xml Schema, World Situations, Xml Namespaces, Xml Schemas

Professional Visual Basic 6 XML

May 3, 2010 by BPELforum

Product Description
Professional Visual Basic 6 XML teaches XML theory and application for VB programmers with no previous XML experience. Following a complete introduction to XML concepts and syntax, you’ll rapidly discover where and how you can take advantage of XML in your own applications, and how to create new and innovative applications that use XML to achieve powerful results.

The open, extensible and self-describing nature of XML makes it ideal for any situation where complex data is passed from one application or tier to another, or where data needs to be stored in a custom XML format. As a VB programmer you will quickly learn how to integrate XML with VB in a distributed object architecture. This includes storing and retrieving XML from a SQL Server database using a VB front-end, implementing XML linking using a VB component, and the integration of XML and VB applications in a SOAP/BizTalk/Oasis environment. You’ll learn how to write your own XML editor in VB and how to transform XML documents to and from HTML and other text formats, including MS Word.

Professional Visual Basic 6 XML is ideal for any VB programmer who wants to learn how to take advantage of XML technology and the available (free-to-use) implementations.Amazon.com Review
Even though XML is still very much a standard in motion, it is nevertheless freely available for implementation today. Professional Visual Basic 6 XML explains the basics of XML and illustrates how to use the most popular development language, Visual Basic, to drive full-featured XML applications.

This book introduces XML concepts using step-by-step code examples. Don’t skip past the first part, since its descriptions of XML basics build a foundation for the rest of the book. An up-to-date snapshot of where the various pieces of the XML puzzle stand in the standardization process, and where the technology is likely to head, greatly aids the reader in understanding the discussion about schemas. For example, it’s probably not a good idea to learn the syntax of the XML Schema, because the standard is still rapidly evolving.

The discussion of the Document Object Model, the programming tool for manipulating XML data structures, is excellent, with code examples that turn XML concepts into reality with useful VB utilities for controlling XML trees. As the book progresses, the reader will be directed to build an XML editor and explore distributed objects, data transformation, and much more. All of the sample application code is available from the publisher’s Web site. –Stephen W. Plain

Topics covered:

  • XML
  • DTDs
  • MS Schemas and XML Schemas
  • Document Object Model
  • XML Queries
  • XSLT
  • XPath
  • XPointer
  • XLink
  • Simple API for XML (SAX)
  • SOAP
  • XML data manipulation
  • Distributed objects
  • Data transformation
  • Microsoft Word-to-XML conversion

Professional Visual Basic 6 XML

Filed Under: XML Books Tagged With: Advantage Of Xml, Amazon, Basic, Development Language, Extensible, Object Architecture, Professional, Professional Visual Basic 6 Xml, Schemas, Sql Server Database, Vb Applications, Vb Component, Vb Programmer, Vb Programmers, Visual, Visual Basic 6, Xml Applications, Xml Basics, Xml Documents, Xml Editor, Xml Experience, Xml Format, Xml Puzzle

XML Design Handbook

May 3, 2010 by BPELforum

Product Description
The platform- and language-agnostic nature of XML makes it a natural choice for developers building cross-platform applications and is rapidly becoming the mechanism of choice for application designers who need to store and share data.

Simply knowing the syntax and features of the language just isn’t enough if you want to build powerful and efficient XML driven applications. You need to understand how to use the language and its features in the most effective manner. This is where this book comes in – assuming familiarity with the mechanics of XML, it analyzes all of the critical pieces of the XML space that require careful design in order to build efficient, robust, and extensible applications. It covers:

  • Effective document design
  • Designing robust, flexible schemas for validating documents
  • Dissection of the SAX and DOM parsing APIs – when to use which
  • Best practices for XSLT design
  • XML storage strategies
  • Techniques for XML transmission, using SOAP and XML-RPC
  • Presenting data to a range of different applications

    The book should appeal equally to the XML developer, who needs to write code to process XML documents or data, and the XML architect, working on systems that store and/or process XML.

    XML Design Handbook

  • Filed Under: XML Books Tagged With: Application Designers, Careful Design, Critical Pieces, Cross Platform, Design, Dissection, Document Design, Driven Applications, Extensible Applications, Familiarity, Handbook, Natural Choice, Parsing, Platform Applications, Schemas, Share Data, Soap Xml, Storage Strategies, Xml Developer, Xml Rpc, Xml Soap, Xml Space

    XML Schemas

    May 2, 2010 by BPELforum

    Product Description
    The most important XML topic for developers and document design professionals, XML Schemas are a more precise way to model data with XML and provide a way for organizations to establish the meaning of XML documents to be understood across different company systems.

    Experienced XML programmers, content developers, and document design professionals will learn the ins and outs of using XML Schemas and understand the differences between DTDs and schemas.

    This book goes beyond describing how to use schemas. It also covers when to use them (instead of DTDs), how to convert existing DTDs to schemas and offers practical tips and techniques for document modeling with plenty of real-world solutions.

    XML Schemas

    Filed Under: XML Books Tagged With: Content Developers, Design Professionals, Different Company, Document Design, Dtds, Ins And Outs, Model Data, Product Description, Programmer's, Real World Solutions, Schemas, Xml Documents, Xml Schemas
    « Older Posts

    RSS BPELpros.com

    • BizTalk Server
    • IBM
    • OpenLink Software
    • SAP AG

    Return to top of page

    Copyright © 2012 · Delicious Theme on Genesis Framework · WordPress · Log in