Hi,
I need to make a Service bean and access it remotelly. I can make it easy by creating a
remote interface to this service. Is this solution good for a heavy load, i.e. about 400
client calls at one time and handling each call can take a long time to handle?
Or is better to make a Stateless session bean which will expose remote interface and call
this service locally?
Thank you
Andy
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221561#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...