6. 3. 2008 10:38
@Remote(StatefullComponent.class) @Local(StatefullComponent.class) @Stateful public class MyEJBBean implements MyEJBBeanInterface { public String getGreeting() { return "hello"; } }