On 10/31/07, Michael Marth <[EMAIL PROTECTED]> wrote: > ...A slightly off-topic side remark: at a later point it would be great to > have > application-level plugins that provide certain app infrastructure that is > often needed (think web stats, a poll module, etc). These should be easy > easy enough to implement for an app developer. It just occurred to me that > this *ahem* requirement might influence this discussion....
If you mean plugins written in Java, that would be Sling OSGi I guess...it might seem like a big beast now, but once refactored to the new sling-api, Sling OSGi shouldn't be much harder to use than microsling for simple things. So we could assume that people with that kind of needs would "graduate" to Sling OSGi, OTOH if by plugins you mean scripts that can be reused as software components in other scripts, that's a different topic, that might be interesting to explore...a bit later maybe ;-) -Bertrand
