You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Manuel Chinea (JIRA)" <ji...@apache.org> on 2010/04/14 13:52:53 UTC

[jira] Created: (CLK-656) JEE6 Support for Apache Click

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


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

        

[jira] Commented: (CLK-656) JEE6 Support for Apache Click

Posted by "George Stan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLK-656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12856969#action_12856969 ] 

George Stan commented on CLK-656:
---------------------------------

-1 for this (at least for the next year).
JEE6 requires Java 6,  but Click just made mandatory Java 5.

Since Click values backward compatibility, most users won't be able to jump right away to a new migration path.


> 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

        

[jira] Updated: (CLK-656) JEE6 Support for Apache Click

Posted by "Manuel Chinea (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLK-656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manuel Chinea updated CLK-656:
------------------------------

    Attachment: CDIClickServlet.java

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

        

[jira] Issue Comment Edited: (CLK-656) JEE6 Support for Apache Click

Posted by "Manuel Chinea (JIRA)" <ji...@apache.org>.
    [ 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

        

[jira] Commented: (CLK-656) JEE6 Support for Apache Click

Posted by "Adrian A. (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLK-656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12870380#action_12870380 ] 

Adrian A. commented on CLK-656:
-------------------------------

Indeed, JEE 6 would require Java 6, and we just updated to Java 5.

> 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.
-
You can reply to this email to add a comment to the issue online.