Go on on on and on...


  • Home

  • Categories

  • Tags

  • Archives

  • Message

  • About

  • Search

实践RPC之RMI

Posted on 2019-09-20 | In Java | Visitors

RMI The Java Remote Method Invocation (RMI) system allows an object running in one Java virtual machine to invoke methods on an object running in another Java virtual machine. RMI provides for remote communication between programs written in the Java programming language.

Read more »

实践RPC之HttpInvoker

Posted on 2019-09-20 | In Java | Visitors

HttpInvoker is a Spring-specific remoting option that essentially enables Remote Procedure Calls (RPC) over HTTP. In order to accomplish this, an outbound representation of a method invocation is serialized using standard Java serialization and then passed within an HTTP POST request. After being invoked on the target system, the method’s return value is then serialized and written to the HTTP response. There are two main requirements. First, you must be using Spring on both sides since the marshalling to and from HTTP requests and responses is handled by the client-side invoker and server-side exporter. Second, the Objects that you are passing must implement Serializable and be available on both the client and server.

Read more »

实践RPC之Hessian

Posted on 2019-09-20 | In Java | Visitors

The Hessian binary web service protocol makes web services usable without requiring a large framework, and without learning yet another alphabet soup of protocols. Because it is a binary protocol, it is well-suited to sending binary data without any need to extend the protocol with attachments.

Read more »

实践Spring

Posted on 2019-09-12 | In Java | Visitors
1
2
3
4
5
6
7
<dependency>
	<groupId>org.springframework</groupId>
	<artifactId>spring-framework-bom</artifactId>
	<version>4.3.16.RELEASE</version>
	<type>pom</type>
	<scope>import</scope>
</dependency>
Read more »

实践Maven之Super POM

Posted on 2019-09-12 | In 工具 | Visitors

%mavan_home%/lib/maven-model-builder-3.0.4.jar/org/apache/maven/model/pom-4.0.0.xml

Read more »

实践run-jetty-run

Posted on 2019-08-23 | In Java | Visitors

run-jetty-run

Read more »

实践Databus

Posted on 2019-08-20 | In 数据库 | Visitors

databus Source-agnostic distributed change data capture system

Read more »

实践SSO之CAS

Posted on 2019-08-19 | In Java | Visitors

CAS Enterprise Single Sign-On - CAS provides a friendly open source community that actively supports and contributes to the project. While the project is rooted in higher-ed open source, it has grown to an international audience spanning Fortune 500 companies and small special-purpose installations【Github】

Read more »

实践Dubbo之泛化

Posted on 2019-08-10 | In Java | Visitors

泛化引用

Read more »

实践网关之soul(2.0.1)

Posted on 2019-08-04 | In Java | Visitors

Soul是一个异步的,高性能的,跨语言的,响应式的API网关。我希望能够有一样东西像灵魂一样,保护您的微服务。参考了Kong,Spring-Cloud-Gateway等优秀的网关后,站在巨人的肩膀上,Soul由此诞生!

Read more »
1 … 58 59 60 … 116
Ray Wang

Ray Wang

My Blog

1159 posts
32 categories
RSS
© 2025 Ray Wang
Powered by Jekyll
Theme - NexT.Muse