Re: Improving the accessibility of the Jackrabbit core

2006-09-06 Thread David Nuescheler

Hi All,

Dave, thanks a lot for your input.


. Screenshots or easily downloadable sample app which
actually does something with custom node types. the base war
download is good, but how far could you go with it. Most open
source applications have a contacts application or a phone book,
or something similar. something that has a face, like a jsp to
view whats in the repository would be great
. the wiki has not been updated regularly, either the information is old or not 
many people go to it
. the deployment models - creating a complete tomcat dist, which has the 
various deployment options running right out of the box would be nice.
. a java example to add node types, for example for a phone book, which CRUDs 
the  node types would be nice
. maybe a page, which lists the possibilities of applications that could be 
built with JR will be useful for newbies.


I completely agree with you that all of the above are excellent measures
that we should be looking at to ease the adoption of new
content application developers. I think it is very important that people
get things up and running very quickly and are equipped with very good
user documentation.

Personally, I think we have to separate the concerns though, I think
Jukka's initial post was going into the direction of making the internals
of the core more accessible to more developers.

I think that there are a number of steps that we can take into that
direction and I also think that for example the separation eventually
provided by the SPI will bring some more architectural clarity.

While I agree that we need to have a modular design where people can
plug-in their extensions at certain defined interfaces and extension points,
I would discourage the idea that every user needs to be able to submit
patches to the core.

In my mind the core should be very compact and very controlled since
it has to be extremely stable and scalable, meaning that there is not
really a need to have dozens of developers working on a more
smallish core.

regards,
david


Re: Improving the accessibility of the Jackrabbit core

2006-09-06 Thread Nicolas

On 9/6/06, David Nuescheler [EMAIL PROTECTED] wrote:


While I agree that we need to have a modular design where people can
plug-in their extensions at certain defined interfaces and extension
points,
I would discourage the idea that every user needs to be able to submit
patches to the core.

In my mind the core should be very compact and very controlled since
it has to be extremely stable and scalable, meaning that there is not
really a need to have dozens of developers working on a more
smallish core.



Hi,

My two cents on the subject drawing from my experience on the backup tool.

