From derby-commits-return-1383-apmail-db-derby-commits-archive=db.apache.org@db.apache.org Fri Sep 23 23:31:03 2005 Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 62431 invoked from network); 23 Sep 2005 23:31:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Sep 2005 23:31:03 -0000 Received: (qmail 62501 invoked by uid 500); 23 Sep 2005 23:31:02 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 62485 invoked by uid 500); 23 Sep 2005 23:31:02 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 62472 invoked by uid 99); 23 Sep 2005 23:31:02 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Sep 2005 16:31:02 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 47A53DF for ; Sat, 24 Sep 2005 01:30:41 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: derby-commits@db.apache.org Date: Fri, 23 Sep 2005 23:30:41 -0000 Message-ID: <20050923233041.25850.40609@ajax.apache.org> Subject: [Db-derby Wiki] Trivial Update of "ModuleVersioningGuidelinesReview" by TomohitoNakayama X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification. The following page has been changed by TomohitoNakayama: http://wiki.apache.org/db-derby/ModuleVersioningGuidelinesReview ------------------------------------------------------------------------------ ||'''Id'''||'''Ref'''||'''Comment'''||'''Status'''||'''Discussion'''|| ||DJD1||`ProductVersionHolder`||I think PVH is overkill for a version on common code, why not a simple integer?||Unresolved||'''DJD:''' Don't force commonality just because classes or concepts seem to be somewhat similar. [[BR]]'''JNB''': PVH is overkill but an int is too simple. I'd rather see a feature mechanism. We should be concerned about coupling to common due to the versioning mechanism [[BR]]'''DVC:''' Jeremy created an addendum to this comment with an email, so I am moving the discussion of this item to ModuleVersioningGuidelinesReviewDjd1|| ||TMNK1||Definition of module||I'm not sure what module means in this context ... The word module was used in paper of derby as next. http://db.apache.org/derby/papers/derby_arch.html#Modules Are they, which mentioned in the paper and in this discussion, refer same existance ?|| ||'''DVC:''' You're right, Tomohito, my use of module here is confusing. I will pick a new term and define it clearly in the context of this discussion. How about "shareable component?"|| - ||TMNK2||What is being shared||What is the code to be shared as module in this discussion ? If it were just java apis, they are shared already ....|| ||'''DVC:''' I'm not sure what you mean when you say they are shared already. For example, as it stands today, the internationalization code and messages in the engine can '''not''' be shared with the network client. Also, the DRDA network code can not be shared between server and client.[[BR]]'''TMNK:'''I think new page WhatIsTheCodeToBeShared is needed to continue to discuss .... || + ||TMNK2||What is being shared||What is the code to be shared as module in this discussion ? If it were just java apis, they are shared already ....|| ||'''DVC:''' I'm not sure what you mean when you say they are shared already. For example, as it stands today, the internationalization code and messages in the engine can '''not''' be shared with the network client. Also, the DRDA network code can not be shared between server and client.[[BR]]'''TMNK:'''I think new page WhatIsTheCodeToBeShared is needed to continue discussing .... ||