aspose file tools
The moose likes JSP and the fly likes Returning string buffered output in jsp Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Returning string buffered output in jsp" Watch "Returning string buffered output in jsp" New topic
Author

Returning string buffered output in jsp

Ramesh Jambulingam
Greenhorn

Joined: Jun 25, 2010
Posts: 19
Hi,

I having a method in jsp that opens connection with yahoo finance server and fetch forex CSV feeds (intraday quotes). The method should return the bufferedreader output to display in my jsp. I would like know that can I return the buffered output and how can i read the returned values and display as separate values..If there is any similar example please let me know..

[I know it is not good practice to write a java method inside jsp but for time being I used it]


Thanks and Regards,
Ramesh.
 
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: Returning string buffered output in jsp
 
Similar Threads
Flush and jsp:forward
fast output
Reg. Buffered Image
Calling java file from jsp
Capturing JSP Content Within My Strut Action Servlet