Depending on what you need in your client, different jars in the <jboss-home>/client directory will be applicable. For brevity, we tend to simply use jbossall-client.jar but there are bits and pieces you may need in other jars. One bit/piece in particular we always use is the LoginInitialContextFactory (a convenience class to make a secure JNDI connection) which is in <jboss-home>/server/default/lib/jbosssx.jar.
With respect to packaging and distributing remote clients, I assume you mean Java based (Swing or AWT) rich clients. We have found that Java WebStart: (http://java.sun.com/products/javawebstart) is an excellent resource for doing this. There are also a great resources for Java WebStart at the Vamp HQ site (http://www.vamphq.com), expecially their Unofficial Java Web Start/JNLP FAQ (http://www.vamphq.com/jwsfaq.html ). Cheers. //Nicholas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837102#3837102 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837102 ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
