Re: [gemfire-dev] Geode Modularization Proposal

2017-03-16 Thread Jacob Barrett
Yes OSGI containers were a nightmare! Take a peak over at JBoss Modules [1]. I used this extensively in a previous life and it was a cinch to have different versions of jars deployed in the same application container. [1] https://github.com/jboss-modules/jboss-modules On Thu, Mar 16, 2017 at 11:

Re: [gemfire-dev] Geode Modularization Proposal

2017-03-16 Thread Dan Smith
Nice! Also looking forward to seeing some more details. I like the goals you've laid out, but I do have some reservations about the classloader isolation goal. In my experience containers that do classloader isolation tend to cause ton of headaches for users - I'm looking at you, OSGI. -Dan On T

Re: [gemfire-dev] Geode Modularization Proposal

2017-03-16 Thread Anthony Baker
Looks good! I’m very interested in adding a well-defined extension mechanism to geode. IMO, that is an important characteristic of successful open source communities. Looking forward to more details :-) Anthony > On Mar 15, 2017, at 10:04 AM, Udo Kohlmeyer wrote: > > Hi there Guys, > > Th