C
Chase Preuninger
I have a bunch of javascript files contained in an xyz.war file on my
JBoss server. I need a way using servlets (not JSP) to load them into
memory using InputStreams, process them and then send them back out to
the client's web browser. My problem is I can't figure out how to
access these files through a servlet I also want to keep it as dynamic
as possible since I don't know where this code may end up.
JBoss server. I need a way using servlets (not JSP) to load them into
memory using InputStreams, process them and then send them back out to
the client's web browser. My problem is I can't figure out how to
access these files through a servlet I also want to keep it as dynamic
as possible since I don't know where this code may end up.