[ 
https://issues.apache.org/jira/browse/TUSCANY-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Amita Vadhavkar updated TUSCANY-800:
------------------------------------

    Attachment: AjaxDasJIRA800-Apr24-Amita.jar

1)url in ajax js,is the only one place which has path for hardcoded 
"incubating" - will need replacement later during release.

2)4 tables with data like below are needed - will take care of this later when 
JIRA-863 will get integrated - for now -  the db zipped along with proj has 
below data

        <TableList>
                <TableName>COMPANY</TableName>
                <TableName>DEPARTMENT</TableName>
                <TableName>CUSTOMER</TableName>
                <TableName>BOOK</TableName>
        </TableList>
        
        <TablesData>
                <TableData TableName="COMPANY" Columns="'NAME'" 
SqlTypes="Types.VARCHAR">
                        <TableRow>'ACME Publishing'</TableRow>
                        <TableRow>'Do-rite plumbing'</TableRow>
                        <TableRow>'MegaCorp'</TableRow>
                </TableData>
                
                <TableData TableName="DEPARTMENT" Columns="'NAME', 'LOCATION', 
'DEPNUMBER' 'COMPANYID'" SqlTypes="Types.VARCHAR, Types.VARCHAR, Types.VARCHAR, 
Types.INTEGER">
                        <TableRow>'Advanced Technologies', 'NY', '123', 
'1'</TableRow>
                </TableData>
                
                <TableData TableName="CUSTOMER" Columns="'ID', 'LASTNAME', 
'ADDRESS'" SqlTypes="Types.INTEGER, Types.VARCHAR, Types.VARCHAR">
                        <TableRow>'1', 'Pavick', 'CA'</TableRow>
                        <TableRow>'2', 'Williams', 'NJ'</TableRow>
                </TableData>                            

                <TableData TableName="BOOK" Columns="'BOOK_ID', 'NAME', 
'AUTHOR','QUANTITY','OCC'" SqlTypes="Types.INTEGER, Types.VARCHAR, 
Types.VARCHAR, Types.INTEGER, Types.INTEGER">
                        <TableRow>'1', 'The Brothers Karamazov', 'Fyodor 
Dostoevsky','5', '17'</TableRow>
                </TableData>
        </TablesData>


> Introduce new DAS Sample APP to demonstrate DAS advanced features
> -----------------------------------------------------------------
>
>                 Key: TUSCANY-800
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-800
>             Project: Tuscany
>          Issue Type: New Feature
>          Components: Java DAS Samples
>            Reporter: Luciano Resende
>         Assigned To: Luciano Resende
>             Fix For: Java-DAS-Mx
>
>         Attachments: ajaxDAS.lresende.20061005.zip, AjaxDasApr10.jar, 
> AjaxDasJIRA800-Apr24-Amita.jar, AjaxDASWebSample.doc, 
> JIRA-800-Mar23-Amita.jar, sample-ajax-das-1.0-incubator-SNAPSHOT.war
>
>
> Introduce a new DAS sample app to demonstrate DAS advanced features.
> This sample app uses AJAX to perform all the DAS interactions with the 
> persistence store (e.g case derby in tomcat) and an SDO graph is returned 
> back to UI and XSLT transformation is performed to present the data to user.
> Possible improvements to this would be to integrate OCC, and other advanced 
> DAS features into the sample.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to