Hai,
I know very basics in web services. Can anyone clarify my doubts.
1. What is the diff between JAX-RPC and JAX-WS?
2. Can web services be statefull. I mean we can develope web services from stateless session bean. Can we do with statefull session bean.
3. Can I use web services or MDB in place of session beans.
If I have scenario where
servlet calls session bean which calls entity to access DB
Now can I replace session bean with either MDB or web services.
Thanks in advance.