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:
- Get to know to javax.servlet package. It contains all the classes & interfaces to build servlets. Google it for more info.
- 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