Hi all,
I am wondering whether it is possible to create a generics SFSB like:
@Stateful
| @Name("experimentEditor")
| @Scope(ScopeType.CONVERSATION)
| public class ExperimentEditorBean<T> implements ExperimentEditor<T> {
|
| T instance;
| ......
| }
Then I try to use a SLSF to pass a concrete T instance to the SFSB, but I don't have
any idea how to code it. Any guidance? I really appreciate it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991188#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...