Really appreciate if somebody could explain (step by step) how to configure accessing remote stateless session beans (the configuration files ) in WSAD and how to test them.
Thanks in advance,
regards,
Harsh
Really appreciate if somebody could explain (step by step) how to configure accessing remote stateless session beans (the configuration files ) in WSAD and how to test them.
Thanks in advance,
regards,
Harsh
Since the lookup is performed via JNDI in a standardized manner it is independent of the used application server.
Details about accessing a remote bean declaratively with spring can be found here:
http://www.springframework.org/docs/...tml#ejb-access
Hope that helps,
Andreas
Hi Andreas,
thanks a lot. That article really helped.
regards,
Harsh