aspose file tools
The moose likes JSF and the fly likes Seam page action and JSF phase listener Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Seam page action and JSF phase listener" Watch "Seam page action and JSF phase listener" New topic
Author

Seam page action and JSF phase listener

Hussein Baghdadi
clojure forum advocate
Bartender

Joined: Nov 08, 2003
Posts: 3359

Hi.
JBoss Seam provides us with Page actions.
But doesn't JSF already give us the same thing with Phase listener?
Hung Tang
Ranch Hand

Joined: Feb 14, 2002
Posts: 148
No

Page actions are tied to particular view (i.e. page), and it only involves a single method.

Phase listeners are tied to the entire JSF life cycle, and you can pretty much build an entire framework, if you choose to, with this extension point.
Hussein Baghdadi
clojure forum advocate
Bartender

Joined: Nov 08, 2003
Posts: 3359

But we can use Phase listeners for the same purpose of Seam page actions, right?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Seam page action and JSF phase listener
 
Similar Threads
JSF Phase Listener????
JSF: Tracking user views
multiple phaselisteners
JSF immediate=true: Bug?
Seam in Action: Can I mix Seam controls with non-seam JSF Controls