Group: myisern-1-gold
The source code can be downloaded from here.
--------------------------------------------------------------
Objective:
Manipulate XML in Java, understand how JAXB work and manipulate XML in Java. Practice Scrum methodology.
Progress:
JAXB is powerful, it done 90% of those code, and we only need to do is finish up the rest of 10% code.
First, our group meet together read and understand what is the code do. Once we figure out the given code implementation, then everythings is easy start to this point.
Second, start implement code to get data from XML file by using JAXB generated code, we spend a little bit time to implement code, since we understand the given code before, so that's make more easy.
Third, we can print out all data from XML file, then we start testing our code by using junit, pmd, checkstyle, findbugs and emma to see it can pass these tests. we try to insert and take out some code to make emma test be 100% coverage. There some problem generate, we need to generate JAR file when compile the project, since this is a command line application, we must generate JAR file to make application run as command line.
Fourth, we finalize our project, and solve the problem of generate JAR file by change some code on build.xml file.
What do I learn in this assignment?
In this assignment I learn group work, participation and practice Scrum method. This is a good chance for me to learn how to work with other people, no matter how profess you are, you only human that mean your skill is limited, so you need other people help, that you must work together, especially programming. This is a good for me to practice work with someone else.
Sunday, October 7, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment