[jira] Created: (SLING-46) sling-log: Logback setup incomplete

2007-10-09 Thread Felix Meschberger (JIRA)
sling-log: Logback setup incomplete --- Key: SLING-46 URL: https://issues.apache.org/jira/browse/SLING-46 Project: Sling Issue Type: Bug Components: Core Affects Versions: 2.0.0 Repor

[jira] Closed: (SLING-46) sling-log: Logback setup incomplete

2007-10-09 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed SLING-46. -- Resolution: Fixed Actually, this NullPointerException leads to lost log messages ... Fixed in Re

Re: From Component API to Sling API (was: Simplifying our component api)

2007-10-09 Thread David Nuescheler
Hi all, > Am Montag, den 08.10.2007, 12:08 +0200 schrieb Bertrand Delacretaz: > > Yes, so my proposal is not much different to what we have now, except > > that, as we see below, Content and Servlets are more decoupled from > > JCR, mostly by using URIs instead of paths. > > I like this (further)

Re: From Component API to Sling API (was: Simplifying our component api)

2007-10-09 Thread Bertrand Delacretaz
On 10/9/07, David Nuescheler <[EMAIL PROTECTED]> wrote: > ...I think generally I would be cautious about introducing too much > abstraction. > > In many respects unnecessary abstraction causes software to fail in the > market. > I agree with Stefano 100% on this one ... Ok - I see your point, t

[RT] breaking Sling into smaller pieces?

2007-10-09 Thread Bertrand Delacretaz
Hi Sling team, (hmmm...long read ahead, sorry about that but I tried to keep it pragmatic ;-) When talking about Sling to people who don't know it, a reaction that comes up very often is "this stuff looks cool, but I cannot really figure out what it does". Looking at the list of bundles [1], I t

Re: Components Writing Content (was: how to build sling components with complex user interaction and write capabilities?)

2007-10-09 Thread Edgar Poce
Hi, On 10/5/07, Felix Meschberger <[EMAIL PROTECTED]> wrote: > Hi, > > Am Montag, den 24.09.2007, 11:34 -0300 schrieb Edgar Poce: > > Another doubt is what's the recommended practice to create a simple > > sling component with write capabilities, how the component should > > access the jcr reposit

Re: [RT] breaking Sling into smaller pieces?

2007-10-09 Thread David Nuescheler
Hi all, I think it is a great idea to come up with a rock-solid architecture diagram on how things work and breaking sling up into different larger pieces is certainly a good idea. For me sling has a very simple main purpose: It is the JCR centric web application development framework of my dream

Re: [RT] breaking Sling into smaller pieces?

2007-10-09 Thread Juan José Vázquez Delgado
Hi all, I´m absolutely agree with Bertrand´s proposal. I think the Sling´s success depends of his goals staying delimited. On the other hand, I like sling-jcr out of jcr-core, but I don´t know Sling much as you. BR, Juanjo. On 10/9/07, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: > > Hi Slin

Re: [RT] breaking Sling into smaller pieces?

2007-10-09 Thread Bertrand Delacretaz
On 10/9/07, David Nuescheler <[EMAIL PROTECTED]> wrote: > ...Of course I would personally but sling-jcr into sling-core > but i think that's to be expected, considering my > point of view ;)... By sling-jcr I meant the "boring" stuff, wrappers and the like, which would only clutter the core, as t

Re: [RT] breaking Sling into smaller pieces?

2007-10-09 Thread Christophe Lombart
it sounds good but unfortunately I didn't find time to work on Sling. On 10/9/07, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: > > Hi Sling team, > > (hmmm...long read ahead, sorry about that but I tried to keep it pragmatic > ;-) > > When talking about Sling to people who don't know it, a reac

Re: Components Writing Content (was: how to build sling components with complex user interaction and write capabilities?)

2007-10-09 Thread Christophe Lombart
On 10/9/07, Edgar Poce <[EMAIL PROTECTED]> wrote: > > Hi, > > On 10/5/07, Felix Meschberger <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Am Montag, den 24.09.2007, 11:34 -0300 schrieb Edgar Poce: > > > Another doubt is what's the recommended practice to create a simple > > > sling component with writ

Re: [RT] breaking Sling into smaller pieces?

2007-10-09 Thread Felix Meschberger
Am Dienstag, den 09.10.2007, 13:36 +0200 schrieb Bertrand Delacretaz: > I suggest the following parts: > > 1) Scriptable JCR-based REST resource processing framework (sling-core-*) > This is the clear focus of the project, other modules are only here to > support it. > > This module: > -Maps inc

Re: [RT] breaking Sling into smaller pieces?

2007-10-09 Thread Felix Meschberger
Am Dienstag, den 09.10.2007, 16:35 +0200 schrieb David Nuescheler: > For me sling has a very simple main purpose: > It is the JCR centric web application development > framework of my dreams. Yes, true, but ... "JCR-centric" is a very vague term in itself :-) > I think being more osgi than web fr