| Subcribe via RSS

Java Enum example

July 10th, 2009 | 2 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: ,

Configure Terminal Welcome Message in Linux

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

If you are curious when you open any terminal in Unix, Linux enviroment , via text-mode you will get a general method all the time that you access for the first time, and if you ever want to change the output of this file, to display a custom message that you want , here i will thell you how to do this. More »

Tags: ,

Create Dump file in Oracle

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

The command to export and import data in any Oracle server, using simple console commands. No need for any fancy IDE or tool to do this simple task. 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 | 3 Comments | 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: , ,