National Technical Symposium on Advancements in Computing Technologies |
Foundation of Computer Science USA |
NTSACT - Number 2 |
August 2011 |
Authors: Satish Nathu Bhadane, A.R.Gaidhani, G.P. Mohole |
bdf69c1b-3f48-4461-b756-9ae3cdbb34b3 |
Satish Nathu Bhadane, A.R.Gaidhani, G.P. Mohole . Cross-Cutting Concerns in OSPF using AOP. National Technical Symposium on Advancements in Computing Technologies. NTSACT, 2 (August 2011), 13-15.
Object oriented programming has been presented technology that can fundamentally aid software engineering, but we have found many programming problem where OOP techniques are not sufficient to clearly capture all the important design decisions the program must implements. This paper introduce case study on Cross-cutting concern in OSPF using AOP, considering cross-cutting concern method these technique used to cross-cut from C++ implementation of OSPF protocol. Aspect-orientedprogramming (AOP) is a promising new approach where the description of a complex system/application is enhanced with various aspects, related to communication properties, distribution, synchronization, etc. All aspects can be described separately and are brought together by using a so-called weaver. OSPF protocol are already implement by using object oriented programming techniques, that source code used to find out common aspect.