 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Jack Guest
|
Posted: Wed Jun 14, 2006 3:17 pm Post subject: Terms :) |
|
|
Hi,
What is a servlet? How does it relate to Java Beans.. and many other
terms I don't remember
Where can I find the most complete definitions of the technologies Java
encompass?
Thanks
Jack |
|
| Back to top |
|
 |
Oliver Wong Guest
|
Posted: Wed Jun 14, 2006 7:22 pm Post subject: Re: Terms :) |
|
|
"Jack" <lucky7456969b (AT) hotmail (DOT) com> wrote in message
news:1150280274.965259.128390 (AT) y43g2000cwc (DOT) googlegroups.com...
| Quote: | Hi,
What is a servlet? How does it relate to Java Beans.. and many other
terms I don't remember
Where can I find the most complete definitions of the technologies Java
encompass?
|
Try http://mindprod.com/jgloss/masterindex.html
- Oliver |
|
| Back to top |
|
 |
Mark Space Guest
|
Posted: Thu Jun 15, 2006 12:09 am Post subject: Re: Terms :) |
|
|
Jack wrote:
| Quote: | Hi,
What is a servlet? How does it relate to Java Beans.. and many other
terms I don't remember
Where can I find the most complete definitions of the technologies Java
encompass?
Thanks
Jack
|
A servlet is a compiled bit of java that's run by another java program
called a container.
Basically, the container uses reflection to load and inspect the
servlet, and then uses that and configuration info to decide what to do
with the servlet.
The most common container is Tomcat, which can funtion as a web server,
but also Tomcat can be connected to a running Apache instance. The
latter is more common in production servers.
Tomcat is made by the Apache folks:
http://tomcat.apache.org/ |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|