Package org.strutsme.server

This package contains the server classes.

See:
          Description

Class Summary
SerializerMapper Maps from an arbitary object graph to an object graph which contains only objects supported by the Serializer.
StrutsMERequestProcessor A special purpuse RequestProcessor which operates both with "normal" clients and with mobile clients.
 

Exception Summary
BusinessException Thrown if there is a problem in the business logic.
 

Package org.strutsme.server Description

This package contains the server classes. This is the custom RequestProcessor which you have to enable in the struts-config.xml. Also for getting user controlled error messages the exceptions thrown by the business logic should derive from BusinessException.