[jira] Commented: (TUSCANY-1326) DWR binding should use endpoints as defined in the assembly spec 1.7.2

2007-08-30 Thread ant elder (JIRA)

[ 
https://issues.apache.org/jira/browse/TUSCANY-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523826
 ] 

ant elder commented on TUSCANY-1326:


The main issue would be that the scaDomain.js script is dynamically generated 
to include initilization statements for each service and reference. If that can 
still happen with multiple servlets then i guess it shold still work ok. You 
can see these generated statements by going to the sample 
SCADomain/scaDomain.js url and they're at the bottom of the returned script.

> DWR binding should use endpoints as defined in the assembly spec 1.7.2
> --
>
> Key: TUSCANY-1326
> URL: https://issues.apache.org/jira/browse/TUSCANY-1326
> Project: Tuscany
>  Issue Type: Bug
>  Components: Java SCA JSON-RPC Binding Extension
>Affects Versions: Java-SCA-0.99, Java-SCA-Next
>Reporter: Jean-Sebastien Delfino
>Assignee: Jean-Sebastien Delfino
> Fix For: Java-SCA-1.0
>
>
> The jsonrpc and Ajax bindings currently hardcode the endpoint uri of the 
> services they provide.
> Instead they should use the algorithm described in the SCA assembly spec 
> section 1.7.2

-- 
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] Commented: (TUSCANY-1326) DWR binding should use endpoints as defined in the assembly spec 1.7.2

2007-08-29 Thread Jean-Sebastien Delfino (JIRA)

[ 
https://issues.apache.org/jira/browse/TUSCANY-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523498
 ] 

Jean-Sebastien Delfino commented on TUSCANY-1326:
-

I'm starting to work on this.

To make different services available at different URIs, I thing that we'll need 
multiple instances of DWRServlet (one per service) instead of the single 
instance currently mapped to the hardcoded SCADomain/* URI.

Will this break DWRServlet? How is DWRServlet designed to be used?

> DWR binding should use endpoints as defined in the assembly spec 1.7.2
> --
>
> Key: TUSCANY-1326
> URL: https://issues.apache.org/jira/browse/TUSCANY-1326
> Project: Tuscany
>  Issue Type: Bug
>  Components: Java SCA JSON-RPC Binding Extension
>Affects Versions: Java-SCA-0.99, Java-SCA-Next
>Reporter: Jean-Sebastien Delfino
>Assignee: Jean-Sebastien Delfino
> Fix For: Java-SCA-1.0
>
>
> The jsonrpc and Ajax bindings currently hardcode the endpoint uri of the 
> services they provide.
> Instead they should use the algorithm described in the SCA assembly spec 
> section 1.7.2

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