Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 71075 invoked from network); 31 Oct 2004 11:07:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 31 Oct 2004 11:07:06 -0000 Received: (qmail 66955 invoked by uid 500); 31 Oct 2004 11:07:05 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 66935 invoked by uid 99); 31 Oct 2004 11:07:05 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of david.nuescheler@gmail.com designates 64.233.170.205 as permitted sender) Received: from [64.233.170.205] (HELO rproxy.gmail.com) (64.233.170.205) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 31 Oct 2004 03:07:03 -0800 Received: by rproxy.gmail.com with SMTP id 79so65335rnk for ; Sun, 31 Oct 2004 03:07:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=GFG7UY4L+5hentWZDULZinGMCon92sqIftBxXP7zFPGe1a7VicjGQEQGDnRrdwvaJ2XLV4oz6V1Bk8DvytQKb3oBB5LSpk8EawIaMCg+aBrJ7fRmZw2MQL307BdFVjqqA5iF78MAZ1SKBkuQvEXRv4KctuHm6HDn1gsNz9O9mrU= Received: by 10.38.150.78 with SMTP id x78mr125015rnd; Sun, 31 Oct 2004 03:07:01 -0800 (PST) Received: by 10.38.164.46 with HTTP; Sun, 31 Oct 2004 03:07:01 -0800 (PST) Message-ID: Date: Sun, 31 Oct 2004 12:07:01 +0100 From: David Nuescheler Reply-To: david.nuescheler@day.com To: jackrabbit-dev@incubator.apache.org Subject: Re: [PROPOSAL] Public NodeType Library (pntl) In-Reply-To: <1099221661.4416.20.camel@swan.rkunet.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4183D455.8060300@apache.org> <1099221661.4416.20.camel@swan.rkunet.org> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N hi rolf, > Interesting discussion here. I have to admit I'm not a semantic web > profi, but we/I in Lenya land have the idea to describe things like > workflow (and maybe other parts) with, eh, ontologies. We then would use > those _conceptual_ metadata to describe workflow of documents. > This is just a draft idea maybe only living in my head, and I'm not sure > if we should attach the wf meta data direct to document nodes or keep > them separate. We aren't that far in that discussion, yet. i think the workflow would be a very interesting topic to agree upon. since it has a very limited scope. i would also not call it meta information it is just application data in my mind and the application happens to be a "workflow" application. currently we (day software) model our workflow in a fashion that is directly attached to the "document" (well, content really... ). i think it should not be too difficult to model a nodetype that could be directly attached as a mixin to a document or just refer to it. i would be very interested in having a discussion thread to see if we can reach any consensus on a minimal "workflow" nodetype that we could use as an example workflow model in our applications... anybody interested? regards, david