» Archive for August, 2007

Install Tackle, the SCRUM Tracking Site

Thursday, August 16th, 2007 by admin

Tackle Read the rest of this entry »

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 .

Intro to SCRUM

Saturday, August 11th, 2007 by admin

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. Read the rest of this entry »

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 »

Learn Flex Charting

Sunday, August 5th, 2007 by admin

green_tea

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.

Excerpt from AnswerInGenesis.org

Sunday, August 5th, 2007 by admin

I found a great website yesterday called answeringenersis.org and started to this article. Read the rest of this entry »

Integrate PHP with JBoss

Saturday, August 4th, 2007 by admin

Still need to try this link to integrate PHP5 with Tomcat.

Web Testing Tool

Friday, August 3rd, 2007 by admin

sahi

Screen Recording Software

Friday, August 3rd, 2007 by admin

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

Friday, August 3rd, 2007 by admin

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. Read the rest of this entry »