dev@glassfish-samples.java.net

Re: App client JavaEE6 sample?

From: Sreenivas Munnangi <Sreenivas.Munnangi_at_Sun.COM>
Date: Tue, 15 Sep 2009 21:20:33 -0700

Rama,

We have couple of app-client examples in javaee5 samples. For ex.
glassfish-samples/ws/javaee5/enterprise/lottery-annotation-ear/lottery-annotation-appclient

thanks
sreeni

Rama Pulavarthi wrote:

>Hi,
>I am trying to create a web services sample that needs the client to be
>run in the container.
>Do we have any sample for AppClient in JavaEE6 samples? What are the ant
>targets that I should be using?
>
>I tried using this snippet in my sample build.xml
> <target name="run" depends="default">
> <antcall target="run-app-client">
> <param name="app.client.jar" value="${app.module}"/>
> </antcall>
> </target>
>
>Is there more than this for running the appclient based sample?
>
>thanks,
>Rama Pulavarthi
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe_at_glassfish-samples.dev.java.net
>For additional commands, e-mail: dev-help_at_glassfish-samples.dev.java.net
>
>
>