» Archive for the 'Java' Category

LearnJavaLog #1

Wednesday, August 15th, 2007 by admin

While porting QoS perl script to Java, I tried these following Java tips:

Access to Class Members: (Sun Tutorial), Reflection Java Array (Java2s page), HashMap (Example), enum: (Sun tutorial), Naming convention, Split Text, SNMP4J open source library ( JavaDoc ), Type Conversion CharSequence Class, Regex remove duplicate white space, snmpwalk code using SNMP4j, also found Steven R Brandt’s Regex tutorial .

Port QoSExplorer from Perl to Java

Monday, August 6th, 2007 by admin

I want to port my QoSExplorer from Perl to Java. And this blog entry is an effort to document the lessons learned during the process.

Read the rest of this entry »