Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what was the idea of coming up the name 'servlet': serve + let

Tags:

java

servlets

This is not asking about how servlet works, I am just curious about how they came up with the name 'servlet' literally?

Since I am not a native English speaker, I don't get the subtle meaning of the using the word 'serve' and suffix it with 'let'.

like image 420
Hzh Avatar asked Nov 02 '25 04:11

Hzh


1 Answers

When Java was new in the mid-1990s, one of the features that made it popular on the young world-wide web was applets. The suffix "-let" indicates something that's small. Applet = little application that runs on a website. In the 1990s that was amazing, since websites at that time were mostly not interactive and consisted of only text.

Servlets were invented a few years later, but the name is probably related. A servlet is a little application running on a server, in contrast to an applet which is a little application running on a client (browser).

like image 64
Jesper Avatar answered Nov 03 '25 21:11

Jesper



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!