]]>re: An Overview on Common JVM Level Problems in Java SE Application - 1 of Series "Inside JVM" http://www.tkk7.com/justinchen/archive/2010/02/09/248738.html#312436macrochenmacrochenTue, 09 Feb 2010 09:44:00 GMThttp://www.tkk7.com/justinchen/archive/2010/02/09/248738.html#312436榪欎釜鏄粈涔堟剰鎬? 浠巈den鍒皊s, 浠巗s1 鍒皊s2鏈澶氫篃灝變袱嬈″晩?
]]>re: [緇濆鍘熷垱] Use Unitils To Simplify Mock Test http://www.tkk7.com/justinchen/archive/2009/04/13/262995.html#265372Justin ChenJustin ChenMon, 13 Apr 2009 13:30:00 GMThttp://www.tkk7.com/justinchen/archive/2009/04/13/262995.html#265372https://jmockit.dev.java.net/). The creator of JMockit claims "JMockit Core consists of a single class with a small set of static methods, which allow arbitrary methods and constructors of any other class to be replaced with mock implementations at runtime. "
It overcomes two limits comparing to EasyMock, (1) mocked classes can't simply be instantiated with the new operator in client or test code. (2) the classes to be mocked cannot be final
However, JMockit has its own limitation: the argument matcher provided by JMockit is not easy to use comparing to Unitils.
]]>re: [緇濆鍘熷垱] [Java鍐呭瓨綆$悊綺懼僵姒傝堪] JVM Memeory Management Summary - 0 of Series "Inside JVM"http://www.tkk7.com/justinchen/archive/2009/03/27/260909.html#262304Justin ChenJustin ChenFri, 27 Mar 2009 02:31:00 GMThttp://www.tkk7.com/justinchen/archive/2009/03/27/260909.html#262304Of course, however, because the company has the english policy, so, i have to write article in English.
]]>re: [緇濆鍘熷垱] [Java鍐呭瓨綆$悊綺懼僵姒傝堪] JVM Memeory Management Summary - 0 of Series "Inside JVM"http://www.tkk7.com/justinchen/archive/2009/03/27/260909.html#262303Justin ChenJustin ChenFri, 27 Mar 2009 02:30:00 GMThttp://www.tkk7.com/justinchen/archive/2009/03/27/260909.html#262303Correct. That's also the reason why i loves open source. You can know the things behind. However, there is an OpenJDK now. We can learn a lot from it.
]]>re: Creating Restful Web Service instead of SOAP web servicehttp://www.tkk7.com/justinchen/archive/2009/03/27/238760.html#262261121nazar@gmail.com121nazar@gmail.comThu, 26 Mar 2009 16:16:00 GMThttp://www.tkk7.com/justinchen/archive/2009/03/27/238760.html#262261This is gratefull example.
Could you please post src code fro this examples that will be gratefull?