Hello,
I have several questions related how integrate DWR and appfuse with Struts2
framework. I try to do some integration but I have an error :
PWC1231: Servlet.service() para el servlet dwr-invoker desencadenó una
excepción
java.lang.NoClassDefFoundError:
com/opensymphony/xwork/config/Configur
Typically you use DWR to integrate with your business layer (Managers)
and not the web controllers. It looks like DWR can't call your action
because the action is called outside of the Struts context.
DWR is more about marshalling direct from your business layer to
client JavaScript, hence