Tag Archives: java

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

3 steps to dynamically compile, instantiate and run a Java class

The background:  sometimes we need to compile dynamic source code, and run the code.  Some common situation includes on a program contest evaluation system, on a dynamic business logic control,  on evaluation of dynamic math expression, or even on evaluation … Continue reading

Posted in java | Tagged , , | 2 Comments

Speed up your eclipse as a super fast IDE

Follow these steps to speed up your eclipse as a super fast IDE , it works for 32 & 64 bit version eclipse/jdk on my windows 7 x64. 1.Disable antivirus software, or add your jdk & eclipse & workspace & … Continue reading

Posted in java | Tagged , , , , | 56 Comments