资 源 简 介
Struts2 MVC on Alfresco
:gadget url="http://struts2-alfresco-plugin.googlecode.com/svn/wiki/gadgets/facebook-like.xml" height="30" width="120" border="0" />
:gadget url="http://struts2-alfresco-plugin.googlecode.com/svn/wiki/gadgets/tweet.xml" height="30" width="120" border="0" />
_The idea of this project is to use the Struts2 MVC on Alfresco because its more flexible then Java backed webscripts._
_One webscript definition delegates to all actions_
## Tested using ##
* alfresco-community 4.0.b and 4.0.d
* Struts 2.3.1.2
## Installation ##
Instructions can be found [here](InstallationGuide.md).
## Examples ##
### XML configured action ###
#### Sample action ####
```
public class DefaultAction extends ActionSupport {
private static final Log LOG = LogFactory.getLog(DefaultAction.class);
@Autowired
private ServiceRegistry serviceRegistry;
private String