Return-Path: X-Original-To: apmail-zest-dev-archive@minotaur.apache.org Delivered-To: apmail-zest-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C92E8180C0 for ; Thu, 17 Dec 2015 12:36:46 +0000 (UTC) Received: (qmail 47755 invoked by uid 500); 17 Dec 2015 12:36:46 -0000 Delivered-To: apmail-zest-dev-archive@zest.apache.org Received: (qmail 47712 invoked by uid 500); 17 Dec 2015 12:36:46 -0000 Mailing-List: contact dev-help@zest.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zest.apache.org Delivered-To: mailing list dev@zest.apache.org Received: (qmail 47695 invoked by uid 99); 17 Dec 2015 12:36:46 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Dec 2015 12:36:46 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 97C552C14F6 for ; Thu, 17 Dec 2015 12:36:46 +0000 (UTC) Date: Thu, 17 Dec 2015 12:36:46 +0000 (UTC) From: "Niclas Hedhman (JIRA)" To: dev@zest.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ZEST-136) Refactoring of Models and Instances in Runtim MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Niclas Hedhman created ZEST-136: ----------------------------------- Summary: Refactoring of Models and Instances in Runtim Key: ZEST-136 URL: https://issues.apache.org/jira/browse/ZEST-136 Project: Zest Issue Type: Improvement Reporter: Niclas Hedhman Assignee: Niclas Hedhman Fix For: 3.0 The separation between Model and Instance for Application/Layer/Module is very poor, as everything has ended up in the Instance (mostly ModuleInstance). But also similar, but to much lesser degree, situation exist in Composite Models and Instances, for instance the Instance references the Module Instance, although that is totally fine to be in the Model and should reference the Module Model. -- This message was sent by Atlassian JIRA (v6.3.4#6332)