What are the advantages of using GridGain's GridExecutorService to execute jobs remotely vs using the @Gridify annotation?
You can pass an instance of java.lang.concurrent.ExecutorService to your class and have no dependency on the grid framework but do you lose any functionality?