| com.mockrunner.example.struts.StoreDataAction
StoreDataAction | public class StoreDataAction extends Action (Code) | | This example action demonstrates the access to a data repository
stored in the ServletContext . Since the repository
is not thread safe we have to synchronize the access. Used to
demonstrate how to do multithread testing. Check out
StoreDataActionTest .
|
|
|