带着问题阅读Seam Reference: Chapter 7. Conversations and workspace management

Conversation Model

When does a conversation start?
How to begin/end conversations or nested conversations from page or from beans?
What’s the difference between temporary and long-running conversations?
How to propagate a seam conversation across a non-faces request, how to disable?
What’s workspace management?

 

Nested Conversation

In by reference or by cloned object?
How to start a nested conversation?
Can nested conversation access the variables of parent conversation, what’s in reverse?
How to end root conversation?


Starting conversations with GET requests

Any special with GET requests of jsf?
How to begin/end conversations for GET requests?
How to use build-in components?


Using <s:link> and <s:button>
Why not use “h:outputlink”?

 

Natural Conversation
What’s natural conversation?
When we need use natural conversation?
How to create a natural conversation?

 

Concurrent Calls
How to deal with long-running request?
How to deal with For heavy computation?

 

你可能感兴趣的:(JSF,Access,seam)