Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Java Servlets

  Asked By: Matilda    Date: Oct 24    Category: Java    Views: 604
  

I did my core JAVA and want to learn JSP,
Servlets now.
Can you suggest me some good learning material for the same.

Share: 

 

4 Answers Found

 
Answer #1    Answered By: Frederick Greene     Answered On: Oct 24

you can get help and material fro sun's site in tutorial pages an as far as
books are concern you can read core servlets  and jsp  or jsp professionlas/
bigneers by wrox publishers.

 
Answer #2    Answered By: Kelly Bell     Answered On: Oct 24

Try to install a java  web server.
from there you will get several example about JSP & Servlet.
Those example are handy you can see the syntax and the tag.

 
Answer #3    Answered By: Angel Harris     Answered On: Oct 24

I have created this servlets  for my asignment. But I have some
problems.

I have created the user interface using HTML. After I submit the
form it will call a servlet and the servlet will display the
result in HTML. I want to put a link back to my HTML pages in
that servlets.
if i put only the file name as the link. eg(mypage.html)

when I click it will open
http://localhost:8080/servlet/mypage.htm

but my html files are in the desktop. so the above link does not
open my page. My class files are in
C:\jsdk2.0\examples folder..

but when I specify a servlet like above
http://localhost:8080/servlet/servletName

it will work. I put my html files in the example folder and
tryed. But the same result.

Can u please tell me how to put links in the servlets. like
Navigation bar

Ill send you my program

Some times when i refresh the page it will give SQL genreal
error. And when i try to submit 2 forms at the same time. I want
to avoid those error messages.

Please take a look at it and tell me.
need to submit it on by monday.

I hope you will reply as soon as possible.

 
Answer #4    Answered By: Cheri Garcia     Answered On: Oct 24

If I understood correctly, you want to place a link in
the Servlet that will sent you back to the previous
page? Right?...Could you post the Servlet?

 
Didn't find what you were looking for? Find more on Java Servlets Or get search suggestion and latest updates.




Tagged: