• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to persist the JSP produced output to a file (without using the browser's save)

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How to persist the JSP produced output to a file without using the browser i.e I want to save the produced output from a JSP page to a file through program.
More precisely, what I want is to construct a static HTML page from a JSP page. Is there any way to capture the response object and transform the data to FileOutputStream ?
please help.
Any help will be appreciated.
regards
abhilesh
[ October 07, 2002: Message edited by: Abhilesh Khatri ]
 
Author
Posts: 245
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
start by looking at jcache
 
reply
    Bookmark Topic Watch Topic
  • New Topic