[jira] Updated: (TUSCANY-800) Introduce new DAS Sample APP to demonstrate DAS advanced features

2007-05-29 Thread Luciano Resende (JIRA)

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

Luciano Resende updated TUSCANY-800:


Fix Version/s: (was: Java-DAS-Next)
   Java-DAS-beta1
Affects Version/s: Java-DAS-beta1

> 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
>Affects Versions: Java-DAS-beta1
>Reporter: Luciano Resende
>Assignee: Luciano Resende
> Fix For: Java-DAS-beta1
>
> Attachments: ajaxDAS.lresende.20061005.zip, AjaxDasApr10.jar, 
> AjaxDasJIRA800-Apr24-Amita.jar, AjaxDASWebSample.doc, 
> JIRA-800-Mar23-Amita.jar, JIRA800-May17-CodeAndUT.zip, 
> sample-ajax-das-1.0-incubator-SNAPSHOT.war, 
> sample-ajax-das-Apr30-browser-independent.jar
>
>
> 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]



[jira] Updated: (TUSCANY-800) Introduce new DAS Sample APP to demonstrate DAS advanced features

2007-05-17 Thread Amita Vadhavkar (JIRA)

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

Amita Vadhavkar updated TUSCANY-800:


Attachment: JIRA800-May17-CodeAndUT.zip

Hi Luciano,
We need to sort out the problem of ant build - for tomcat htmlunit testing
Once we discussed, that the entries in server.xml (for datasource) get wiped 
off when both modules run one after another (1) companyweb, 2) 
sample-ajax-das). There is no problem when sample-ajax-das runs alone (or 
companyweb runs alone).

Something that ant cleans up during ending of companyweb which erases the 
entry of datasource for ajaxdastest database too along with entry for dastest 
in server.xml. (server.xml from tomcat). 

For this I have at present a quick fix so that both modules get tested in 
sequence - in 
 testing/tomcat/build.xml, testing/tomcat/datasource.xsl - which works. You can 
search by word "ajax" to see the fix.

Adriano/Luciano 
 Will you please see if any of you have any better solution? 
 
 Regards,
 Amita

> 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, JIRA800-May17-CodeAndUT.zip, 
> sample-ajax-das-1.0-incubator-SNAPSHOT.war, 
> sample-ajax-das-Apr30-browser-independent.jar
>
>
> 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]



[jira] Updated: (TUSCANY-800) Introduce new DAS Sample APP to demonstrate DAS advanced features

2007-04-30 Thread Amita Vadhavkar (JIRA)

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

Amita Vadhavkar updated TUSCANY-800:


Attachment: sample-ajax-das-Apr30-browser-independent.jar

I have attached new zip to JIRA-800(dated Apr30) for browser independent work. 
Tested this in 
Mozilla 1.7.2 Netscape and IE6.x. 

Working on htmlUnit(1 day max) and looking for dbsetup (JIRA-863) so as to 
integrate with it. If you think it is right, do hand over the incomplete part 
to me for JIRA-863 
and give details what all you have thought for it, I can take it up. After 
these 2 things 
(htmlUnit and auto canned DB integration), I can add more features(multi 
schema, compound key 
relation,write operation ordering, ) to ajax sample, if it adds any value to it 
and time permits.

As we discussed, this is zip and not svn patch. As now this is stable on 
different browsers, will you please add it to the sandbox under ajaxDasNew, so 
my next changes can be on top of that.

> 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, 
> sample-ajax-das-Apr30-browser-independent.jar
>
>
> 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]



[jira] Updated: (TUSCANY-800) Introduce new DAS Sample APP to demonstrate DAS advanced features

2007-04-24 Thread Amita Vadhavkar (JIRA)

 [ 
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


COMPANY
DEPARTMENT
CUSTOMER
BOOK




'ACME Publishing'
'Do-rite plumbing'
'MegaCorp'



'Advanced Technologies', 'NY', '123', 
'1'



'1', 'Pavick', 'CA'
'2', 'Williams', 'NJ'



'1', 'The Brothers Karamazov', 'Fyodor 
Dostoevsky','5', '17'




> 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]



Re: [jira] Updated: (TUSCANY-800) Introduce new DAS Sample APP to demonstrate DAS advanced features

