Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] LTW examples

I think there are examples here: http://www.eclipse.org/aspectj/doc/released/devguide/ltw.html


Stalsy wrote:
Hi all,

do you know where can I get any LTW concrete examples based on org.aspectj.weaver.tools.* API, please? In particularly I'm looking for an example that compile and weave an aspect created after my program is launched if exists.

EX: I launch my java program, create a file "example.aj" ( an aspect ) and than I would weave that aspect into my program ( or just compile it ). This allow me to create custom aspect at runtime.

thanks to all, best regards


--
Dean Wampler, Ph.D.
dean@xxxxxxxxxxxxxxxxxxxxx dean@xxxxxxxxxxxxxxxx http://www.objectmentor.com http://www.aspectprogramming.com http://www.contract4j.org I want my tombstone to say: Unknown Application Error in Dean Wampler.exe. Application Terminated.
  [Okay]    [Cancel]



Back to the top