Re: [Lang] a bit of commons-style code in search of a home

2010-09-13 Thread Simone Tripodi
Hi all guys, just to give a small recap: * commons-discover, suggested by Jorg, is a totally different stuff, implementing the SPI discovery; * scannotation, suggested by James, is cool, btw supports a limited subset of the proposed functionalities. I'm still convinced that together we could re

Re: [Lang] a bit of commons-style code in search of a home

2010-09-13 Thread James Carman
Yeah, that's the one. I've used it a few times on side projects and it works quite well. It lets you control exactly where on the classpath you want to scan. Very useful! Enjoy! On Mon, Sep 13, 2010 at 8:27 AM, Simone Tripodi wrote: > Hi James, > thanks for the hint! Did you mean the project

Re: [Lang] a bit of commons-style code in search of a home

2010-09-13 Thread Simone Tripodi
Hi James, thanks for the hint! Did you mean the project on SF[1]? I'll take a deeply look at it, thanks for suggesting it! Simo [1] http://scannotation.sourceforge.net/ http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Mon, Sep 13, 2010 at 1:27 PM, James Carman wrote: > Also,

Re: [Lang] a bit of commons-style code in search of a home

2010-09-13 Thread James Carman
Also, take a look at the scannotation project. I've found that to be quite useful. It's apache-licensed, too. On Mon, Sep 13, 2010 at 4:25 AM, Simone Tripodi wrote: > Hi Jorg, > nice to meet you and thanks for the hint :) Indeed, maybe the > Discovery would be a better place... Henry, WDYT? Ma

Re: [Lang] a bit of commons-style code in search of a home

2010-09-13 Thread Simone Tripodi
Hi Jorg, nice to meet you and thanks for the hint :) Indeed, maybe the Discovery would be a better place... Henry, WDYT? Maybe it's time to give to Discovery a new life? Have a nice day, all the best Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Mon, Sep 13, 2010 at 9:

Re: [Lang] a bit of commons-style code in search of a home

2010-09-13 Thread Jörg Schaible
Hi Simone, Simone Tripodi wrote: > Hi Henry! > thanks for your interest :) I avoided even reading the Jersey source > code for the problem you mentioned (I'm not licensing expert but AFAIK > ASL2.0 is not compatible with Jersey's), I took the main inspiration > from Misko Hevery's classpath-explo

Re: [Lang] a bit of commons-style code in search of a home

2010-09-12 Thread Simone Tripodi
Hi Henry! thanks for your interest :) I avoided even reading the Jersey source code for the problem you mentioned (I'm not licensing expert but AFAIK ASL2.0 is not compatible with Jersey's), I took the main inspiration from Misko Hevery's classpath-explorer (ASL2.0) for the ClassPath structure/boot

Re: [Lang] a bit of commons-style code in search of a home

2010-09-12 Thread Henri Yandell
I like the sound of it :) I hope you've not used any code from Jersey though, it's license will overrule the AL 2.0 licensing. Hen On Sun, Sep 12, 2010 at 7:42 AM, Simone Tripodi wrote: > Hi all guys, > during my last year of work I've met a replicated behavior in > different projects, like the

[Lang] a bit of commons-style code in search of a home

2010-09-12 Thread Simone Tripodi
Hi all guys, during my last year of work I've met a replicated behavior in different projects, like the classpath analysis. Scanning the classpath could be useful to dynamically find services implementations or to generate custom documentation, or some other uses nobody has not envisioned yet. Foll