posted 13 years ago
Performer.java,
Audience.java
AudienceAdvice.java
bean-cfg-Two.xml
MainPractise24.java
What i am expecting is,
whenever i call perform() method of Performer class, the takeSeats() and turnOffCellPhones() method of Audience class should be called first,
and after execution of method perform(), applause() method of Audience class should be called
but no AOP is happening, the perform method is getting called straight,
even if i changed the eml file to