Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JspWriter and PrintStream

843833Aug 23 2001 — edited Aug 27 2001
Hello! I'm writing a class that has a method wich writes something using print and println function calls.
I want this method to work writing to JSP out object and to a file (giving it the filename as a parameter).
What's the best way to implement it?
I've trying to find out, but JspWriter and PrintWriter don't have a parent class in common.

Any tip?

Thanks a lot
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 24 2001
Added on Aug 23 2001
4 comments
518 views