Posts | Comments | Email

Archive for October, 2009

Tweaking Firefox: Disable login dialog

Tweaking Firefox: Disable login dialog

If you want to visit a webpage which is password protected, you can skip the authentication screen by placing your username and password directly into the url like http://user:pass@www.eek.be . If you want to log in like this, Firefox will show you a dialog where you have to confirm that you want

10.25.2009| tutorials | Wim

No Comments
servletconfig vs servletcontext

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