ServletRequest instantiation
Hello experts,
I started with a simple java object that i could use to do
remoting from flash with. everything worked out nicely and now i
want to expand on the concept. what i want to be able to do is
upload a file to a server, and for that i'm using the commons.io
library. if i create a servlet i can use it fine because it
relys on the ServletRequest object. does anyone know of a way
to obtain a ServletRequest or ServletResponse of a simple
class...by that i mean it doesn't implement the servlet
interface?
thanks
remus

