Packages
org.strutsme.client This package contains the RemoteExecutor which allows to call an action at the server with the executeAtServer() method.
org.strutsme.common Definitions and classes which are common to the mobile client and the web-application.
org.strutsme.common.io Utilityclasses to read and write data in a safe manner to a stream.
org.strutsme.common.serialization Implementation of the serialization.
org.strutsme.server This package contains the server classes.
org.strutsme.wishlist.business All business stuff.
org.strutsme.wishlist.client Starting point of all activities.
org.strutsme.wishlist.client.adapter Contains all classes around the adapters.
org.strutsme.wishlist.client.control The classes of this package are responsible to control the workflow and the state of the application.
org.strutsme.wishlist.client.forms Implements the viewpart of the midlet.
org.strutsme.wishlist.common DTOs and definitions for the data exchange between server and client.
org.strutsme.wishlist.common.dto DTOs for the data exchange between server and client.
org.strutsme.wishlist.persistence.dto Interfaces for all DTO Classes.
org.strutsme.wishlist.persistence.dto.impl Implementation of all DTOs.
org.strutsme.wishlist.persistence.facade All persistence facade classes.
org.strutsme.wishlist.presentation.struts.base The basic struts classes.
org.strutsme.wishlist.presentation.struts.login Package for all Struts actions and forms in module "login".
org.strutsme.wishlist.presentation.struts.processor The StrutsME Request Processor.
org.strutsme.wishlist.presentation.struts.wish All struts forms and actions for the wish module.