Posts Tagged ‘helloworld’

Hello World…again

Wednesday, December 17th, 2008

Welcome to the Java Joe Blog hosted on the new JosephKampf.com.

I’ve imported my posting from Joe’s JavaOne blog that was hosted on Blogger (or BlogSpot as it use to be called.)

This Blog is going to be the place where I am going to be posting my thoughts on Java, Technology and Business in general.

I hope you enjoy it.

Hello World

Thursday, May 1st, 2008
public class HelloWorld
{
    public static void main(String[] args)
   {
       System.out.println("Hello World");
    }
}

This is the first of what I hope is a bunch of posts that I will be doing over the next week.

First I would like to say that the views and opinions expressed here are not the necessarily the views and the opinions of Anexinet.

BTW, just to plug the people that pay me and are paying for me to attend JavaOne this year, lets give shout out to Anexinet

In the past I have been asked to give trip reports when I go to conferences. This will be my 4th conference I have attended while being an employee of Anexinet. I thought this would be a more interesting way of doing a report rather than just writing a word doc when I get home and giving it to my manager.

I’m also going on this trip solo, so I thought it would be a good way to keep in touch with my friends and colleges back in PA. Although I plan to have most of the posts be about Java, I fully expect to put some personal details, maybe even a few photos.

I hope that they have WiFi through out the Moscone Center. Otherwise I’ll be posting from my trusty IPhone and that means the posts will be short and sweet during the day.

I have a weekend of packing and planning ahead of me. See you in the next post.