try.java in browser

As well as i know servlet pages is finished with .java, but i can not run these pages in my browser. Should i call these pages with jsp and work on it, or are there another way to use .java pages in browser?Thanks.
[228 byte] By [NoktasizvirguLa] at [2007-11-27 4:52:17]
# 1

> As well as i know servlet pages is finished with .java

No. Java servlets are compiled and run within a servlet container. JSP pages are HTML-centric ways of writing servlets; they're also deployed to a servlet container.

Start here:

http://tomcat.apache.org/tomcat-6.0-doc/index.html

If that's too much, start here:

http://java.sun.com/javaee/5/docs/tutorial/doc/

If that's too much, start here:

http://java.sun.com/docs/books/tutorial/

If that's too much, get some personalized, face-to-face instruction.

Good luck!

~

yawmarka at 2007-7-12 10:06:13 > top of Java-index,Java Essentials,New To Java...
# 2
I mean file extention of servlets is java. For examle writen servlet which name "hebehu.java" servlet. But i can not view it via web browser. By the way, thanks for the links, i will read that pages.
NoktasizvirguLa at 2007-7-12 10:06:13 > top of Java-index,Java Essentials,New To Java...