Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 61470 invoked from network); 21 Apr 2010 09:47:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Apr 2010 09:47:40 -0000 Received: (qmail 29109 invoked by uid 500); 21 Apr 2010 09:47:40 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 28908 invoked by uid 500); 21 Apr 2010 09:47:38 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 28898 invoked by uid 99); 21 Apr 2010 09:47:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 09:47:37 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of webautomator@gmail.com designates 72.14.220.158 as permitted sender) Received: from [72.14.220.158] (HELO fg-out-1718.google.com) (72.14.220.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 09:47:28 +0000 Received: by fg-out-1718.google.com with SMTP id e12so2784406fga.13 for ; Wed, 21 Apr 2010 02:47:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=peQ8sOAqzb6p52kmkbaG/VA03z9ATPIG80oKtOUZTXo=; b=kk0SeWppCUp7kYnM1RH6Nk0gLB4t4I/1esqmK9o8APe2ZElbYCbGr37bKAtZj+n3Je Heb50DPYQnraDfZgfGo0l2MVm12akp/VJiTG7/nYgGNK1AB6mkcwXcuNWpFhULpaB4sh sjlalmup9yQ/Pue1K7d9+YHXSB8oA4XfOzuiM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=wiQto0aOhu2kTFZOU9k1slMYY5nafRbJunElZKuGtu9xrC1ihxLJAxM+sO1Ysip3rI qlnC/Up9HJE5w755C/HFyIBT28zoOwdzqC7HqkEQ2NUml94/99DVjhpo4pO4r1tx8t/l dh+E5NcJahqKarbOJra/Jvbw5cfMhPqNjfhkI= MIME-Version: 1.0 Received: by 10.86.76.16 with HTTP; Wed, 21 Apr 2010 02:47:05 -0700 (PDT) In-Reply-To: <22557301.90451271777449898.JavaMail.jira@thor> References: <22557301.90451271777449898.JavaMail.jira@thor> Date: Wed, 21 Apr 2010 12:47:05 +0300 Received: by 10.87.13.6 with SMTP id q6mr6681682fgi.19.1271843226012; Wed, 21 Apr 2010 02:47:06 -0700 (PDT) Message-ID: Subject: Re: [jira] Created: (DERBY-4623) "XML data type" page in ref needs some modifications From: =?KOI8-R?B?8c4g8NLPx9LBzc3J09Q=?= To: derby-dev@db.apache.org Content-Type: multipart/alternative; boundary=00163630fb3fbde57b0484bc13ef X-Virus-Checked: Checked by ClamAV on apache.org --00163630fb3fbde57b0484bc13ef Content-Type: text/plain; charset=ISO-8859-1 +1. I am thinking that javadoc for XML type related classes needs a good architecture about RDBMS centric architecture, considerations about XML population of RDBMS data and required performance considerations; a table about where it is good to use and where not, and why. John 2010/4/20 C.S. Nirmal J. Fernando (JIRA) > "XML data type" page in ref needs some modifications > ---------------------------------------------------- > > Key: DERBY-4623 > URL: https://issues.apache.org/jira/browse/DERBY-4623 > Project: Derby > Issue Type: Bug > Components: Documentation > Affects Versions: 10.5.3.0, 10.5.2.0, 10.5.1.1, 10.4.2.0, 10.4.1.3, > 10.3.3.0, 10.3.2.1, 10.3.1.4, 10.2.2.0, 10.2.1.6 > Reporter: C.S. Nirmal J. Fernando > Assignee: C.S. Nirmal J. Fernando > Priority: Trivial > > > I think this page need some more explanation on areas such as: > > 1) Setting paths of xercesImpl.jar and xalan.jar in the CLASSPATH > 2) Command that user should use to start the Derby i.e. java > org.apache.derby.tools.ij > 3) Mention that user needed to create a table which contains XML data > type column/s, because users might thought that they can retrieve XML data > from an any table. > 4) Mention the requirements that are needed when inserting values to a > XML data typed column, i.e. need of XML keywords document & preserve > whitespace, tags etc. > 5) A small example which is clearly shows the creation, insertion & > selection using XML data type. > > > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > --00163630fb3fbde57b0484bc13ef Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable +1. I am thinking that javadoc for XML type related classes needs a good ar= chitecture about RDBMS centric architecture, considerations about XML popul= ation of RDBMS data and required performance considerations; a table about = where it is good to use and where not, and why. John

2010/4/20 C.S. Nirmal J. Fernando (JIRA) <jira@apache.org&g= t;
"XML data type" page in ref needs some modifications
----------------------------------------------------

=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 Key: DERBY-4623
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 URL: https://issues.apache.org/jira/br= owse/DERBY-4623
=A0 =A0 =A0 =A0 =A0 =A0 Project: Derby
=A0 =A0 =A0 =A0 =A0Issue Type: Bug
=A0 =A0 =A0 =A0 =A0Components: Documentation
=A0 =A0Affects Versions: 10.5.3.0, 10.5.2.0, 10.5.1.1, 10.4.2.0, 10.4.1.3,= 10.3.3.0, 10.3.2.1, 10.3.1.4, 10.2.2.0, 10.2.1.6
=A0 =A0 =A0 =A0 =A0 =A0Reporter: C.S. Nirmal J. Fernando
=A0 =A0 =A0 =A0 =A0 =A0Assignee: C.S. Nirmal J. Fernando
=A0 =A0 =A0 =A0 =A0 =A0Priority: Trivial


I think this page need some more explanation on areas such as:

=A0 =A01) Setting paths of xercesImpl.jar and xalan.jar in the CLASSPATH =A0 =A02) Command that user should use to start the Derby i.e. java org.ap= ache.derby.tools.ij
=A0 =A03) Mention that user needed to create a table which contains XML da= ta type column/s, because users might thought that they can retrieve XML da= ta from an any table.
=A0 =A04) Mention the requirements that are needed when inserting values t= o a XML data typed column, i.e. need of XML keywords document & preserv= e whitespace, tags etc.
=A0 =A05) A small example which is clearly shows the creation, insertion &= amp; selection using XML data type.



--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


--00163630fb3fbde57b0484bc13ef--