Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [config-dev] Tree structure vs flat structure discussion thread
  • From: "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
  • Date: Fri, 10 Dec 2021 09:58:18 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=payara.fish; dmarc=pass action=none header.from=payara.fish; dkim=pass header.d=payara.fish; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=94mL2tNiwOSMyVWUW4/fqqxxtFe/QBIvOC0cVrZ3Ito=; b=QOLJ/2wOo5fgrNwf+hYO2BqZY8cXetz+Qe36cnzcSP58e8QiOQ4zwsyDveQ6hawgqkjtUTfc9kNahbSjrR92CKXRrH+3McsxV7gFKn62r8k3Svns6jtg90499hXJzwuAehdCNcE1veSPfHw9N4z2VcwTvnnN1zWCyInRTUnwf9+PiyIa0jMc3aKETR+yRXzp+qhyCl03GptdcVtaPtGijPd4SiQzR7JtKmc+SgCv55v4eyGmNDHhvq1FuwM1e6Miwh3nr1PqtaOvgRGnPgxPR8qwBfokwHSoYFMyea0khfOmcPbmw/7PrdsalP2/Zk3i5SP6zkmXkcyJdDLCzILwew==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ILFpxvhvjsTf2nnLubKv8OEaM82T5RbCgS+LtvJWXMs2j6eWBlweekt5zooriWCSKiPhlgflG9aM/l+9YstccFhzlyngFtoDdFe9ZHcqH4p0T2m6KSVI4RQAZRMvyNPQdEqthj9BGT+v/+R0g+KgEylXUcXdx2oDXyacBVwG8vxmq86ItnPCtI9JqKg2JWI685a9VuXPWCFJtfxvS2gpywXUI3Miba10XLlyn/Qi/zhg1GWWMGcqeT+/0co2vfBxj3Lz+4ji0pJzQjAdmBto280eJ7q2BHWlgEjSZYE3kxmLG9GEarm3v11JWVESyTCp5ZFawk8vKxc1ZZMHUdbHIw==
  • Delivered-to: config-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/config-dev/>
  • List-help: <mailto:config-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/config-dev>, <mailto:config-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/config-dev>, <mailto:config-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdftM9JKLUXmD8CHRaq20gdaEc1IMwAeHcfg
  • Thread-topic: Tree structure vs flat structure discussion thread

I am in favour of a tree structure.

 

Probably an unfashionable view but there is a danger that you just reimplement the javax.naming api, without mutability, when all required functionality for tree walking etc is added.

 

Steve

 

From: config-dev <config-dev-bounces@xxxxxxxxxxx> On Behalf Of Dmitry Kornilov
Sent: 09 December 2021 19:42
To: Jakarta Config project developer discussions <config-dev@xxxxxxxxxxx>
Subject: [config-dev] Tree structure vs flat structure discussion thread

 

Hi,

 

As we discussed on the meeting today, I am going to create two email threads: one for the subj discussion (this thread) and another one for voting (I’ll do it later). The rule is simple: discuss the subj here and use voting thread only for voting.

 

To initiate the discussion:

 

Here is a link to Tomas’ PR for tree structure: https://github.com/eclipse-ee4j/config/pull/22

Here is my private gist with some thoughts:  https://gist.github.com/m0mus/1bf0a3f76e3492fa764263b4b180a50a

 

Thanks,

Dmitry

 

P.S.

Creating the voting thread now…


Back to the top