servletconfig vs servletcontext
In this little blogpost, I'll try to explain the differences between ServletConfig and ServletContext and when you can use them into a Java Web Application. ServletConfigServletContext Access deploy-time servlet parametersAccess web application parameters One per servletOne per web applica
10.15.2009| Featured, java, tutorials | Wim
No Comments