Tag Archives: rpc

Why Load Balance not work in Hessian C# client calling to hessian service?

When I was migrating our application from C# to Java, our Java service moved ahead of  the client application. The client application is in C#. And we export service through Hessian service. So we call java hessian service through C# … Continue reading

Posted in design, java, troubleshooting | Tagged , | Leave a comment

Json and flexjson on exchanging abstract object data

JSON is a lightweight text-based open standard designed for human-readable data interchange.  It is widely used in java applications as a replacement of XML. Many times we need to convert java object to json text and vice versa. You can use Gson to convert java object … Continue reading

Posted in java | Tagged , , , | 1 Comment