[
https://issues.apache.org/jira/browse/EXTSCRIPT-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759579#action_12759579
]
Werner Punz commented on EXTSCRIPT-25:
--------------------------------------
Up until now this was not needed the loading strategy was working on a simple
algorithm because there was no dynamic change in the structures, myfaces was
fully restructured upon artefact changes on faces-config level.
This works according to the source for managed beans nad nav handlers nothing
more.
Now we introduce annotations this has to become more dynamic and has to react
to annotations (which myfaces up until does not do)
Now we have to dynamically readjust our loading strategy from depending on what
is changed (bean removed, class changed, manged property has changed etc...)
but we have to make a backpath from our 2.0 extensions into the core.
An intra module event system should be established which basically gives
feedback to the core on what has happend internally so that the loading
strategies can adjust to the current state the reloading system is in.
> create an artefact changed event system so that the loading strategies on the
> core level can adjust
> ----------------------------------------------------------------------------------------------------
>
> Key: EXTSCRIPT-25
> URL: https://issues.apache.org/jira/browse/EXTSCRIPT-25
> Project: MyFaces Extensions Scripting
> Issue Type: Sub-task
> Reporter: Werner Punz
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.