The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


Blog Archive for unoinpiu during December 2006

Can XML capture the Dependency Injection pattern ? Xml is a great language for describing structured data. But it works less well when people use it to describe control flow. Even worse when people treat it as a complete programming language (e.g.: ANT, XSLT) So my question is, does XML fit naturally when used to capture the dependency injection pattern ? Following the 'dependency...