Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] LTW without using javaagent

Hey,

This page: http://springindepth.com/book/aop-load-time-weaving.html

suggests what you need is
com.springsource.loaded.agent.ClassPreProcessorAgentAdapter

cheers,
Andy

On 26 October 2011 06:11, Roman Bykov <roman.bycov@xxxxxxxxx> wrote:
> Hello
> Excuse me for my English and possible bad grammar. Recently I've encountered
> some issue which is still a bit tricky for me. I try to research if it is
> possible to use loadtime  weaving without using javaagent in Spring
> environment just like it's done for Oracle (OC4JLoadTimeWeaver) or WebLogic
> (WebLogicLoadTimeWeaver).  I have found that this task can be possibly (not
> sure) completed by providing custom ClassLoader which implements
> addTransformer method to do the job. I would really appreciate if some clues
> would be given regarding to where from to start off and what examples if any
> to look at.
>
> Best regards,
>
> Roman Bykov
> _______________________________________________
> aspectj-dev mailing list
> aspectj-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-dev
>


Back to the top