Here is an example of our JNLP-Files. We have signed the jbossall-client.jar and put 
it into an separate JNLP-File. In our case it is an application and not an applet so I 
do not know if that matters.

I hope that helps.


  | (?xml version="1.0" encoding="utf-8"?)
  | (jnlp 
  |   spec="1.0+" 
  |   codebase="$$codebase" 
  |   href="myapp.jnlp") 
  |   (information) 
  |     (title)MyApp(/title) 
  |     (vendor)Softsolution EDV GmbH(/vendor) 
  |     (homepage href="index.html"/) 
  |     (description)MyApp(/description) 
  |     (description kind="short")MyDescription(/description) 
  |     (icon href="image/soso.gif"/)
  |     (icon kind="splash" href="image/splash.jpg"/)
  |   (/information) 
  |     (security)
  |             (all-permissions/)
  |     (/security)
  |     (resources)
  |             (j2se version="1.4+" max-heap-size="256M"/)
  |             (jar href="lib/myclient.jar" version="1.0"/)
  |             (extension href="jbossclient.jnlp"/)
  |     (/resources)
  |     (application-desc main-class="at.softsolution.scd.MyApp"/)
  | (/jnlp)
  | 


  | (?xml version="1.0" encoding="utf-8"?)
  | (jnlp 
  |   spec="1.0+" 
  |   codebase="$$codebase" 
  |   href="jbossclient.jnlp") 
  |   (information) 
  |     (title)JBoss Client Library(/title) 
  |     (vendor)JBoss.org(/vendor) 
  |     (homepage href="index.html"/) 
  |     (description)JBoss Client Library(/description) 
  |     (description kind="short")JBoss Client Library(/description) 
  |   (/information) 
  |     (security)
  |             (all-permissions/) 
  |     (/security) 
  |     (resources)
  |             (j2se version="1.4+"/)
  |             (jar href="lib/jbossall-client.jar" version="3.2.1"/)           
  |             (jar href="lib/log4j.jar" version="3.2.1"/)
  |     (/resources)
  |     (component-desc/)
  | (/jnlp)
  | 

We are using the Servlet which is available from SUN to do version based distribution 
of the jar-Files. You can omit that if you don't need that part.

<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827016#3827016";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827016>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to