Servlet Essentials

Hi there,

Straight away, we want to start Servlet codings. Consider we already have Java basics which are Java Core and basics of JavaBeans. We also already have the complete environment settings. What to do then?

Follow the steps:

  1. Get to know to javax.servlet package. It contains all the classes & interfaces to build servlets. Google it for more info.
  2. GenericServlet (which is in Servlet API) class to be extended hence, inherited by our class. This class provides functionality that makes it easy to handle requests & responses.


0 comments:

Post a Comment

About this blog

This blog is created just for my 'nota kaki' of Java. I'm quite a forgetful person that I always lost my notes & have to reopen pages to look at it back. Going through that takes times. To avoid that, I've decided to write them in here & share with others. Some info I found from other pages will be credited to whom it should be. If I did not do so, please remind me since.. you know how such forgetful I am.

First of all, the credits goes to Software Department of KRIM Network Sdn. Bhd. Though many 'things' we have gone through.. I really love you all especially him :D

Caution! I do not accept any 'praises' or something like that. Hate it! Questions regarding JAVA is acceptable. Sharing info is most welcomed.

Enjoy the notes