[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: RE: [Summary #2] Should Subject Matter Experts Determine X

  • From: Len Bullard <len.bullard@u...>
  • To: "Costello, Roger L." <costello@m...>, xml-dev@l...
  • Date: Thu, 16 Oct 2008 08:30:51 -0500

RE:  RE: [Summary #2] Should Subject Matter Experts Determine X
The question mystifies me as posed.

The data designer does not answer the question of when a business rule is
*legitimate*.   It simply is not their shot to call.   It is their job to
determine how to meet the business requirement as determined by the business
owner/manager as long as that requirement is within legal constraints.   If
the requirement impacts the performance of the system in any way, it is
their job to make this impact clear in quantitative terms.

Ugly code, unaesthetic code, or code which violates a designer's personal
beliefs about the business models are not performance impacts.

A designer can vote with their feet, of course.

len

At 6:59 PM -0400 10/15/08, Costello, Roger L. wrote:
>Hi Folks,
>
>Excellent discussion! 
>
>I revised the example, based on your comments:
>
>
>EXAMPLE OF BUSINESS INTERESTS INFLUENCING A DATA SPECIFICATION AND THE
>RESULTANT XML DATA DESIGN
>
>During the course of developing a particular data specification a SME
>states,
>
>      There are three methods of payment that our
>      company accepts: Paypal, money order, or
>      cashier's check.
>
>The SME's statement is added to the data specification.
>
>Then, a business person reads the statement and says:
>
>      Our company has a partnership with Paypal.
>      We earn money each time a customer pays using
>      Paypal. While we do accept the other payment
>      methods, we earn no money with them. So, be
>      sure to add a sentence that Paypal is the
>      preferred payment method.
>
>As a result of this business interest, another sentence is added to the
>data specification:
>
>      There are three methods of payment that our
>      company accepts: Paypal, money order, or
>      cashier's check. However, the preferred
>      method is Paypal.
>
>
>IMPLEMENTATION
>
>Without the input from the business person, the data specification is
>translated into this implementation:
>
>    <Accepted-Payment-Methods>
>        <Method>Paypal</Method>
>        <Method>money order</Method>
>        <Method>cashier's check</Method>
>    </Accepted-Payment-Methods>
>
>However, because of the input from the business person, the data
>specification is translated into this implementation:
>
>    <Accepted-Payment-Methods>
>        <Method preferred="true">Paypal</Method>
>        <Method preferred="false">money order</Method>
>        <Method preferred="false">cashier's check</Method>
>    </Accepted-Payment-Methods>
>
>Note that an attribute - preferred - is added to each <Method> element
>to indicate whether or not the payment method is preferred.
>
>Thus we see an example of a business interest impacting a data
>specification and the resultant XML data design.
>
>
>QUESTION
>
>Is this revised version a legitimate example of a business interest
>influencing a data specification and the resultant XML data design?

This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the sender. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail.


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.