Hi,
The use of I/O within the business logic of the Enterprise
Java Bean
is not advisable
Say for example if you want to form a jar file on the fly and publish the
information to a file and store it in a file system...then it is better
to go for
Servlets.
But in certain cases...were you are developing components for a major
system, where it is deployed in multiple location.Definetly we have to
maintain...different configuration...like Report Server, Security Certs...
and many other things.In that case we can use a separate XML and
use parser to parse the information.
Regards
-Parsuvanath.