I'm using SLSB remotly in JBOSS by jnp.
Does my client have to embed the XxxxHome and XxxxRemote interfaces ?
I'm using SLSB remotly in JBOSS by jnp.
Does my client have to embed the XxxxHome and XxxxRemote interfaces ?
Yes. Accessing the EJB with Spring will make no difference to the interfaces required on the client side. The client view as defined in the EJB spec is still required.