Skip navigation.

MockMe: service layer mock for Java mobile applications

MockMe: service layer mock for Java mobile applications

MockMe is a simple tool to test Java mobile application's client code without waiting for the service layer to become available. In complex applications this means not having to wait for data to become available for processing.

MockMe is essentially a configurable servlet based on properties files, which searches for XML files from a local directory according to a parameter passed in with a data access request. It then emulates the future server to facilitate testing. Once you have defined the XML and configured MockMe, both parts can work in parallel.