On Thu, May 26, 2011 at 8:47 AM, Pasindu Gunarathne <[email protected]> wrote: > Hi all , > > As a preparation for my GSOC project I have practically studied GAE > data service in to some extend. Now I'm trying to realize how to call > a Nuvem data service from font end. I believe I can use Apache Tuscany > to bind service with it's implementations but still I have a doubt how > can I call Tuscany remote service using a pure JSP page. I studied > given samples but most of them expose services as web services or > though the framework like Dojo. Is there any Tuscany sample that only > use JSP as a fronted > > As an example assume following method exposed as a Tuscany remote > service and how can I call above method and print return value in a > JSP page ? > > public String echo() > > Appreciate for any help on above issue > > > Thanks , > > Pasindu Madubashana >
Why does it need to be a JSP :) Have you seen the pure web 2.0 (html/widget) samples that we have ? https://svn.apache.org/repos/asf/incubator/nuvem/trunk/nuvem-samples/ Some documentation is also available at http://tuscany.apache.org/sca-java-implementationwidget.html -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/
