blog.uebercode.org
ueber:code: March 2010
http://blog.uebercode.org/2010_03_01_archive.html
Tired of your problems? Look at them from a different perspective to get new ones. Friday, March 12, 2010. Static annotation driven PHP code generation with Zend CodeGenerator. The best in this case would be if you address those upcoming issues right in the beginning. For example, before you even think of hand-craft implementing domain models, you should have an idea of how to let the machine do this for you. Assume that we need to create a domain model. For this example, this model should contain pr...
cmsdeveloper.blogspot.com
Web developer's blog: November 2006
http://cmsdeveloper.blogspot.com/2006_11_01_archive.html
I am a software engineer (PHP programmer). I am engaged in software development since 1987. Since year 2001 I'm working on architectual solutions and framework development for content management software (CMF, WCM). Thursday, November 16, 2006. Interactive Grid with Your Own Hands. Figure 1. Model of the solution. How to do it? Var handleSuccess = function(o){. Document.getElementById(divName).innerHTML = decorateList(o.responseText);. Var handleFailure = function(o){. Likely, someone will question ̶...
sqdw.signaly.cz
Aspektově orientované programování | Rising sun
https://sqdw.signaly.cz/0804/aspektove-orientovane-programovani
Občasník názorů jedné karkulky. Raquo; Rising sun. Raquo; Aspektově orientované programování. 5 4 2008 22:44. Již se mi několikrát poštěstilo, že se mě někdo zeptal, jaké mám téma diplomky…. Aspektově orientované programování. Co je aspektově orientované programování? Ještě než budeme pokračovat, je ale potřeba definovat několik termínů, které budeme dále používat:. Ndash; proces vkládání aspektů do aplikace. Existují dva typy AOP, statické a dynamické. Statické AOP poskyt...Ukážeme si nyní...Pozná...
cmsdeveloper.blogspot.com
Web developer's blog: Aspect-oriented Software Development and PHP
http://cmsdeveloper.blogspot.com/2006/11/aspect-oriented-software-development.html
I am a software engineer (PHP programmer). I am engaged in software development since 1987. Since year 2001 I'm working on architectual solutions and framework development for content management software (CMF, WCM). Friday, November 03, 2006. Aspect-oriented Software Development and PHP. Aspect Oriented Software Development (AOSD) is a methodology meant to implement new aspects in software component using external components, but without altering the code that implements the core functionality. Object or...