| Subcribe via RSS

Java Enum example

July 10th, 2009 | No Comments | Posted in Java

This post will show you how to work with the enumerations in Java, is pretty easy to use and it can be really useful once you get to know it. You will see in the example a basic use that will put you in the right direction so you can implement your own Enums in the future. More »

Tags: ,

Java using Proxy

July 10th, 2009 | No Comments | Posted in Java

Shows how to set the configuration in a Java program behing a Proxy server. More »

how to remove all non digit characters from a string Java

July 10th, 2009 | 1 Comment | Posted in Java

–OLD VERSION–

This is a very simple snippet method in Java to remove all non digits characters in a String. I will show you the simple method that you can use to acsomplish this, and a complete exampls so you can test the method. More »

Tags:

Print Java Exception Stacktrace in JSP

July 10th, 2009 | No Comments | Posted in Java

This is a very simple way to display the any exception stacktrace in a JSP file, because sometimes we want to display the error on the page , just to see the stacktrace in an easy way , and finding the problem as soon as possible. More »

Tags: , ,

Java 1.4 service life has ended according to SUN

June 9th, 2009 | No Comments | Posted in Java

Now that Java 1.4 has been on the market for a long time, recently I receive an email from Sun Microsystems telling me that the Java 1.4 had reached the end of its life cycle. And soon will the Java 1.5 will die too. This is interesting because many of the systems used today still are using the Java 1.4 on their systems, and because it was a very stable version of the Java products many people still are using it. But I guess it is time for all that companies to move to a new version , and I hope the best for the new JEE and Java 7. More »

Tags: