Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] ANNOUNCEMENT: Xentient Binding Library


The Xentient Binding Library is an AspectJ based project for binding any two properties.

Its main features are:

* Works with POJOs. No PropertyChangeSupport needed.
* Simple to use: binder.bind(target, "target.property.chain", source, "source.property.chain"); * No memory leaks. It doesn't use listeners. It only uses weak references to track objects. * You can create one-way bindings, two-way bindings; bind to read-only properties, write-only properties; bind to static properties. * Can be extended to support any GUI toolkit (AWT/Swing/SWT) through aspects.
* MIT license.

To download the library and example project, please visit:

http://xentient.com/binding/

Thank you.

Ignacio Alvarez.


Back to the top