users@glassfish.java.net

Re: Problem using Toplink in JWS application

From: <glassfish_at_javadesktop.org>
Date: Tue, 06 Mar 2007 11:14:25 PST

Sure,

1. Not using lazy loading.
2. Java 6 (build 1.6.0-b105 ... the released one)

All of the jars are signed as well. But as you see, there is nothing special going on in the JNLP, not that I know of at least.

<jnlp codebase="http://[is_it_safe_to_put_ip_number_here :-)/client" href="client.jnlp">

    <information>
        <title>Testing</title>

        <icon href="64x64.gif" width="64" height="64" />
        <icon href="32x32.gif" width="32" height="32" />
        <icon href="128x128.gif" width="128" height="128" />
        <icon href="splash.jpg" kind="splash" />

        <shortcut>
            <!-- put a shortcut on the desktop -->
            <desktop/>
        </shortcut>
    </information>

    <resources>
        <j2se version="1.6+"/>
        <jar href="Runner.jar" main="true"/>
        <jar href="libs/resources.jar"/>

        <jar href="libs/derby.jar"/>
        <jar href="libs/swingx.jar"/>
        <jar href="libs/jide-common.jar"/>
        <jar href="libs/jide-grids.jar"/>
        <jar href="libs/jide-components.jar"/>
        <jar href="libs/TimingFramework.jar"/>
        <jar href="libs/migcalendar.jar"/>
        <jar href="libs/migcalendarbean.jar"/>
        <jar href="libs/toplink-essentials-agent.jar"/>
        <jar href="libs/toplink-essentials.jar"/>
        <jar href="libs/forms.jar"/>
        <jar href="libs/uif.jar"/>
        <jar href="libs/jnlp.jar"/>
    </resources>

    <application-desc main-class="main.Runner"/>

    <security>
        <all-permissions/>
    </security>

</jnlp>

Regards, Gath
[Message sent by forum member 'gath55' (gath55)]

http://forums.java.net/jive/thread.jspa?messageID=206519