# hession_toolkit **Repository Path**: huapox/hession_toolkit ## Basic Information - **Project Name**: hession_toolkit - **Description**: hession基于注解的配置项目 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 6 - **Created**: 2016-03-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: rpc **Tags**: None ## README #hession_toolkit (ps.cp) #最近做系统重构,计划将多个系统的公共部分抽取出来作为一项公共服务,为以后项目维护和横向扩展奠定基础。 #常用的服务发布方式有RMI / HTTPInvoker / Hessian / Burlap, 关于这几类java远程服务的性能比较和优缺点大家可参考:http://www.cnblogs.com/jifeng/archive/2011/07/20/2111183.html 本文着重讲解怎样使用自定的注解标签,结合SPRING将服务方便的发布出去。 hessian_c : Client端 hessian_server : Server端 hessian_iface : Util方式获取client jar包(用于非spring项目,只带上hessian.jar一个依赖包) hessian_iface_spring : Spring方式获取client jar包 #基于注解思路来源文章,及原作者的相关说明:http://www.oschina.net/code/snippet_144320_46675