Archive for 'Java'

Configuring Eclipse for J2EE development

Posted on August 4th, 2009 at 12:01.

0

Starting to learn about Servlets and JSP from “Head First Servlets and JSP 2nd edition“, I have reached a level where just editing my files from gedit wouldn’t suffice, as typos began to generate frustrations on my side. Although this is the recommended way by the book authors to build your projects while learning, which [...]

Continue Reading

Epic Java

Posted on July 22nd, 2009 at 15:45.

0

This came to me through a colleague at work:
Saying that Java is nice because it works on every OS is like saying that anal sex is nice because it works on every gender.

Continue Reading

How to send null values in soapUI requests

Posted on May 16th, 2009 at 0:58.

0

soapUI is a pretty useful web service testing tool that can help you generate a multitude of tests like load testing, functional testing, data consistency testing and many more. I have started using it for real two days ago when I needed to test some SOAP web services for work. The main issue that kept [...]

Continue Reading

Java and Chuck Norris

Posted on July 3rd, 2008 at 11:28.

0

Chuck Norris serializes objects straight into human skulls.
Chuck Norris doesn’t deploy web applications, he roundhouse kicks them into the server.
Chuck Norris always uses his own design patterns and his favorite is the Roundhouse Kick.
Chuck Norris could use anything in java.util.* to kill you, including the javadocs.
Chuck Norris can hit you so hard your web app [...]

Continue Reading