2007-04-10 Thread Luciano Resende

Hi Amita

  It's really good to see mor eprogress on this area. I have two comments :
There is a word document describing changes and some functionality of the
sample, it's probably better to have these inside a readme.html as all other
samples are doing. Also, it's really interesting to have a patch available,
the number of changes should not really make it more or less difficult, but
it would make things harder on the side of any committer trying to
understand and apply the changes.

--
Luciano Resende
http://people.apache.org/~lresende

On 4/10/07, Amita Vadhavkar (JIRA)  wrote:



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

Amita Vadhavkar updated TUSCANY-800:


Attachment: sample-ajax-das-1.0-incubator-SNAPSHOT.war
AjaxDASWebSample.doc
AjaxDasApr10.jar

This attachment is not a patch, as it has too many changes from the
previous one. Attaching the .doc explaining the changes and showing the new
look. Also, .war is attached so you can just deploy in tomcat and check it
out.

Please give your feedback , with that I will do the cleanup and attach a
final patch.

> 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,
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]




[jira] Updated: (TUSCANY-800) Introduce new DAS Sample APP to demonstrate DAS advanced features

2007-04-10 Thread Amita Vadhavkar (JIRA)

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

Amita Vadhavkar updated TUSCANY-800:


Attachment: sample-ajax-das-1.0-incubator-SNAPSHOT.war
AjaxDASWebSample.doc
AjaxDasApr10.jar

This attachment is not a patch, as it has too many changes from the previous 
one. Attaching the .doc explaining the changes and showing the new look. Also, 
.war is attached so you can just deploy in tomcat and check it out.

Please give your feedback , with that I will do the cleanup and attach a final 
patch.

> 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, 
> 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]



[jira] Updated: (TUSCANY-800) Introduce new DAS Sample APP to demonstrate DAS advanced features

2007-03-26 Thread Amita Vadhavkar (JIRA)

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

Amita Vadhavkar updated TUSCANY-800:


Attachment: JIRA-800-Mar23-Amita.jar

Hi Luciano,
Please see the note included in attachment for brief status.
I tried shifting the xslt code from java to js, but does not work. Using 
loadXML(var)
gives -  object doesn't support this property or method - error in js. I am 
pasting below the last tries I had on ajax.js - relevant portion. The 
attachment in JIRA - is a working code where xslt work is done by servlet. 
Could see some issues mentioned around loadXML() on the internet, but could not 
get to any solution till now... 
_
function resultHandler() {
if (req.readystate == 4) {
  if (req.status == 200) {
  //var message = req.responseText; //WORKS WHEN java does xslt
  //msg.innerHTML = message; //WORKS WHEN java does xslt

  //BELOW, does not work - take it from req or hardcode a str
  //ONLY works when xml file load() is called
  //some problem with loadXML()???
  //var message = req.responseText;
  var message = ""+
  message = message + "";
  message = message + "";
  message = message + "";
  message = message + "";
  message = message + "";
  message = message + "";
  message = message + "";

  alert(message);

  // Load XML 
  var xml = new ActiveXObject("Microsoft.XMLDOM")
  //xml.async = false
  //xml.load("company.xml") //this WORKS
  xml.loadXML(message);

 // Load XSL
  var xsl = new ActiveXObject("Microsoft.XMLDOM")
  xsl.async = false
  xsl.load("company.xsl")

 // Transform
 document.getElementById("msg").innerHTML = xml.transformNode(xsl)
 alert(xml.transformNode(xsl)); 

  }
} 

> 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
>Affects Versions: Java-SCA-Future
>Reporter: Luciano Resende
> Assigned To: Luciano Resende
> Fix For: Java-DAS-Mx
>
> Attachments: ajaxDAS.lresende.20061005.zip, JIRA-800-Mar23-Amita.jar
>
>
> 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]



[jira] Updated: (TUSCANY-800) Introduce new DAS Sample APP to demonstrate DAS advanced features

2007-02-27 Thread Jean-Sebastien Delfino (JIRA)

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

Jean-Sebastien Delfino updated TUSCANY-800:
---

Patch Info: [Patch Available]

> 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
>Affects Versions: Java-SCA-Mx
>Reporter: Luciano Resende
> Assigned To: Luciano Resende
> Fix For: Java-DAS-Mx
>
> Attachments: ajaxDAS.lresende.20061005.zip
>
>
> 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]



