Archive for the 'Apache License 2.0' Category

StrutsME - Java ME with Struts

StrutsME allows you to access an existing Struts application from a J2ME client. For this StrutsME gives you an interface for calling the actions of the Struts application. Additional features of StrutsME include:

  • exception handling at the server,
  • support for “classical” web-browser and StrutsME clients,
  • concurrent access of both kinds of clients to the same instance of the Struts application and
  • equivalent behaviour of both types of clients (including for example session management).

j4me - Java For Me

J4ME is an open source library to help build J2ME applications. It solves many of J2ME’s shortcomings including:

  • UI that is professional looking and intuitive
  • Logging, critical for debugging platform-specific problems
  • GPS through the device and external Bluetooth pucks

« Previous Page