Entries from August 2007 ↓
Install Tackle, the SCRUM Tracking Site
August 16th, 2007 — Open Source, Software Engineering
LearnJavaLog #1
August 15th, 2007 — Uncategorized
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 .
Intro to SCRUM
August 11th, 2007 — Software Engineering
SCRUM is a agile software development method for project management and has become increasingly popular. This Dr. Dobb article, “SCRUM Meets CMMi“, poked my interest in applying SCRUM to my software development. Continue reading →
Port QoSExplorer from Perl to Java
August 6th, 2007 — Network Monitoring
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. (NOTE: This is not a complete and clear article so I do apologize if it’s confusing. It’s posted mainly for my team members but I am in the process of add a Perl-Java series in this blog, so please check back.)
Learn Flex Charting
August 5th, 2007 — Past Flex Posts
I plan to follow this Flex Charting Tutorial first. But modified it a little bit to read data from rrd (Round Robin Database) files, updated via SNMP.
Web Testing Tool
August 3rd, 2007 — Open Source
Screen Recording Software
August 3rd, 2007 — Open Source
I can’t believe that these two cool tools, especially Wink, are free. I’ve been looking for good screen capture software but until today, have had no luck. But hey, today I found two great tools in a roll. Wink is definitely more sophisticated and more flexible than CamStudio. But CamStudio is an Open Source project.
Wink,
CamStudio
Build an existing J2EE project on Windows XP SP2
August 3rd, 2007 — Network Monitoring
I need to set up my Windows laptop to build an existing J2EE project, using maven. This J2EE project uses technology including Hibernate, maven, ANDROMDA, mySQL, JBoss, Design Pattern, and many other J2EE technologies. Continue reading →
OReilly Head First Design Pattern
August 3rd, 2007 — Uncategorized
Learning Flex in 24 Tea Breaks (Break 1)
August 3rd, 2007 — Past Flex Posts
I followed this Flex 101 tutorial to create a Flex Hello World Application.

