Re: Geode Function - Server Classpath

2018-03-13 Thread Anthony Baker
Hi Phil! We don’t currently support zero code deployment for executing functions. You might want to see if @John Blum has any good ideas around this for SpringDataGeode client applications. He’s developed some really cool annotations to automatically configure a cluster. I know I’ve had conv

Re: Geode Function - Server Classpath

2018-03-13 Thread Akihiro Kitada
Hello Phil, If executing functions at servers, they need to create instances for function classes. At least, those severs have to be able to load classes for functions to execute actual function logics. If it's O.K. to manage function jars from client side, why don't you use "gfsh deply" command

Re: Geode Function - Server Classpath

2018-03-13 Thread Swapnil Bawaskar
Hi Phil, If what you are trying to achieve is separation of client side code vs server side code, I would recommend that you create separate code repositories for client side code vs server side code (functions, cache listeners etc). You can then compile and deploy the server side repo with the gf