Web Hosting Talk







View Full Version : servlets?


Nygaff
09-28-2004, 06:40 AM
What are servelets? The instillation option is under account functions in WHM.


hmm...

sprintserve
09-28-2004, 06:54 AM
Read up on "Java Servlets" :)

human39
09-28-2004, 12:56 PM
Servlets are bascially CGI written in Java. You need a container (Tomcat) to be able to run them.

I personally do not like seeing java used this way. My experience with tomcat and java is that its a bloated mess.

lamp
09-28-2004, 02:11 PM
Servlets are a very powerful way of developing web-application. They are written in Java and are run on the server-side. As metioned in an earlier posting, you will need a container to run a servlet... typically Tomcat. I have had great experience with Java & Servlets and would recommend servlet programming for any serious web application.

You can find out more about servlets at java.sun.com

Lamp

pnorilsk
09-28-2004, 04:48 PM
Originally posted by lamp
Servlets are a very powerful way of developing web-application. They are written in Java and are run on the server-side. As metioned in an earlier posting, you will need a container to run a servlet... typically Tomcat. I have had great experience with Java & Servlets and would recommend servlet programming for any serious web application.

You can find out more about servlets at java.sun.com

Lamp

Great, your posting indicates that there is some hope with this forum. Unfortunately, 90% of postings on this forum demonstrate knowledge of the business at level of a preceding poster.

Good luck,

Peter Kinev.