[seam-issues] [JBoss JIRA] Commented: (SEAMFACES-33) Create a solution for consolidated page-flow, transactional control, security constraints and URL-rewriting configuration

Stuart Douglas (JIRA) jira-events at lists.jboss.org
Thu Mar 3 17:43:45 EST 2011


    [ https://issues.jboss.org/browse/SEAMFACES-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585886#comment-12585886 ] 

Stuart Douglas commented on SEAMFACES-33:
-----------------------------------------

There are three parts to this.

The view data store that stores view based annotation data: https://github.com/seam/faces/blob/master/api/src/main/java/org/jboss/seam/faces/viewdata/ViewDataStore.java

A method to configure this view data, currently we have an enum based approach:

https://github.com/seam/faces/blob/master/impl/src/main/java/org/jboss/seam/faces/viewdata/ViewDataConfigurationExtension.java

http://pastie.org/1630438

Then there is a phase listener that makes use of this data:

https://github.com/seam/faces/blob/master/impl/src/main/java/org/jboss/seam/faces/transaction/TransactionPhaseListener.java



> Create a solution for consolidated page-flow, transactional control, security constraints and URL-rewriting configuration
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SEAMFACES-33
>                 URL: https://issues.jboss.org/browse/SEAMFACES-33
>             Project: Seam Faces
>          Issue Type: Feature Request
>          Components: Configuration API
>            Reporter: Lincoln Baxter III
>            Assignee: Stuart Douglas
>            Priority: Blocker
>             Fix For: 3.0.0.Final
>
>
> We need a solution to address consolidated page-flow, transactional control, security constraints, and perhaps URL-rewriting -- all in one place.
> It has been previously discussed that a type-safe API be possible for this - which is definitely preferred over XML configuration:
> http://old.nabble.com/Replacing-pages.xml-td27649799.html

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


More information about the seam-issues mailing list