FallME - Spring like framework for Java ME

FallME is a framework based on the popular Spring Framework but designed for the Java ME (J2ME) platform and is compatible with MIDP. Currently included in FallME is an inversion of control (IoC) container as well as a RecordStoreTemplate.

CLDCUnit

CLDCUnit is a library containing a unit testing framework for Java ME applications. It is based on the source code of the original JUnit for Java SE. And integrates some code from J2MEUnit. The target of this project is to simplify UnitTest creation and execution.

J2MEUnit

J2MEUnit is a J2ME library containing a unit testing framework for J2ME applications. It is based on the source code of the original JUnit, the successful unit testing framework for the standard (desktop) edition of Java, J2SE.

JMUnit

The JMUnit is a Java ME (or J2ME) application used by developers to test code. It’s a implementation of the popular xUnit framework. IMPORTANT NOTE: The JMUnit project, including developers and legacy code, will be united with the J2MEUnit project.

Microcode - J2ME Device DB

The original goal of Microcode was to create an easy to use database with important properties of the different j2me-capable mobile handsets.

But since then it became more! It contains now a framework (for Linux and Windows OS), a resource collector with useful internal plugins, and soon a bug database.

MicroEmulator

MicroEmulator is a pure Java implementation of J2ME in J2SE.

Features:

  • Support for MIDP 2.0
  • Generic Connection Framework
  • Support for MMAPI (JSR 135)
  • Support for FileConnection API (JSR 75)
  • Support for Nokia APIs
  • Support for Siemens APIs
  • Skinnable and configurable interface
  • Works with different graphics libraries; currently with Swing and SWT
  • Platform independent: Windows, Linux, OSX

MicroI18N

The MicroI18N Library is an open source implementation of Java Specification Request - 238 the Mobile Internationalization API, version 1.0. This library implements the resource manager for applications, the Formatter and StringComparator are not implemented yet, but new versions of this library will include it.

MicroLog - logger for Java ME

MicroLog is is a small logging library for Java ME (J2ME) like Log4j. It has support for logging to console, file, RecordStore, Canvas, Form, Bluetooth, a serial port (Bluetooth, IR, USB), Socket(incl SSL), UDP, Syslog, MMS, SMS, e-mail or to Amazon S3.

Microlog is licensed under The Apache Software License, Version 2.0 so it is possible to link and distribute commercial software with this library.

MIDPLogger

To help debug issues that exist when running a MIDlet on device, MIDPLogger provides an on-device log file, log writer and log viewer capability. By integrating the MIDPLogger class within your MIDLet, you can write debug/trace information to an on-device database (and also to the console if you like, for when you are running in your emulator). You can browse and otherwise manage the on-device log file using the MIDPLogViewer MIDlet, by adding it to your MIDlet suite.

« Previous Page