This is a discussion on Info on Implement Aspect Oriented Programming at run-time within the PHP Programming forums, part of the Web Development category; Aspect Oriented Programming (AOP) is a methodology meant to implement new aspects in software component using external components, but without ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Aspect Oriented Programming (AOP) is a methodology meant to implement new aspects in software component using external components, but without altering the code that implements the core functionality. Detailed description: This package can be used to implement Aspect Oriented Programming (AOP) by executing the code of classes that enable orthogonal aspects at run-time. The intention is to provide a means implement orthogonal aspects in separate classes that may be interesting add to the application, like logging, caching, transaction control, etc., without affecting the main business logic. The package provides base classes for implementing defining point cuts where the code of advice class is called to implement actions of the orthogonal aspects that an application may need to enable. More info Click here -V.Vadivelan |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Object Oriented Programming | leoraja8 | Java Programming | 14 | 09-18-2007 06:59 AM |
| object-oriented programming features in Ruby? | vadivelanvaidyanathan | Ruby | 1 | 08-18-2007 01:51 AM |
| What is the difference between Windows programming and database programming? | Arun | VB.NET Programming | 0 | 07-18-2007 08:58 AM |
| Diff between Transaction-time and Server response-time | vadivelanvaidyanathan | Software Testing | 0 | 03-21-2007 07:29 AM |
| Which aspect of a site do you think is most important? | oyu2o | Web Design Help | 1 | 03-11-2007 08:44 PM |