Monthly Archives: August 2011

3 method to evaluate expressions in Java

The problem: You need to evaluate dynamic expression in your java 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 of test … Continue reading

Posted in java | Comments Off

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

Noticeable Hacker News I Read(2011/07)

Post for Startup: How to use A/B testing for better product design Hackers to follow on Google+ Which domain registrar is best? Why you should’nt keep your startup idea secret How has your profession affected your non-professional thinking? Post for … Continue reading

Posted in tech watch | Tagged , , | Leave a comment