wavajeb February 20, 2006
Posted by Phillip in : geek , trackbackI think this is the first real chance I have had to take a deep breath since my last blog entry. I am sitting in a Tomcat class and breatihng an easy sigh of relief because I am not worrying about SIM. The initial deployment went well. Sure, there were some “bumps in the road” but we now have a working enterprise-class Identity Management solution. On a side note, here is my first java program:
public class myfirstprogram
{
public static void main(String [] args)
{
System.out.println("Hello, Java");
}
}
Neat huh? Apparently the first part of the tomcat class is writing java. Unfortuantely, wp doesn’t like to format it correctly. This should be fun. :(
Comments»
no comments yet - be the first?