I am new to Hessian. Is it possible to use Hessian web service to replace Session Bean in
JBoss and how to configure jndi for hessian
servlet?
For session bean, JBoss application container does the job of mapping session bean to jndi. Now we want to replace session bean with hessian which runs in servlet container, how to get the hessian servlet connect to the services running in the application container? Is it feasible?
Any advice will be greatly appreciated!
-Jenny