dev@glassfish-samples.java.net

App client JavaEE6 sample?

From: Rama Pulavarthi <Rama.Pulavarthi_at_Sun.COM>
Date: Tue, 15 Sep 2009 10:37:35 -0700

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