Author Archives: monsterzz
Trace HTTP response’s content in your XUL app
Sometimes you need HTTP requests tracer in your application. There are many pieces of code scattered over the internet, but how to join all of them together? Idea of this method is stream listener substitution during http-examine-response event. When all … Continue reading
Spring DSL
Good news, everyone! I’m back. With totally redesigned blog. Today’s topic is Spring Domain Specific Language creation. Sometimes we want to make our spring configs looks simplier. For example: <bean id=”chainedService” class=”com.example.blocks.ChainXmlService” parent=”baseXmlService”> <property name=”styleSheet” value=”xsl/sample.xsl”/> <property name=”serviceChain”> <list> <bean … Continue reading