atom feed4 messages in net.java.dev.glassfish.usersSepecify Platform dependent resources...
FromSent OnAttachments
glas...@javadesktop.orgJul 7, 2008 2:14 am 
glas...@javadesktop.orgJul 7, 2008 8:27 am 
glas...@javadesktop.orgJul 7, 2008 3:06 pm 
glas...@javadesktop.orgJul 7, 2008 3:13 pm 
Subject:Sepecify Platform dependent resources for Web Start
From:glas...@javadesktop.org (glas@javadesktop.org)
Date:Jul 7, 2008 2:14:04 am
List:net.java.dev.glassfish.users

Hi!

I developed an ACC client with glassfish and successfully managed to boot it
using the web start support of glassfish. I noticed there is a java-web-start related tag for sun-application-client.xml. In my network the clients span across several os platforms (windows, linux, mac,
...) and the graphical framework I am using supports them all, but with
different .jar files. I know the JNLP language supports specifying the os
version for resources, something like:

[code] <resources os="Linux" arch="x86"> <jar href="abc-linux.jar"/> </resources>

<resources os="Windows" arch="x86"> <jar href="abc-win32.jar"/> </resources> [/code]

Is this level of customization possible with glassfish j2ee application clients
?

Best regards, LL [Message sent by forum member 'lflobo' (lflobo)]

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