how dose spring implements aspectj manner without compile command ajc

M

MarlonBrando

the spring implements aop including aspectj manner

but the aspectj need ajc to complie the sourcecode,

how dose the spring compile just using javac instead of ajc, i did not
find it in spring source code anyway.

plz help me.
 
M

Marcin Rze¼nicki

A

Arne Vajhøj

MarlonBrando said:
the spring implements aop including aspectj manner

but the aspectj need ajc to complie the sourcecode,

how dose the spring compile just using javac instead of ajc, i did not
find it in spring source code anyway.

http://www.eclipse.org/aspectj/doc/next/devguide/ltw-configuration.html

explains in general how it is done.

For Spring specifics you need to look in:
org.springframework.context.config
org.springframework.context.weaving

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,608
Members
45,241
Latest member
Lisa1997

Latest Threads

Top