Featured
Create a Message Driven Bean with Netbeans
I was looking how Message Driven Beans in JEE 6 works and I was surprised that it isn’t that difficult. I was especially surprised about
Testing dynamic content with Google Website Optimizer
Google Website Optimizer is a great tool for testing webpages or parts of a webpage to increase theirs conversion rates. A great disadvantage is the
Hacking WEP encryption on Ubuntu
The information below is not intended to harm other people. Cracking other peoples network is considered illegal in most countries!! Last day, my sister called
The lifecycle of a Spring bean
In this blogpost, I’ll talk and give a few examples of the lifecycle of a bean in a Spring container. The examples are tested with
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.
Dependency Injection with Google Guice by example
In this blogpost, I’ll explain Dependency Injection with Google Guice through a lot of examples. Hope you like it. Annotation based DI It’s possible in



