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

Re: ConciseXML syntax (some examples)


java factorial calculation
>How about a few examples or Water (because after all, isn't
ConciseXML just a
>lead to that)? Maybe a factorial calculation or perhaps a quicksort?
How
>about querying a relational database and returning an XML
representation of
>the result set?

Factorial: ------------------
<defmethod factorial n>
 <if> n.<is 1/>
      1
   else
      n.<times <factorial n.<minus 1/> /> />
 </if>
</defmethod>

<test
 <factorial 10/>
 3628800
/>

Querying a relational database:------------------
From book titled: Water: Simplified Web Services
Chapter 23 - Water Database: Unifying Relational and Object Models

<set my_books=
dbms.<table "jdbc:driver://localhost/my_bookstore_db/book"/>
/>

book.of
<!-- returns: -->
<smart_vector>
<book isbn="992838888" title="Water Programming" price=40
published=<date 2002 4 1/>
/>
<book isbn="992837777" title="Water Web Services " price=40
published=<date 2002 12 10/>
/>
<book isbn="992836666" title="Water XML " price=45
published=<date 2003 3 1/>
/>
</smart_vector>

<!-- Retrieving a specific record and updating the price -->
book.of.99283888.<set price=50/>


As far a ConciseXML being a lead in to Water, you are
correct. In fact, it leads to the following:

Water Type replacing XSD
Water Contract replacing other Schema languages
Water Path replacing XPATH
Water Transform replacing  XSLT
Water Identifier supporting/extending URI
Water Web and Water Server replacing WSDL
Water Protocol replacing SOAP
Water Registry replacing UDDI
Water App replacing JSP/ASP
Water Database replacing SQL
Water Pattern replacing RegEx
Water Pics replacing UML

...and more to come.

We've only had 1.5 developers working on
Water, but since the productivity using Water
is probably 10-100 times of Java, I guess that
means we have the equivalent of 15 to 150
people working on this, so I guess I shouldn't
complain about not having enough resources.
: )



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.