spring - the rpc call doesn't workd after adding spring4gwt -


to integrate spring in gwt application added spring4gwt , followed tutorial in simplerpcexample. doesn't work, in configuration , code seems ok.

so put in application context scan servlets

<context:component-scan base-package="com.protid.prosa.server" />     

i tagged saservice interface @remoteservicerelativepath("sab/travaux") , saserviceimpl service @service("travaux")

the user interface loaded rpc call doesn't work. can body tell me mistake did, or best approach integer spring gwt. thank you,

and how added servlet web.xml

<servlet>      <servlet-name>springgwtremoteserviceservlet</servlet-name>      <servlet-class>org.spring4gwt.server.springgwtremoteserviceservlet</servlet-clas‌​s> </servlet>  <servlet-mapping>      <servlet-name>springgwtremoteserviceservlet</servlet-name>      <url-pattern>/prosa/sab/*</url-pattern>  </servlet-mapping> 


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -