Exactly.
@Name("binding")
| @Scope(EVENT)
| public class Binding {
| // Do your binding here
| }
@Name("numberGuess")
| @Scope(ScopeType.CONVERSATION)
| public class NumberGuess implements Serializable {
|
| @In Binding binding
|
| // Do work on the binding in your method
|
| }
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039468#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...