3 Replies Latest reply on Mar 18, 2009 7:05 AM by xmedeko

    Minimal configuration for a rich swing EJB client

    xmedeko

      Hi,
      I have a standalone client which calls some stateless bean deployed on a JBoss 5.0.1GA server. I use no security, just a plain JNDI lookup and then a call to the business method.

      I have found, that I this client has to use at least these jars:

      concurrent.jar
      jboss-aop-client.jar
      jboss-aspect-jdk50-client.jar
      jboss-common-core.jar
      jboss-ejb3-common-client.jar
      jboss-ejb3-core-client.jar
      jboss-ejb3-proxy-client.jar
      jboss-ejb3-security-client.jar
      jboss-integration.jar
      jboss-logging-spi.jar
      jboss-remoting.jar
      jboss-security-spi.jar
      jbosssx-client.jar
      jnp-client.jar

      total 3.9MB. Is it really necessary to use them all or do I have something wrong?

      Thanks
      Andy