Monthly Archives: September 2011

Extjs toggle slide effects

After re-writing the sench touch fieldset to make it collapsible, still I need to add the animation effects to ‘slider up’. the principle of giving the animation effects is pretty simple. by using ‘setInterval’ or ‘setTimeout’ to change the div’s … Continue reading

Posted in programming | Tagged , , | Leave a comment

Java Reflection in Action Study Note 5

Dynamic proxy The key to Proxy is : implementation and delegation.  The proxy implements the same interface as the target so that it can be used in exactly the same way.  The proxy delegates some or all of the calls … Continue reading

Posted in Uncategorized | Leave a comment

Java Reflection in Action study note 4

The whole week I focused on working for the mobile project, so no much time left for reading this book. This morning I spent sometime to read the chapter 7 – reflective code generation.  This is a pretty interesting chapter, … Continue reading

Posted in programming | Tagged | Leave a comment