Re: "_Enhancer" Question

2013-05-09 Thread Mike Tutkowski
gt; >Click on the Tree link > > > >From there you can move the pages. > > > >--Alex > > > >> -Original Message- > >> From: Kelven Yang [mailto:kelven.y...@citrix.com] > >> Sent: Wednesday, May 8, 2013 11:31 PM > >> To: dev@

Re: "_Enhancer" Question

2013-05-09 Thread Kelven Yang
- >> From: Kelven Yang [mailto:kelven.y...@citrix.com] >> Sent: Wednesday, May 8, 2013 11:31 PM >> To: dev@cloudstack.apache.org >> Subject: Re: "_Enhancer" Question >> >> Could someone help move the linked wiki page to root level in wiki? >> althoug

RE: "_Enhancer" Question

2013-05-09 Thread Alex Huang
k.apache.org > Subject: Re: "_Enhancer" Question > > Could someone help move the linked wiki page to root level in wiki? > although the work is done in Javelin branch, it now applies to all future > releases. > > Kelven > > On 5/8/13 11:14 PM, "Kelven Y

Re: "_Enhancer" Question

2013-05-08 Thread Kelven Yang
Could someone help move the linked wiki page to root level in wiki? although the work is done in Javelin branch, it now applies to all future releases. Kelven On 5/8/13 11:14 PM, "Kelven Yang" wrote: >I've updated the wiki page for some background information on how we end >up current way of do

Re: "_Enhancer" Question

2013-05-08 Thread Kelven Yang
I've updated the wiki page for some background information on how we end up current way of doing this. https://cwiki.apache.org/confluence/display/CLOUDSTACK/Using+Spring+in+Clou dStack Kelven On 5/8/13 9:37 PM, "Mike Tutkowski" wrote: >Hi, > >I was wondering if someone could explain to me th

RE: "_Enhancer" Question

2013-05-08 Thread Mice Xia
Here is what I know about enhancer: Enhancer is a term in cglib, an enhancer is a subclass of original class which 'enhances' its functionality In Cloudstack, enhancer (and interceptor) is used to implement aspect-oriented features, e.g, transaction, events framework.. Classes that implement Com