Return-Path: Delivered-To: apmail-click-dev-archive@www.apache.org Received: (qmail 83916 invoked from network); 14 Apr 2010 11:59:11 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Apr 2010 11:59:11 -0000 Received: (qmail 17311 invoked by uid 500); 14 Apr 2010 11:59:11 -0000 Delivered-To: apmail-click-dev-archive@click.apache.org Received: (qmail 17255 invoked by uid 500); 14 Apr 2010 11:59:11 -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 17227 invoked by uid 99); 14 Apr 2010 11:59:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Apr 2010 11:59:11 +0000 X-ASF-Spam-Status: No, hits=-1285.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; Wed, 14 Apr 2010 11:59:10 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3EBwnU1000658 for ; Wed, 14 Apr 2010 07:58:50 -0400 (EDT) Message-ID: <22734256.110641271246329889.JavaMail.jira@thor> Date: Wed, 14 Apr 2010 07:58:49 -0400 (EDT) From: "Manuel Chinea (JIRA)" To: dev@click.apache.org Subject: [jira] Issue Comment Edited: (CLK-656) JEE6 Support for Apache Click In-Reply-To: <28991977.110501271245973507.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLK-656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12856855#action_12856855 ] Manuel Chinea edited comment on CLK-656 at 4/14/10 7:58 AM: ------------------------------------------------------------ A CDI enabled ClickServlet implementation. Alpha quality code yet (no error or edge cases handling, no javadoc), but it creates the Page objects through the cdi api. The steps to use this servlet are: 1.- configure it in web.xml a the click servlet 2.- Create your Page subclasses and use the @EJB or the @Inject annotations 3.- Create and empty file in WEB-INF (i have only tried in a web-app) called beans.xml 4.- Run was (Author: manuel.chinea): A CDI enabled ClickServlet implementation. Alpha quality code yet (no error or edge cases handling, no javadoc), but it creates the Page objects through the cdi api. > JEE6 Support for Apache Click > ----------------------------- > > Key: CLK-656 > URL: https://issues.apache.org/jira/browse/CLK-656 > Project: Click > Issue Type: New Feature > Reporter: Manuel Chinea > Priority: Minor > Attachments: CDIClickServlet.java > > > Enable click to use the JEE6 CDI services to manage Pages. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira