Databinding is defined as: “General technique that binds two data/information sources together and maintains them in sync. This is usually done with two data/information sources with different types as in XML data binding. However in UI data binding, we bind data and information objects of the same type together (e.g. Java objects to Java UI elements).
Go to following link to see my interview after presentation (last PHPDay in may 2008).
I spoke with Andrea Marzilli (from www.ictv.it) about design patterns.
Interview is (only) in italian.
http://www.ictv.it/file/vedi/690/teti-design-pattern-e-php/
One of the main goals of design patterns is to have a names dictionary shared among professionals.
This dictionary, sometimes, has some trouble.
It’s the case of two well known design patterns: Value Object and Data Transfer Object.
Value Object, according to Martin Fowler, is defined as:
“A small simple object, like money or a date range, whose equality isn’t based on identity.
Hi all,
now there is another home for my blog, my software, my photos and so on.
I will transfer all of my contents from the old site to this one in an reasonably short time.
English is not my natural language, so I’m apologize for any mistake you will find in these pages.