aspose file tools
The moose likes JSP and the fly likes Outputting help Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply locked New topic
Author

Outputting help

Ravi Singh
Ranch Hand

Joined: Aug 02, 2004
Posts: 51
Do both the JspWriter and the PrintWriter obtained from HttpServletResponse write to the same output buffer?
Gunjan Sahay
Greenhorn

Joined: Aug 07, 2002
Posts: 11
JSPWriter is just the buffered version of the PrintWriter
Ravi Singh
Ranch Hand

Joined: Aug 02, 2004
Posts: 51
But the PrintWriter writes to a buffer also, so do they both write to the same buffer?
Ravi Singh
Ranch Hand

Joined: Aug 02, 2004
Posts: 51
Does the PrintWriter perform any buffering on its own?
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56229
    
  13

Ravi, please do not cross-post the same question in multiple forums. Since your question has been answered in the Servlets forum, I'm closing this topic.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Outputting help