Hammingweight's Projects
This site contains links to Java ME (J2ME) programs written by the pseudonymous Ernest Hammingweight.
Anthraxx is a version of Ataxx, a board game for two players. The program has ten levels of difficulty.
Hammock, or Hammingweight Mock Objects, is a mock object framework for J2ME. It can be used with J2ME test frameworks
like JMUnit. Mock objects for many of the network and UI classes in J2ME are provided. A utility, HammockMaker, can
be used to create mocks for other classes and interfaces.
ObjectStreams is a serialization and persistence library for Java ME. It provides
SerializableOutputStream and
SerializableInputStream classes for serializing and deserializing objects. A
Persistence class extends
Hashtable and overrides the
put and
get methods to store objects persistently.