PDA

View Full Version : home and remote interfaces


djeang
Dec 19th, 2004, 11:16 AM
I'm using SLSB remotly in JBOSS by jnp.
Does my client have to embed the XxxxHome and XxxxRemote interfaces ?

Rod Johnson
Dec 19th, 2004, 12:51 PM
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.