Return-Path: Delivered-To: apmail-click-dev-archive@www.apache.org Received: (qmail 90269 invoked from network); 8 Jun 2010 12:18:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Jun 2010 12:18:36 -0000 Received: (qmail 67372 invoked by uid 500); 8 Jun 2010 12:18:36 -0000 Delivered-To: apmail-click-dev-archive@click.apache.org Received: (qmail 67313 invoked by uid 500); 8 Jun 2010 12:18:35 -0000 Mailing-List: contact dev-help@click.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@click.apache.org Delivered-To: mailing list dev@click.apache.org Received: (qmail 67306 invoked by uid 99); 8 Jun 2010 12:18:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 12:18:35 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 12:18:33 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o58CIBxs028969 for ; Tue, 8 Jun 2010 12:18:11 GMT Message-ID: <27669342.24481275999491368.JavaMail.jira@thor> Date: Tue, 8 Jun 2010 08:18:11 -0400 (EDT) From: "Adrian A. (JIRA)" To: dev@click.apache.org Subject: [jira] Updated: (CLK-531) Quick Start Project Builder improvements 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-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian A. updated CLK-531: -------------------------- Component/s: standalone-tools > Quick Start Project Builder improvements > ---------------------------------------- > > Key: CLK-531 > URL: https://issues.apache.org/jira/browse/CLK-531 > Project: Click > Issue Type: New Feature > Components: standalone-tools > Reporter: Adrian A. > Assignee: Adrian A. > > To make Click even more useful for new users, Quick Start needs to be better. > Some improvements that could help make it much better: > 1. move form an ANT based implementation to a standalone library (and maybe + CLI). > 2. allow more options for project setup: > - inclusion of libraries: cayenne, spring, hibernate, external click controls, etc. > - security type: container, Click, Acegi, and maybe GAE/J etc . > 3. generation of unit tests and selenium tests (+configuration) > #1 would bring several advantages: > - it would allow to be used by several IDEs directly(from a plug-in or from external tools) > - the effort would not be duplicated and a best practice structure used everywhere. > - if included in the path it could create a click project everywhere from the command line - not just in the click directory (this looks very nice in live presentations). > > #2 would reduce the time to setup a project considerably, since a simple Click application without persistence is quite seldom. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.