Monday, June 30, 2008

Google Summer of Code Week Ke..Berapa ya ?

Today, I had a call with Matt to review my work. Well, how was it? I think I made a progress and completed my last week's target. For the first time, I committed the new code to the branch repository. w00t!
I got several feedback and todo list:

  • Change the REST application to run in the existing servlet container rather than listen in the separate port.
  • Add the acknowledgement feature.
  • Integrate JME module to Maven. I managed to do this one but haven't committed the code yet. I feel very happy that I'm able to do this! I can build JME through Maven rather than the wireless toolkit. w00t!! Someday I will post how to do this hehe. Actually it's easy, if you know how to do it :-)
  • Standardize the variable names. Write "m_blablaba" rather than "mblablabla"
  • Put package for the JME Code.
  • Change the style of the code to minimize comment. For example, rather than write "// Put up the waiting screen" it's better to write like this "putUpTheWaitingScreen()"
  • Read "Refactoring" book and "Test Driven Development"
Ok, still many things to do! w00t!! w00t!! Hehe..
Hey, btw I have a wiki for this project. You can find it here