Hi All
i am trying to use spring implementation of ejb3.0 and stuck at configuring it in ApplicationContext.xml
Business Interface
HelloService.java
HelloServiceImpl.java
HelloServiceLocal.java
HelloServiceEJB.java
and i have the bean configuration like this
How shoud i give the jndi name to access this bean locally and remotely in applicationContext.xml...is it the same as EJB2.x implementation?
can somebody help me out in this as i could not find any articles on spring implementaion of
ejb 3.0?
Thanks