Traits: A mechanism for fine-grained reuse
Authors:
Stéphane Ducasse, Oscar Nierstrasz, Nathanael Schärli, Roel Wuyts, Andrew P. Black
Abstract:
Inheritance is well-known and accepted as a mechanism for reuse in object-oriented languages. Unfortunately, due to the coarse granularity of inheritance, it may be difficult to decompose an application into an optimal class hierarchy that maximizes software reuse. Existing schemes based on single inheritance, multiple inheritance, or mixins, all pose numerous problems for reuse. To overcome these problems we propose traits, pure units of reuse consisting only of methods. We develop a formal model of traits that establishes how traits can be composed, either to form other traits, or to form classes. We also outline an experimental validation in which we apply traits to refactor a nontrivial application into composable units.
ACM Transactions on Programming Languages and Systems (TOPLAS)
Volume 28 , Issue 2 (March 2006)
Pages: 331 - 388
Year of Publication: 2006
http://portal.acm.org/citation.cfm?doid=1119479.1119483
I would like to leave my memos related to my "kung-fu" for some technology insights. Kung-fu doesn't only mean a battle style, but means hacking one's own life.
Wednesday, November 08, 2006
Thursday, November 02, 2006
J2EE-PHP Interop
In an FTPOnline article, Andi Gutmans, et al. discuss two technologies for interoperating between WebSphere and PHP.
Achieve J2EE-PHP Interoperability by Andi Gutmans, Stew Nickolas, and Zeev Suraski, FTPOnline, Nov 1, 2006
Two most popular technologies, SOAP and PHP/Java Bridge, are coverd.
Achieve J2EE-PHP Interoperability by Andi Gutmans, Stew Nickolas, and Zeev Suraski, FTPOnline, Nov 1, 2006
Two most popular technologies, SOAP and PHP/Java Bridge, are coverd.
Subscribe to:
Posts (Atom)
-
Great demonstrations of powerful combination of recent deep neural networks applications - stacked hourglass networks for human pose estima...
-
A caveat for programming in C++ for ROS (Robot Operating System). The core ROS architecture is of the pub-sub messaging framework , where ...
-
In April, the "Linked Data Basic Profile 1.0" was published as a W3C member submission , lead by IBM Rational but involving other...