Search:

Type: Posts; User: cmrudd; Keyword(s):

Search: Search took 0.03 seconds.

  1. Thread: AutoProxying

    by cmrudd
    Replies
    5
    Views
    1,292

    Looking for alternatives. AspectJ has to many...

    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...
  2. Thread: AutoProxying

    by cmrudd
    Replies
    5
    Views
    1,292

    That will still end up with 2 objects created,...

    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.
  3. Complex editing screens (Using hibernate as dao)

    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...
  4. Thread: AutoProxying

    by cmrudd
    Replies
    5
    Views
    1,292

    AutoProxying

    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...
  5. Replies
    1
    Views
    5,845

    Hibernate and Lazy Loading.

    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...
  6. Replies
    5
    Views
    2,193

    What you need is a MethodInterceptor (not a...

    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...
  7. Replies
    1
    Views
    663

    Prototyping Lists

    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...
  8. Replies
    2
    Views
    1,037

    An idea

    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...
  9. Replies
    2
    Views
    1,037

    ASP Context setup

    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,...
  10. Replies
    4
    Views
    1,204

    Thx for the timely reponses )

    Thx for the timely reponses )
  11. Replies
    4
    Views
    1,204

    Thx. The response does beg the question... How...

    Thx. The response does beg the question...

    How stable is api? And when is the eta of it to be stable?
  12. Replies
    4
    Views
    1,204

    Bug in ActionStateAction

    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(...
Results 1 to 12 of 12