MTalk

I used this as a sample for J2ME and eXtreme Programming in my Chinese book J2ME Development and Application. This project is released under GNU General Public License (GPL).

Following is a simple notice on how to use it. And I've to say sorry that I can not well document it here. For full source code explanation and design consideration, please read the book above.

  1. You need Ant and J2ME Wireless Toolkit (WTK) 2.2. I haven't tested it on later revisions.
  2. Download the source code.
  3. To run automatic build and test:
    $ ant test
      
    
  4. To build the jar files for server and client:
    $ ant build-j2mesrv
    $ ant build-j2meclient  
      
    
  5. You can use a mobile phone or emulator to run the result jar files.

Feel free to write me if you have any problem or suggestion. Thank you.


Copyright Li, Yan (elliot DOT li DOT tech AT gmail DOT com). Valid XHTML 1.0