5 Replies Latest reply on Jun 27, 2013 12:58 PM by iangreen

    Best way to deploy classes used by the Distributed Execution Framework?

    djharte

      Hi Folks,

       

      I have a basic Java Master/Worker app setup in Infinispan using DIST/Embedded mode in a cluster and have successfully leveraged the distributed execution framework, basically it distributes a set of data around the grid, does some work in parallel and brings back the results to the master.

       

      My question is how execution classes (submitted to Infinispan) can be efficiently deployed to many nodes in a cluster (particularly in development) ? ... Do people use Jboss AS when they need to do this (allowing deployment from your IDE)? if this is the case then what sort of topology would make sense?  I believe that the classes need to be on the JBoss classpath which means that deploying them as a War/Ear/Module wouldn't work, correct? I am a JBoss AS novice so I don't expect much but would really appreciate it if you could help me get pointed in the right direction.

       

      Thanks very much,

      David