Quantcast
Channel: GlassFish Related Items on Java.net
Viewing all articles
Browse latest Browse all 1091

J2EE Client GF2 vs GF4 via Webstart

$
0
0

What has do be done to call a J2EE Client via Webstart that all needed GF4 specific jars a loaded?

We've a Webserver hosting a JNLP file and all needed jars.
Our own jars for our client and the few GF2 jars.

With GF2 only four GF specific jars are needed that had to be loaded.
(appserv-rt.jar, javaee.jar ...)

With GF4 there is this one gf-client.jar, that references hundreds of jars from the module directory.
The appclient.bat copies all jars together in a zip, but that is only useful if no Webstart is involved.

In a next step I've to sign all jars!
But I don't want to sign nearly 300 GF4 jars.

Something like a 'build a all-in-one j2ee/gf4 jar for Webstart usage' would be perfect.

best regards


Viewing all articles
Browse latest Browse all 1091

Trending Articles