↧
Using file templates in NetBeans 6.0: Customizing author in generated files
Whenever you ask NetBeans to create a new file (such as Java class or interface or an XML file) for you, it internally uses respective file template to generate the file content for you. This is...
View ArticleIntercepting web service calls with a custom Metro Tube
In this blog, I am going to show you how to write a custom tube for intercepting web service messages and how to configure Metro to route all the web service traffic through this custom tube.
View Article