Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 7628 invoked from network); 20 Jul 2007 06:52:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jul 2007 06:52:03 -0000 Received: (qmail 13192 invoked by uid 500); 20 Jul 2007 06:51:32 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 13178 invoked by uid 500); 20 Jul 2007 06:51:32 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 13169 invoked by uid 99); 20 Jul 2007 06:51:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2007 23:51:32 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2007 23:51:30 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C135E7141F0 for ; Thu, 19 Jul 2007 23:51:09 -0700 (PDT) Message-ID: <30894548.1184914269786.JavaMail.jira@brutus> Date: Thu, 19 Jul 2007 23:51:09 -0700 (PDT) From: "Bozhong Lin (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Updated: (CXF-763) samples improvement In-Reply-To: <5155430.1183541464531.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bozhong Lin updated CXF-763: ---------------------------- Component/s: (was: Build system) Samples > samples improvement > ------------------- > > Key: CXF-763 > URL: https://issues.apache.org/jira/browse/CXF-763 > Project: CXF > Issue Type: Improvement > Components: Samples > Affects Versions: 2.0 > Reporter: Bozhong Lin > Priority: Minor > Fix For: 2.1 > > > CXF samples can use some improvement along with following ideas: > 1. rename/reorganize samples to be align with documentation, and from use case perspective. Initial thinking of organizing/rename samples as following: > - wsdlfirst > - javafirst-annotations > - javafirst-pojo > - javafirst-spring-support > - other samples related to jax-ws features > - ws-*samples > - jbi-integration samples > - jca-integration samples > - jms samples > - secure-https sample > - in-jvm transport sample > - etc ... > 2. each sample shall have ant target for running sample in standalone or servlet mode, make things easier for users. for example: > - ant server-stanalone (or something similar) > - ant server-tomcat (or something similar) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.