Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] puzzle on a Aspect usage

> Hi..
> In the product, we are working on, there is a requirement to use proxy or
> a place holder for referred objects, e.g. say a user object 'knows' his
> organization object but does not pull its data until explicitely asked for
> organization data. So an user object when created inititally does not
> query for an organization data too. Similarly there are other place where
> we have used the same concept to provide a better memory mgmt and
> performance.
> 
> In this product, we are using Toplink as a tool for java object wrapper
> over a RDBMS (Toplink is now acquired by oracle corp). Toplink has an
> implementation for the requirement above, which uses ValueHolderInterface
> etc.
> 
> I have a gut feeling that this requirement can be seen as an aspect which
> can be associated to any classes in the application. So how can we solve
> using aspectj or the aspect implemented in oracle9ias app server ?
> 
> Please let me know any point you can think on it: (just anything it need
> not be a solution...)
> 
> Thanks, do mail at my email id too
> 
> Abhijit
> (Abhijit.Bhattacharya@xxxxxxxxxxxx)
> 
> 


Back to the top