Return-Path: Delivered-To: apmail-click-dev-archive@www.apache.org Received: (qmail 22890 invoked from network); 25 Apr 2010 08:50:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Apr 2010 08:50:14 -0000 Received: (qmail 8105 invoked by uid 500); 25 Apr 2010 08:50:14 -0000 Delivered-To: apmail-click-dev-archive@click.apache.org Received: (qmail 8035 invoked by uid 500); 25 Apr 2010 08:50:12 -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 8026 invoked by uid 99); 25 Apr 2010 08:50:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Apr 2010 08:50:11 +0000 X-ASF-Spam-Status: No, hits=-1343.6 required=10.0 tests=ALL_TRUSTED,AWL 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; Sun, 25 Apr 2010 08:50:10 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3P8nol0024658 for ; Sun, 25 Apr 2010 08:49:50 GMT Message-ID: <29154554.181331272185390095.JavaMail.jira@thor> Date: Sun, 25 Apr 2010 04:49:50 -0400 (EDT) From: "Andrey Rybin (JIRA)" To: dev@click.apache.org Subject: [jira] Created: (CLK-665) Click Page Templates in class path (in addition to webRoot [sub- ]folders) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Click Page Templates in class path (in addition to webRoot [sub- ]folders) -------------------------------------------------------------------------- Key: CLK-665 URL: https://issues.apache.org/jira/browse/CLK-665 Project: Click Issue Type: Improvement Components: core Affects Versions: 2.2.0, 2.1.0 Reporter: Andrey Rybin I have a large web application composed from several independent modules packaged as separate .jar files in WEB-INF/lib. Now Click force me to copy all my .htm files (Page Templates) to 'main' module's webRoot folder (parent folder of WEB-INF), because Click look for templates only in webRoot folder and its subfolders (see XmlConfigService.getTemplateFiles), and then I have big htm midden in webRoot. I can't make reusable just-drop-in jar-module for somebody else. I have to make separate zip with htm templates with readme.txt with instructions where to copy them. Please! Add option to look Page templates in classpath too. See - http://static.springsource.org/spring/docs/2.0.x/reference/resources.html#resources-app-ctx-wildcards-in-resource-paths - how I use Spring for building these separate jar with separate spring's xmls into one application. See also excellent article about this modular concept: http://blogs.reucon.com/srt/2007/07/06/modular_spring_configuration.html I.e. Click could look in (for example) META-INF/ClickPageTemplates for Page mappings. Then both Velocity and Freemarker can load templates from classpath. PS: It looks like hand-made-OSGi. PPS: See also https://issues.apache.org/jira/browse/CLK-622 (~reversed situation: we have .htm, but don't have class). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.