Last night I was experimenting a bit with a minimalist implementation of advising in Aspect Oriented Javascript. I implemented the three basic advices (before, around and after). For this naive implementation I slammed the functions in the Object’s prototype. This way I had access to them in all objects in the system.
Here’s how to use them.
Last night I was experimenting a bit with a minimalist implementation of advising in Aspect Oriented Javascript. I implemented the three basic advices (before, around and after). For this naive implementation I slammed the functions in the Object’s prototype. This way I had access to them in all objects in the system.
Here’s how to use them.
Archive
Latest Comments
- Fizo Commented on Ruby Fibers Vs Ruby Threads
- Michael Commented on IE6 Background Image Problem
- chrisb Commented on IE6 Background Image Problem
- Mohamed Shatla Commented on Egypt Wins UK's National Outsourcing Association Award
- Youssef Commented on Egypt Wins UK's National Outsourcing Association Award

