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"
Hey, btw I have a wiki for this project. You can find it here