You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tiles.apache.org by "Antonio Petrelli (JIRA)" <ji...@apache.org> on 2009/02/17 13:18:45 UTC

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

     [ 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.