Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] To LTW or not to LTW? :-)

Thanks Wes.

We are not going to write aspects in the forseen future. We only use
pre-defined Spring Framework services, namely the auto-wiring of domain
objects upon instantiation (aspectJ provides the means to intercept the Java
<new> operation. So I guess we're not aspectJ developers per se. So, from
this perspective, we probably don't need the AJDT. Not that it would hurt us
either...

You mentioned time/space costs of LTW. Could you please elaborate on these? 
Indeed we ran into OutOfMemory problems at first, which were solved by
increasing the JVM's maxPermSize.

Thanks again,
Naaman
-- 
View this message in context: http://www.nabble.com/To-LTW-or-not-to-LTW--%3A-%29-tf2388608.html#a6713270
Sent from the AspectJ - users mailing list archive at Nabble.com.



Back to the top