You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "viola.lu (JIRA)" <de...@geronimo.apache.org> on 2010/12/29 08:35:45 UTC

[jira] Created: (DAYTRADER-91) Add JavaEE 6 Features to Daytrader

Add JavaEE 6 Features to Daytrader
----------------------------------

                 Key: DAYTRADER-91
                 URL: https://issues.apache.org/jira/browse/DAYTRADER-91
             Project: DayTrader
          Issue Type: New Feature
      Security Level: public (Regular issues)
          Components: EJB Tier, J2EE Application Clients, Web Tier
    Affects Versions: 3.0
            Reporter: viola.lu
            Assignee: viola.lu
             Fix For: 3.0


Geronimo 3.0 will support JavaEE 6 full profile, so daytrader should support Java EE 6 New Features:

liberal use of annotations
JDBC resource definition
portable global JNDI use to access EJBs (e.g. java:module/.../fooejb or java:app/jdbc/stockpricedb, etc.)
bean validation
possibly singleton EJBs as a cache
possibly EJBs in WARs
possibly facelets instead of JSPs


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DAYTRADER-91) Add JavaEE 6 Features to Daytrader

Posted by "viola.lu (JIRA)" <de...@geronimo.apache.org>.
    [ https://issues.apache.org/jira/browse/DAYTRADER-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001945#comment-13001945 ] 

viola.lu commented on DAYTRADER-91:
-----------------------------------

Commit changes @#1076572 singleton EJB , add facelets features with file name of postfix .xhtml. meantime keep original jsp and servlet files for performance test script work out.

> Add JavaEE 6 Features to Daytrader
> ----------------------------------
>
>                 Key: DAYTRADER-91
>                 URL: https://issues.apache.org/jira/browse/DAYTRADER-91
>             Project: DayTrader
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: EJB Tier, J2EE Application Clients, Web Tier
>    Affects Versions: 3.0
>            Reporter: viola.lu
>            Assignee: viola.lu
>             Fix For: 3.0
>
>
> Geronimo 3.0 will support JavaEE 6 full profile, so daytrader should support Java EE 6 New Features:
> liberal use of annotations
> JDBC resource definition
> portable global JNDI use to access EJBs (e.g. java:module/.../fooejb or java:app/jdbc/stockpricedb, etc.)
> bean validation
> possibly singleton EJBs as a cache
> possibly EJBs in WARs
> possibly facelets instead of JSPs

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DAYTRADER-91) Add JavaEE 6 Features to Daytrader

Posted by "Forrest Xia (JIRA)" <de...@geronimo.apache.org>.
    [ https://issues.apache.org/jira/browse/DAYTRADER-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12996216#comment-12996216 ] 

Forrest Xia commented on DAYTRADER-91:
--------------------------------------

I think these java ee 6 new features could go directly into the current code tree. Another javaee6 folder is not necessary.

The trunk is aligned with Geronimo 3.0 release.

Anyway, it's good to see these new java ee 6 features there now :)

> Add JavaEE 6 Features to Daytrader
> ----------------------------------
>
>                 Key: DAYTRADER-91
>                 URL: https://issues.apache.org/jira/browse/DAYTRADER-91
>             Project: DayTrader
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: EJB Tier, J2EE Application Clients, Web Tier
>    Affects Versions: 3.0
>            Reporter: viola.lu
>            Assignee: viola.lu
>             Fix For: 3.0
>
>
> Geronimo 3.0 will support JavaEE 6 full profile, so daytrader should support Java EE 6 New Features:
> liberal use of annotations
> JDBC resource definition
> portable global JNDI use to access EJBs (e.g. java:module/.../fooejb or java:app/jdbc/stockpricedb, etc.)
> bean validation
> possibly singleton EJBs as a cache
> possibly EJBs in WARs
> possibly facelets instead of JSPs

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (DAYTRADER-91) Add JavaEE 6 Features to Daytrader

Posted by "viola.lu (JIRA)" <de...@geronimo.apache.org>.
     [ https://issues.apache.org/jira/browse/DAYTRADER-91?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

viola.lu resolved DAYTRADER-91.
-------------------------------

    Resolution: Fixed

> Add JavaEE 6 Features to Daytrader
> ----------------------------------
>
>                 Key: DAYTRADER-91
>                 URL: https://issues.apache.org/jira/browse/DAYTRADER-91
>             Project: DayTrader
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: EJB Tier, J2EE Application Clients, Web Tier
>    Affects Versions: 3.0
>            Reporter: viola.lu
>            Assignee: viola.lu
>             Fix For: 3.0
>
>
> Geronimo 3.0 will support JavaEE 6 full profile, so daytrader should support Java EE 6 New Features:
> liberal use of annotations
> JDBC resource definition
> portable global JNDI use to access EJBs (e.g. java:module/.../fooejb or java:app/jdbc/stockpricedb, etc.)
> bean validation
> possibly singleton EJBs as a cache
> possibly EJBs in WARs
> possibly facelets instead of JSPs

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (DAYTRADER-91) Add JavaEE 6 Features to Daytrader

Posted by "viola.lu (JIRA)" <de...@geronimo.apache.org>.
    [ https://issues.apache.org/jira/browse/DAYTRADER-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12997262#comment-12997262 ] 

viola.lu commented on DAYTRADER-91:
-----------------------------------

Commit changes @#1072828: portable global JNDI use to access EJBs(java:global/DirectSLSBean,java:global/TradeSLSBean

> Add JavaEE 6 Features to Daytrader
> ----------------------------------
>
>                 Key: DAYTRADER-91
>                 URL: https://issues.apache.org/jira/browse/DAYTRADER-91
>             Project: DayTrader
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: EJB Tier, J2EE Application Clients, Web Tier
>    Affects Versions: 3.0
>            Reporter: viola.lu
>            Assignee: viola.lu
>             Fix For: 3.0
>
>
> Geronimo 3.0 will support JavaEE 6 full profile, so daytrader should support Java EE 6 New Features:
> liberal use of annotations
> JDBC resource definition
> portable global JNDI use to access EJBs (e.g. java:module/.../fooejb or java:app/jdbc/stockpricedb, etc.)
> bean validation
> possibly singleton EJBs as a cache
> possibly EJBs in WARs
> possibly facelets instead of JSPs

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DAYTRADER-91) Add JavaEE 6 Features to Daytrader

Posted by "viola.lu (JIRA)" <de...@geronimo.apache.org>.
    [ https://issues.apache.org/jira/browse/DAYTRADER-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995717#comment-12995717 ] 

viola.lu commented on DAYTRADER-91:
-----------------------------------

Commit changes @#1071543. 
Phase 1 update: Liberal usage of annotations, JDBC resource definition
Bean validation against perisistent entity
EJBs in wars(Web/classes)

> Add JavaEE 6 Features to Daytrader
> ----------------------------------
>
>                 Key: DAYTRADER-91
>                 URL: https://issues.apache.org/jira/browse/DAYTRADER-91
>             Project: DayTrader
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: EJB Tier, J2EE Application Clients, Web Tier
>    Affects Versions: 3.0
>            Reporter: viola.lu
>            Assignee: viola.lu
>             Fix For: 3.0
>
>
> Geronimo 3.0 will support JavaEE 6 full profile, so daytrader should support Java EE 6 New Features:
> liberal use of annotations
> JDBC resource definition
> portable global JNDI use to access EJBs (e.g. java:module/.../fooejb or java:app/jdbc/stockpricedb, etc.)
> bean validation
> possibly singleton EJBs as a cache
> possibly EJBs in WARs
> possibly facelets instead of JSPs

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira