Return-Path: Delivered-To: apmail-incubator-click-dev-archive@minotaur.apache.org Received: (qmail 41488 invoked from network); 2 Apr 2009 11:38:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Apr 2009 11:38:42 -0000 Received: (qmail 16636 invoked by uid 500); 2 Apr 2009 11:38:42 -0000 Delivered-To: apmail-incubator-click-dev-archive@incubator.apache.org Received: (qmail 16601 invoked by uid 500); 2 Apr 2009 11:38:42 -0000 Mailing-List: contact click-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@incubator.apache.org Delivered-To: mailing list click-dev@incubator.apache.org Received: (qmail 16582 invoked by uid 99); 2 Apr 2009 11:38:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Apr 2009 11:38:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Apr 2009 11:38:33 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2A207234C003 for ; Thu, 2 Apr 2009 04:38:13 -0700 (PDT) Message-ID: <983124133.1238672293146.JavaMail.jira@brutus> Date: Thu, 2 Apr 2009 04:38:13 -0700 (PDT) From: "Joseph Schmidt (JIRA)" To: click-dev@incubator.apache.org Subject: [jira] Commented: (CLK-387) Django like Admin Interface. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CLK-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694967#action_12694967 ] Joseph Schmidt commented on CLK-387: ------------------------------------ > http://www.djangobook.com/en/1.0/chapter06/ Now this could save weeks of work :). I'm tend to learn Python just to be able to have such functionality quickly :). Not even the Rails scaffolding seems to be so powerful :). Cayenne seems to have even this: http://cayenne.apache.org/doc/generic-persistent-class.html So it could work even without the cayenne detailed mapping and class generation from a reversed database scheme. > Django like Admin Interface. > ---------------------------- > > Key: CLK-387 > URL: https://issues.apache.org/jira/browse/CLK-387 > Project: Click > Issue Type: New Feature > Affects Versions: 1.5 M1 > Reporter: Gustav Weber > Assignee: Malcolm Edgar > Priority: Critical > > One of the most efficient features of Django (no wonder that google selected it for it's AppEngine) is the automatic Admin Interface. See a detailed chapter in this onlinebook: > http://www.djangobook.com/en/1.0/chapter06/ > This django approach has a few advantages over other similar solutions: > - it's not a simple CRUD, but advanced with filtering. > - it's not generated, but "live". > - it's complete (even login protection) > - it's completly customizable (the UI, the behavior, the style, etc.) > - it's very fast to learn it and very simple: even a non-programmer can "wrap" an existing database with such and advanced UI in a few minutes just following the tutorials. > Please add such functionality to Click too (with Cayenne, but please no Spring). > In case of using Cayenne, it might be even simpler to implement that it was for Django, since no reverse engineering of the DB is required: the Cayenne config files contain all the required entities and relationships (and there's also support for "generic entites"). > Also the Django style files could be reused as they are since the license allows this. > This is something no other Click concurrent framework has (in the javaland). > Thank you very much in advance, > Gustav. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.