Hi,
We had to read data from files from our
ejb session beans to implement our business logic.
But I heard performing IO operations from ejb is not adviceable.
Can anyone let me know the shortcomings (that we have to be aware) of doing io from session bean and also is there any alternate solution for this.?
Thanks,
Raja