If you want the code run as an applet/swing application the jboss client code must go to the client. One idea is use WebStart to deploy you application. Of course the first time it is loaded it will need to download all but in the future this will be cached on the client.
http://java.sun.com/products/javawebstart/ Or do not use Swing/Applets but JSP/Servlets to do all on the server. --- Ionel Gardais <[EMAIL PROTECTED]> wrote: > Hi, > > I've developped a simple whitepages application to > run at my company. > GUI is made with swing. > > it has been developed in order to work both as a > sandalone application > and as an applet. > > unfortunatly, after having pruned the usefull client > packages, it is > about 1Mb of jar files that needs to be downloaded > from the server in > order to make the client works. > > this is no problem for the intranet but as we want > to make this > available for external access via the Internet (our > employees mostly use > 33.6 or 56kbps modem), the size of all packages is > really too much. > > > How to solve this problem ? > __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
