Do you share your Google Reader items? I have been doing so for quite some time, but, alas, none of my friends have been doing so. Do you share your Google Reader items. My Google Reader page is available here and feed here.
Blog on things around me - Quality Management, Free & Open Source Software, Gadgets, Utilities...
Saturday, November 15, 2008
Tuesday, November 4, 2008
Introduction to AOP
JavaPulse.net has started a new series aiming to introduce AOP - Aspects Oriented Programming. Check out the first article in the series.
Core AOP (Part I): Introduction to AOP
Aspect Oriented Programming (AOP) is a programming paradigm that aims to promote desirable software characteristics that have been difficult to implement in the current OOP (Object Oriented Programming) technologies. Desirable software characteristics include the DRY principle (Don’t Repeat Yourself), 1:1 modularity, information hiding, and separation of cross-cutting concerns. Examples of cross-cutting concerns are logging, security, transactions, remoting, caching, lazy instantiation, and even business logic.
Core AOP (Part I): Introduction to AOP
Subscribe to:
Posts (Atom)
Total Pageviews
Popular Posts
-
Bugzilla is the Bugs/Issues Tracking Tool from The Mozilla Organization. Version 2.18 is the latest stable release. There are couple of res...
-
Two MIT math graduates bump into each other at Fairway on the upper west side. They hadn't seen each other in over 20 years. The first g...
-
Maven is a popular open source build tool for Java projects, designed to make build process easy. It uses a declarative approach, where the ...
-
Beth M worked with AI tools for testing and concludes that tools like Cursor and Fine.ai can significantly accelerate the development of tes...
-
Web Page Profilers for Windows/Internet Explorer : " A 'Web Page Profiler' is a tool that is used to measure and analyze web pa...