You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tiles.apache.org by "Jacky Chan (JIRA)" <ji...@apache.org> on 2007/02/12 16:27:16 UTC

[jira] Created: (TILES-112) JSR 250 support

JSR 250 support
---------------

                 Key: TILES-112
                 URL: https://issues.apache.org/struts/browse/TILES-112
             Project: Tiles
          Issue Type: New Feature
          Components: tiles-core
    Affects Versions: 2.0.0
            Reporter: Jacky Chan


JSR 250 is very important annotation to reference resoure and life cycle control, such as @Resource, @PostContruct, @PreDestroy. These annotations are very useful for view preparer.  View preparer can use @Resource to reference other resource from JNDI or Spring context easily by ejection.  At the same time view preparer can use @PostContruct and @PreDestroy to control preparer instance life cycle before it is a singleton.  Preparer is very import for Tiles 2.0, and resource ejection is very important to make preparer more compact.
This are my opinion, just for your reference, thanks.

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


[jira] Updated: (TILES-112) JSR 250 support

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/TILES-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli updated TILES-112:
-----------------------------------

    Fix Version/s:     (was: 2.1.x)
                   3.0.x

> JSR 250 support
> ---------------
>
>                 Key: TILES-112
>                 URL: https://issues.apache.org/struts/browse/TILES-112
>             Project: Tiles
>          Issue Type: New Feature
>          Components: tiles-core
>    Affects Versions: 2.0.0
>            Reporter: Jacky Chan
>             Fix For: 3.0.x
>
>
> JSR 250 is very important annotation to reference resoure and life cycle control, such as @Resource, @PostContruct, @PreDestroy. These annotations are very useful for view preparer.  View preparer can use @Resource to reference other resource from JNDI or Spring context easily by ejection.  At the same time view preparer can use @PostContruct and @PreDestroy to control preparer instance life cycle before it is a singleton.  Preparer is very import for Tiles 2.0, and resource ejection is very important to make preparer more compact.
> This are my opinion, just for your reference, thanks.

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


[jira] Updated: (TILES-112) JSR 250 support

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/TILES-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli updated TILES-112:
-----------------------------------

    Fix Version/s: 2.1.x

> JSR 250 support
> ---------------
>
>                 Key: TILES-112
>                 URL: https://issues.apache.org/struts/browse/TILES-112
>             Project: Tiles
>          Issue Type: New Feature
>          Components: tiles-core
>    Affects Versions: 2.0.0
>            Reporter: Jacky Chan
>             Fix For: 2.1.x
>
>
> JSR 250 is very important annotation to reference resoure and life cycle control, such as @Resource, @PostContruct, @PreDestroy. These annotations are very useful for view preparer.  View preparer can use @Resource to reference other resource from JNDI or Spring context easily by ejection.  At the same time view preparer can use @PostContruct and @PreDestroy to control preparer instance life cycle before it is a singleton.  Preparer is very import for Tiles 2.0, and resource ejection is very important to make preparer more compact.
> This are my opinion, just for your reference, thanks.

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


[jira] Commented: (TILES-112) JSR 250 support

Posted by "Jacky Chan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/TILES-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40108 ] 

Jacky Chan commented on TILES-112:
----------------------------------

Is it a hard work? I think a new PreparerFactory or some code modification for current PreparerFactory can make it available. 

> JSR 250 support
> ---------------
>
>                 Key: TILES-112
>                 URL: https://issues.apache.org/struts/browse/TILES-112
>             Project: Tiles
>          Issue Type: New Feature
>          Components: tiles-core
>    Affects Versions: 2.0.0
>            Reporter: Jacky Chan
>
> JSR 250 is very important annotation to reference resoure and life cycle control, such as @Resource, @PostContruct, @PreDestroy. These annotations are very useful for view preparer.  View preparer can use @Resource to reference other resource from JNDI or Spring context easily by ejection.  At the same time view preparer can use @PostContruct and @PreDestroy to control preparer instance life cycle before it is a singleton.  Preparer is very import for Tiles 2.0, and resource ejection is very important to make preparer more compact.
> This are my opinion, just for your reference, thanks.

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


[jira] Commented: (TILES-112) JSR 250 support

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/TILES-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45370#action_45370 ] 

Antonio Petrelli commented on TILES-112:
----------------------------------------

Sorry but at the moment no one is willing to do the work. Why don't you provide a patch?

> JSR 250 support
> ---------------
>
>                 Key: TILES-112
>                 URL: https://issues.apache.org/struts/browse/TILES-112
>             Project: Tiles
>          Issue Type: New Feature
>          Components: tiles-core
>    Affects Versions: 2.0.0
>            Reporter: Jacky Chan
>             Fix For: 2.1.x
>
>
> JSR 250 is very important annotation to reference resoure and life cycle control, such as @Resource, @PostContruct, @PreDestroy. These annotations are very useful for view preparer.  View preparer can use @Resource to reference other resource from JNDI or Spring context easily by ejection.  At the same time view preparer can use @PostContruct and @PreDestroy to control preparer instance life cycle before it is a singleton.  Preparer is very import for Tiles 2.0, and resource ejection is very important to make preparer more compact.
> This are my opinion, just for your reference, thanks.

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