Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 4728 invoked from network); 22 Sep 2010 15:58:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Sep 2010 15:58:21 -0000 Received: (qmail 35128 invoked by uid 500); 22 Sep 2010 15:58:21 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 34943 invoked by uid 500); 22 Sep 2010 15:58:20 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 34931 invoked by uid 99); 22 Sep 2010 15:58:19 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Sep 2010 15:58:19 +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; Wed, 22 Sep 2010 15:58:02 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8MFvexl012414 for ; Wed, 22 Sep 2010 15:57:40 GMT Message-ID: <3423384.28761285171060394.JavaMail.jira@thor> Date: Wed, 22 Sep 2010 11:57:40 -0400 (EDT) From: "Robert Liguori (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-2934) ActiveMQ 'example directory'-layout and Tutorial Refinements In-Reply-To: <1141276.28741285170940416.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Liguori updated AMQ-2934: -------------------------------- Description: Consider the following tree for the example folder of ActiveMQ: - activemq.log - build.xml - ----conf - activemq.xml - log4j.properties - resin-web.xml - web.xml - ----perfharness - perfharness-activemq.sh - ----ruby - catstomp.rb - listener.rb - publisher.rb - README.txt - stompcat.rb - ----src - - CommandLineSupport.java - - ConsumerTool.java - - EmbeddedBroker.java - - jndi.properties - - log4j-jms.properties - - Log4jJMSAppenderExample.java - - ProducerAndConsumerTool.java - - ProducerTool.java - - RequesterTool.java - - StompExample.java - - TopicListener.java - - TopicPublisher.java - - - ----ddl ----target - ----classes - CommandLineSupport.class - ConsumerTool.class - EmbeddedBroker.class - jndi.properties - log4j-jms.properties - Log4jJMSAppenderExample.class - ProducerAndConsumerTool.class - ProducerTool.class - RequesterTool.class - StompExample.class - TopicListener.class - TopicPublisher.class - ----transactions - build.xml - README.txt - ----src Retailer.java Supplier.java TransactionsDemo.java Vendor.java Requests: (1) Updating... (2) The transactions folder appears to have it's own example. There shouldn't be a unique example project as a subfolder to another example project... therefore, the directory model needs to be refined. (3) Since there are several examples, the top-level folder should be changed from 'example' to 'examples'. (4) All examples should point to the corresponding online tutorials and/or associated web page in a README.txt type file. If a tutorials doesn't exist, issue to create a supporting tutorials would bring sufficient value. Thanks for the consideration was: Consider the following tree for the example folder of ActiveMQ: - activemq.log - build.xml - ----conf - activemq.xml - log4j.properties - resin-web.xml - web.xml - ----perfharness - perfharness-activemq.sh - ----ruby - catstomp.rb - listener.rb - publisher.rb - README.txt - stompcat.rb - ----src - - CommandLineSupport.java - - ConsumerTool.java - - EmbeddedBroker.java - - jndi.properties - - log4j-jms.properties - - Log4jJMSAppenderExample.java - - ProducerAndConsumerTool.java - - ProducerTool.java - - RequesterTool.java - - StompExample.java - - TopicListener.java - - TopicPublisher.java - - - ----ddl ----target - ----classes - CommandLineSupport.class - ConsumerTool.class - EmbeddedBroker.class - jndi.properties - log4j-jms.properties - Log4jJMSAppenderExample.class - ProducerAndConsumerTool.class - ProducerTool.class - RequesterTool.class - StompExample.class - TopicListener.class - TopicPublisher.class - ----transactions - build.xml - README.txt - ----src Retailer.java Supplier.java TransactionsDemo.java Vendor.java Requests: (1) There should be a base README.txt file (in the example folder) explaining what is in the example folder and subfolders. (2) The transactions folder appears to have it's own example. There shouldn't be a unique example project as a subfolder to another example project... therefore, the directory model needs to be refined. (3) Since there are several examples, the top-level folder should be changed from 'example' to 'examples'. (4) All examples should point to the corresponding online tutorials and/or associated web page in a README.txt type file. If a tutorials doesn't exist, issue to create a supporting tutorials would bring sufficient value. Thanks for the consideration > ActiveMQ 'example directory'-layout and Tutorial Refinements > ------------------------------------------------------------ > > Key: AMQ-2934 > URL: https://issues.apache.org/activemq/browse/AMQ-2934 > Project: ActiveMQ > Issue Type: Improvement > Affects Versions: 5.4.1 > Reporter: Robert Liguori > Priority: Minor > Original Estimate: 5 days > Remaining Estimate: 5 days > > Consider the following tree for the example folder of ActiveMQ: > - activemq.log > - build.xml > - > ----conf > - activemq.xml > - log4j.properties > - resin-web.xml > - web.xml > - > ----perfharness > - perfharness-activemq.sh > - > ----ruby > - catstomp.rb > - listener.rb > - publisher.rb > - README.txt > - stompcat.rb > - > ----src > - - CommandLineSupport.java > - - ConsumerTool.java > - - EmbeddedBroker.java > - - jndi.properties > - - log4j-jms.properties > - - Log4jJMSAppenderExample.java > - - ProducerAndConsumerTool.java > - - ProducerTool.java > - - RequesterTool.java > - - StompExample.java > - - TopicListener.java > - - TopicPublisher.java > - - > - ----ddl > ----target > - ----classes > - CommandLineSupport.class > - ConsumerTool.class > - EmbeddedBroker.class > - jndi.properties > - log4j-jms.properties > - Log4jJMSAppenderExample.class > - ProducerAndConsumerTool.class > - ProducerTool.class > - RequesterTool.class > - StompExample.class > - TopicListener.class > - TopicPublisher.class > - > ----transactions > - build.xml > - README.txt > - > ----src > Retailer.java > Supplier.java > TransactionsDemo.java > Vendor.java > Requests: > (1) Updating... > (2) The transactions folder appears to have it's own example. There shouldn't be a unique example project as a subfolder to another example project... therefore, the directory model needs to be refined. > (3) Since there are several examples, the top-level folder should be changed from 'example' to 'examples'. > (4) All examples should point to the corresponding online tutorials and/or associated web page in a README.txt type file. If a tutorials doesn't exist, issue to create a supporting tutorials would bring sufficient value. > Thanks for the consideration -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.