I'm going to use the Glassfish v2 Application Client Container (ACC). Where can I find more information about it?This question was originally posed in "I'm going to use the GlassFish v2 Application Client Container. Where do I find a list of/link to the jars I need to include in my classpath to use these features?" Tim responded: What most people do is either: 1. Use the appclient command which launches the client in an app client JAR 2. Use the built-in automatic support for launching app clients using Java Web Start Either of these will take care of the classpath for you. Both approaches are described fairly well in the documentation. A good starting point is the Developing Java Clients chapter in the Developer's Guide. |