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).
