Looking for alternatives. AspectJ has to many issues with memory and compile performance for us to use it main stream (slows down our development process to much, as we have very large projects that...
Type: Posts; User: cmrudd; Keyword(s):
Looking for alternatives. AspectJ has to many issues with memory and compile performance for us to use it main stream (slows down our development process to much, as we have very large projects that...
That will still end up with 2 objects created, the outer (proxy) and the inner(bean), and not the desited one object that it just intercepted and not really proxied.
I can find simple examples by the handull ( where pull back data, edit the info and save on submit ), but I cant seem to find any more complex scenarios.
Im looking for something of the sort where...
When using the ProxyFactoryBean you can create a proxy for another bean, and ouy end up with 2 objects (The proxy and the object being proxied) is it possibly to just specify the class to be proxied...
Heres the situation :
Hibernate mapped pojos displayed on the front end via JSF. The backing beans use TransactionalServices to access the data, and store off into the session (as they will be...
What you need is a MethodInterceptor (not a HandlerInterceptor) that can be applied to your outermost method that you need the session kept open from.
My initial thought would be that you need to...
Is it possible to prototype a list?
For instance I have a set of interceptors defined that all Handlers need. I then add a new handler that needs an additional one, right now the only option i...
I guess instead of making all my service objects singletons, if I made them prototypes and then had thier sessionFactory property bound to a hotswapable sessionFactory bean.
That way i could swap...
How would I go about setting up an application context per "organization" for an ASP webapp?
The specifics is that certain beans need to be configured differently (DataSources, SessionFactories,...
Thx for the timely reponses )
Thx. The response does beg the question...
How stable is api? And when is the eta of it to be stable?
Not sure if this where bugs are to be reported for WebFlows, but...
In ActionStateAction, when using the constructor signature ActionStateAction( Action, Properties) or ActionStateAction(...