does EJB specification supports file uploading or file I/O stream?
-
EJB specification and I/O (2 messages)
- Posted by: Rahul ..
- Posted on: June 23 2001 21:03 EDT
Threaded Messages (2)
- EJB specification and I/O by vel durai on June 24 2001 02:19 EDT
- EJB specification and I/O by ajit singh on June 27 2001 01:43 EDT
-
EJB specification and I/O[ Go to top ]
- Posted by: vel durai
- Posted on: June 24 2001 02:19 EDT
- in response to Rahul ..
You cant do any IO operation from the beans.
IT is clearly set right by the EJB2.0 spec.
It is the duty of the container to perform the
I/O operations.
-
EJB specification and I/O[ Go to top ]
- Posted by: ajit singh
- Posted on: June 27 2001 01:43 EDT
- in response to Rahul ..
As per EJB specification, you should not do I/O operation from your bean.But if it is really required in your project, u can do on your own risk. We have done same in our project for loging & :-) it's working fine... :-)
Ajit