Overview
Decouplink is an implementation of dynamic links for Java.
Dynamic links ...
- can connect objects of unrelated types,
- promote the open/closed principle, and
- promote extensibility and late configuration.
Decouplink ...
- is simple to use,
- requires no langauge extension or special JVM (it is just a jar), and
- is free.
Walk through the tour to learn more.