Hi there, 

"[EMAIL PROTECTED]" wrote : 
  | * Nested conversations:
  | [ http://jira.jboss.com/jira/browse/JBSEAM-79 ]
  | [ http://jira.jboss.com/jira/browse/JBSEAM-36 ]
  | 

I'm really interested in your approach to this thing. What is more, we've 
developed nested conversation-like mechanism on Struts and then on Spring MVC.

The central notion there is stack. Yes, a stack. I belive this is basically a 
good idea to put the conversation on stack when new one is created. In this 
approach you don't have to care about names etc. You simply use the 
conversation peeked from the stack, and when the conversation ends it is 
removed from stack, and the previous one becomes current conversation, actually.

I'm not very familiar with Seam, I'm just started with it, but I think you may 
consider that idea.

Cheers,
Tomasz

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911773#3911773

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911773


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to