摘要:Service 端:(注:org.springframework.web.servlet.DispatcherServlet)配置文件中.xml <!-- RMI --> <bean id="accountServiceImpl" class="com.spring.service.impl.AccountServiceImpl" /> <bean class="org.springframework.remoting.rmi.RmiServiceExporter"> <property na
阅读全文