At first Jukka and I wanted to avoid impact on the core for the reasons you
mentionned. It turned out we had to eventually update some parts of the
core: some functionnalities were simply not there. We minimized the changes
(only a few lines)... But they were quite bad (I exposed something that
shouldn't). After some rethinking and a few try out, I am back to my initial
plan with a few classes added to the core.

This example shows the Core is not over in the sense, it lacks some
functionnality (for instance in my case a way to import the versions). I
think we need to remember JR is still a fairly new project and some use
cases have still not been detected.

Some functionnalities have not been needed yet for the core contributors but
might emerge from other companies/individual (for instance my company would
need to extend JR to support our needs). I think discouraging those
contributions can be a bad idea: we should encourage them, keep the code and
refactor them if necessary. This way both the contributor and the communitu
take benefit from it: a new functionnality with a cleaner code.

I agree with you though that we should encourage contribution and not update
to the core. But we should document the core. In my case, it took me a lot
of time the part I needed (I wrote a new UpdatableStateManager since I
couldn't figure out how the EventFactory was working).

BR
Nicolas
my blog! http://www.deviant-abstraction.net !!


Re: Improving the accessibility of the Jackrabbit core

2006-09-06 Thread Jukka Zitting

Hi,

On 9/6/06, David Nuescheler [EMAIL PROTECTED] wrote:

Personally, I think we have to separate the concerns though, I think
Jukka's initial post was going into the direction of making the internals
of the core more accessible to more developers.


Correct. In any case, Dave's points are a valuable addition to the
feedback I gathered a while ago before the 1.0 release with the issue
of streamlining the end-user experience.


While I agree that we need to have a modular design where people can
plug-in their extensions at certain defined interfaces and extension points,
I would discourage the idea that every user needs to be able to submit
patches to the core.


I'm most concerned about the overhead for people going in trying to
trace why Jackrabbit is behaving the way it does in some specific
issue. This is often the first step of becoming a contributor, and in
my opinion it's currently quite a high step to overcome.




In my mind the core should be very compact and very controlled since
it has to be extremely stable and scalable, meaning that there is not
really a need to have dozens of developers working on a more
smallish core.




BR,

Jukka Zitting

--
Yukatan - http://yukatan.fi/ - [EMAIL PROTECTED]
Software craftsmanship, JCR consulting, and Java development


Re: Improving the accessibility of the Jackrabbit core

2006-09-06 Thread Stefan Guggisberg

On 9/6/06, Nicolas [EMAIL PROTECTED] wrote:

On 9/6/06, David Nuescheler [EMAIL PROTECTED] wrote:

 While I agree that we need to have a modular design where people can
 plug-in their extensions at certain defined interfaces and extension
 points,
 I would discourage the idea that every user needs to be able to submit
 patches to the core.

 In my mind the core should be very compact and very controlled since
 it has to be extremely stable and scalable, meaning that there is not
 really a need to have dozens of developers working on a more
 smallish core.


Hi,

My two cents on the subject drawing from my experience on the backup tool.

At first Jukka and I wanted to avoid impact on the core for the reasons you
mentionned. It turned out we had to eventually update some parts of the
core: some functionnalities were simply not there. We minimized the changes
(only a few lines)... But they were quite bad (I exposed something that
shouldn't). After some rethinking and a few try out, I am back to my initial
plan with a few classes added to the core.

This example shows the Core is not over in the sense, it lacks some
functionnality (for instance in my case a way to import the versions). I
think we need to remember JR is still a fairly new project and some use
cases have still not been detected.

Some functionnalities have not been needed yet for the core contributors but
might emerge from other companies/individual (for instance my company would
need to extend JR to support our needs). I think discouraging those
contributions can be a bad idea: we should encourage them, keep the code and
refactor them if necessary. This way both the contributor and the communitu
take benefit from it: a new functionnality with a cleaner code.


i don't follow your argumentation. why would this lead to cleaner code?

cheers
stefan



I agree with you though that we should encourage contribution and not update
to the core. But we should document the core. In my case, it took me a lot
of time the part I needed (I wrote a new UpdatableStateManager since I
couldn't figure out how the EventFactory was working).

BR
Nicolas
my blog! http://www.deviant-abstraction.net !!




Re: Improving the accessibility of the Jackrabbit core

2006-09-06 Thread David Nuescheler

Hi Nico,

Thanks for your mail.


I will work on the documentation directly on the wiki (when I can start this
task). I will ask a lot of questions *though*.

Looking forward to it ;)


One precision on the backup tool: it is working (and I am polishing the code
that needs to fit in Core). And with my new JR understanding, I plan to
start implementing a version 2 in my spare time having hotbackup.

Excellent, thanks for all your efforts.

I did not mean to imply that the backup tool was not working. If I should
have said anything like that, I would like to apologize.

regards,
david


Re: Improving the accessibility of the Jackrabbit core

2006-09-06 Thread Jukka Zitting

Hi,

On 9/6/06, David Nuescheler [EMAIL PROTECTED] wrote:

Got it. Generally, I am more of a given the right eyeballs, all bugs
are shallow type of person to begin with.


Perhaps we can find common ground at enough right eyeballs. ;-)


If I currently take look at the shallowness of actual core bugs ;)
in Jackrabbit I see that the Jackrabbit community has an
outstanding bug resolution time. To me this is probably one of the
biggest strengths of Jackrabbit and its community.
Do you see this as a weakness that needs improvement?


Definitely not. :-) What I do see as a weakness is that we rely on a
handful of core developers to keep up this level of support when we
could better tap the great potential within the community. In fact I'd
rather see the core developers spending more time being proactive
designing new features and improvements (like improving performance,
scalability, etc.) than reactive analyzing user issues when large
parts of that work could be distributed.


