ANNOUNCEMENT: Xentient Binding Library

View: New views
1 Messages — Rating Filter:   Alert me  

ANNOUNCEMENT: Xentient Binding Library

by Ignacio Alvarez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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.
_______________________________________________
aspectj-users mailing list
aspectj-users@...
https://dev.eclipse.org/mailman/listinfo/aspectj-users