A java blog with a collection of examples and tutorials on Java and related technologies. (Under maintenance with continuous updates)
Be in touch with java jazzle or k2java.blogspot.com.
Pages
▼
Monday, March 21, 2011
Using Load time weaving instead of proxies
Load time weaving or LTW can be achieved from spring 2.5.0.
Performance wise, LTW is better because separate proxy object is not created.
No comments:
Post a Comment