I think in the end it all boils down to matter of priorities and
I would be very interested in having a discussion around what
we think drives and hinders the Jackrabbit adoption and community
today and tomorrow, and therefore what we should focus on.


+1 There's already quite a lot of feedback on the adoption part, but
that would need to be summarized and analyzed to better focus the
efforts.

BR,

Jukka Zitting

--
Yukatan - http://yukatan.fi/ - [EMAIL PROTECTED]
Software craftsmanship, JCR consulting, and Java development


Re: Improving the accessibility of the Jackrabbit core

2006-09-06 Thread Roy T. Fielding

On Sep 6, 2006, at 4:14 AM, David Nuescheler wrote:


Personally, I believe that for example a restore facility has to be
buried deep down in the core and therefore the code has to comply
with the high quality requirements that we have for code in the core
and for the seasoned Jackrabbit experience of a developer.


That is why each of the core developers has veto power over the code.
If we want to ensure that every line is adequately reviewed, then ask
for the core code to be governed by the RTC (review-then-commit) rule.
Note, however, that such a requirement will extend to all commits on
that part of the code.


In my mind your experience with developing very close
to the heart of Jackrabbit should not lead us to opening
up the core so inexperienced Jackrabbit developers can
contribute, but it should help us realize that we have
very high requirements for Jackrabbit developers that make
modifications to the core.


I don't think you understand.  This is an Apache project and anyone can
contribute to any part of it.  The degree of review we require of those
contributions is decided by the PMC (our committers).  We can increase
the requirements on review of the core code and we can separate  
compatible

and incompatible changes into versioned branches, but we cannot ask of
others what we do not accept of ourselves.

In my opinion, the core code continues to evolve as people try to do
larger and more expressive things with Jackrabbit and apply JCR to
real problem sets.  We need to welcome that and change things based
on their technical merits, not any preconceived notions of how much
a person knows about the current (highly opaque) core architecture.
Most likely, this will mean simplifying the core by removing or
refactoring some of the spaghetti dependencies.

One of those things that will change is the degree of extensibility,
since that is the heart of any successful open source project and
Jackrabbit isn't even halfway there yet.  I am sure that others with
fresh energy will see new ways to solve the same problem that will
not be burdened with the legacy decisions that we made for one reason
or another.  When those ideas are presented, they will be subject to
intense scrutiny and adopted based only on their proven benefits.
They will not be judged based on who wrote them or how much time they
spent writing the initial core code.

Roy


Re: Improving the accessibility of the Jackrabbit core

2006-09-05 Thread Dave Bobby
I will put in my 2c since I did not see many replies to this post and I think 
addressing this question is very important for any open source project. i have 
not had much time to play with JR due to other work, so some of this might 
already be there.

. Screenshots or easily downloadable sample app which actually does something 
with custom node types. the base war download is good, but how far could you go 
with it. Most open source applications have a contacts application or a phone 
book, or something similar. something that has a face, like a jsp to view whats 
in the repository would be great
. the wiki has not been updated regularly, either the information is old or not 
many people go to it
. the deployment models - creating a complete tomcat dist, which has the 
various deployment options running right out of the box would be nice. 
. a java example to add node types, for example for a phone book, which CRUDs 
the  node types would be nice 
. maybe a page, which lists the possibilities of applications that could be 
built with JR will be useful for newbies.

just my 2c.

Thanks

Dave

Nicolas  [EMAIL PROTECTED] wrote: Hi,

I have got familiar with JR codebase in the last few months and follow is
based on my experience in the backup tool.
The community is really helpful when you need some help but in order to
understand the basic concept you need to dig into the code and into the JCR
spec.

A general documentation might be a good idea: a user one where key concepts
are explained (versioning, nodetypes, and so on). We can I think mostly
copy/paste from the JCR to the Wiki. We also need  I believe some
documentations about JR 's internals: how a node is updated what is an
ItemState.

BR
Nico
my blog! http://www.deviant-abstraction.net !!



-
 All-new Yahoo! Mail - Fire up a more powerful email and get things done faster.