hessian
Hessian Spring configuration
This question may seem basic, but I've been struggling with it, I will really appreciate your help. How do I configure hessain to use DAO the serviceDao returns null. below is my snippet code. ....... <bean id="securityService" class="com.polaris.service.SecurityServiceImpl"> <!-- any additional properties, maybe a DAO? --> <property name="serviceDao" ref="securityDAO"/> </bean> <bean name="/securityService.http" class="org.springframework.remoting.caucho.HessianServiceExporter"> <property name="service" ref="securityService"/> <property name="serviceInterface" value="com.polaris.service.SecurityService"/> </bean>
Related Links
php long int to java long failed when php call java via hessian
spring-cloud-sleuth trace hessian client
Hessian Spring configuration
HttpInvoker get choked when trying to return a list with 1000 elements
Record Server Interaction of Hessian based Server Communication for VUGen
Getting started with Hessian