j2ee thread: "connection pooling"
You can use the setAttribute() and getAttribute() of the ServletContext interface from within a servlet. The init() method of the servlet passes an instance of ServletConfig which, in turn, provides getServletContext().
|





