| Author |
join point
|
Tara Salehi
Greenhorn
Joined: Apr 10, 2008
Posts: 6
|
|
Hello too all I know join point is a keyword in java that is used for the place in the program that is cutted by pointcut(please correct me if Im not true) but I cant ubderestand its meaning Exactly .can anyone help me and send me a simple sample of using that and expalin that for me to know it better?
|
 |
Nitesh Kant
Bartender
Joined: Feb 25, 2007
Posts: 1638
|
|
JoinPoint and Pointcut is the terminology of Aspect oriented programming. This wiki entry defines aspect oriented programming and related terminologies. This topic does not belong to the Thread and Synchronization forum. Moderators, can we move this to an appropriate forum.
|
apigee, a better way to API!
|
 |
Veeresh Hosur
Ranch Hand
Joined: Dec 18, 2007
Posts: 32
|
|
Joint point and point cut are the two terminologies in AOP. Basic aim of AOP is to separate the system services and application service. Best example is logging. If you don't use AOP concept you will incorporating log.debug in almost all source code. If you use AOP concept you will be separating this. If you want further details post here i shall explain but i will be explaining in the AOP using spring framework. Thanks Veeresh
|
 |
 |
|
|
subject: join point
|
|
|