Re: [jira] Updated: (TUSCANY-800) Introduce new DAS Sample APP to demonstrate DAS advanced features

2006-10-06 Thread Luciano Resende

No, wasn't planning to have this for M2, unless people feel otherwise...

For now, i just wanted to have the code in the svn so others could take a
look and help with the remaining tasks, William had volunteered for helping
on this task.

-Luciano

On 10/6/06, Kevin Williams <[EMAIL PROTECTED]> wrote:


Do yo intend this for the M2 release?  If so then we should probably
document it is a work-in-progress.
--Kevin

Luciano Resende (JIRA) wrote:

> [ http://issues.apache.org/jira/browse/TUSCANY-800?page=all ]
>
>Luciano Resende updated TUSCANY-800:
>
>
>Attachment: ajaxDAS.lresende.20061005.zip
>
>This is a initial work on this ajax app sample demonstrating usage of das
>Please detach and extract the zip file contents inside java/das/samples
>
>There are still couple of things that need to be done :
>   - XSLT transformation on sdo graph returned to present SQL query
>   - Implement OCC scenario
>   - HTMLUnit testing integration
>   - etc
>
>
>
>>Introduce new DAS Sample APP to demonstrate DAS advanced features
>>-
>>
>>Key: TUSCANY-800
>>URL: http://issues.apache.org/jira/browse/TUSCANY-800
>>Project: Tuscany
>> Issue Type: New Feature
>> Components: Java DAS Samples
>>   Affects Versions: Java-Mx
>>   Reporter: Luciano Resende
>>Assigned To: Luciano Resende
>>Fix For: Java-Mx
>>
>>Attachments: ajaxDAS.lresende.20061005.zip
>>
>>
>>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.
>>
>>
>
>
>



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




Re: [jira] Updated: (TUSCANY-800) Introduce new DAS Sample APP to demonstrate DAS advanced features

2006-10-06 Thread Kevin Williams
Do yo intend this for the M2 release?  If so then we should probably 
document it is a work-in-progress.

--Kevin

Luciano Resende (JIRA) wrote:


[ http://issues.apache.org/jira/browse/TUSCANY-800?page=all ]

Luciano Resende updated TUSCANY-800:


   Attachment: ajaxDAS.lresende.20061005.zip

This is a initial work on this ajax app sample demonstrating usage of das
Please detach and extract the zip file contents inside java/das/samples

There are still couple of things that need to be done :
  - XSLT transformation on sdo graph returned to present SQL query
  - Implement OCC scenario
  - HTMLUnit testing integration
  - etc

 


Introduce new DAS Sample APP to demonstrate DAS advanced features
-

   Key: TUSCANY-800
   URL: http://issues.apache.org/jira/browse/TUSCANY-800
   Project: Tuscany
Issue Type: New Feature
Components: Java DAS Samples
  Affects Versions: Java-Mx
  Reporter: Luciano Resende
   Assigned To: Luciano Resende
   Fix For: Java-Mx

   Attachments: ajaxDAS.lresende.20061005.zip


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.
   



 





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



[jira] Updated: (TUSCANY-800) Introduce new DAS Sample APP to demonstrate DAS advanced features

2006-10-05 Thread Luciano Resende (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-800?page=all ]

Luciano Resende updated TUSCANY-800:


Attachment: ajaxDAS.lresende.20061005.zip

This is a initial work on this ajax app sample demonstrating usage of das
Please detach and extract the zip file contents inside java/das/samples

There are still couple of things that need to be done :
   - XSLT transformation on sdo graph returned to present SQL query
   - Implement OCC scenario
   - HTMLUnit testing integration
   - etc

> Introduce new DAS Sample APP to demonstrate DAS advanced features
> -
>
> Key: TUSCANY-800
> URL: http://issues.apache.org/jira/browse/TUSCANY-800
> Project: Tuscany
>  Issue Type: New Feature
>  Components: Java DAS Samples
>Affects Versions: Java-Mx
>Reporter: Luciano Resende
> Assigned To: Luciano Resende
> Fix For: Java-Mx
>
> Attachments: ajaxDAS.lresende.20061005.zip
>
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



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