simple question about servlet

Reply

Join Date: Aug 2007
Posts: 63
Reputation: alsoumhi is an unknown quantity at this point 
Solved Threads: 0
alsoumhi alsoumhi is offline Offline
Junior Poster in Training

simple question about servlet

 
0
  #1
Jul 17th, 2009
hi all , I have a simple question , let's say we have a servlet program and a web page . the question is how to make a servlet calls the web page and sends it as a respond to any request coming to the servlet.
Is there any statement something like the data file
File dataFile = new File("Input File.txt");

I know I can send the web page by coding the web page in the servlet but I don't want it in that way I need it to be fully coded in html and just let the servlet calls it and sends it back to the request
how to do that ?

please help
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 2,613
Reputation: adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of 
Solved Threads: 469
Moderator
adatapost's Avatar
adatapost adatapost is offline Offline
Posting Maven

Re: simple question about servlet

 
0
  #2
Jul 17th, 2009
alsoumhi,
It's not easy to find a question. Do you want to write something into response buffer using servlet? or Do you want to forward request and response from one servlet to another servlet?

I know I can send the web page by coding the web page in the servlet but I don't want it in that way I need it to be fully coded in html
Use RequestDispatcher.
Last edited by adatapost; Jul 17th, 2009 at 3:18 am.
Failure is not fatal, but failure to change might be. - John Wooden
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the JSP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC