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...
-
These are a few of the options u can try to make your Tomcat Server startup faster: Get a faster computer (:D) Make sure your code i...
-
I have been assigned to prepare a checklist for my project. So, while compiling a checklist for SQLs, I suggested to use SELECT COUNT(COLUMN...
-
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...
-
Both Primary & Unique keys are Indexes. Index - An index is a structure in a table that orders the data. It allows the database to acce...