You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by Greg Brown <gk...@mac.com> on 2009/06/09 19:54:51 UTC

Binding, continued

After going through the exercise of prototyping the static binding  
approach, it occurred to me that we may not need to eliminate @Load  
after all. If we move the binding logic to a static method in  
WTKXSerializer, we could probably keep it.

Unless anyone has any objections, I'll go ahead and make this change.  
I'll remove the Bindable interface and move the annotations to top- 
level classes. I won't update the bind processor, but I will make sure  
it compiles. Todd can revisit that later as he has time.

G


Re: Binding, continued

Posted by Sandro Martini <sa...@gmail.com>.
Hi Greg,
for me is ok.

Only one question:
can we continue to implement applications in the same way (using both
annotations) ?


Maybe a (future) document on the site like "Migration from Pivot 1.2
to 1.3" could help.
We know already the package migration, and other adjustments like
this, and more as they will come ...


Thanks,
Sandro