Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    846

    Hi Marten, Thanks for the response. When I...

    Hi Marten,

    Thanks for the response. When I mentioned 'plain text' I was kinda referring to the configuration information presented as plain text via properties + Spring XML config file (using...
  2. Replies
    2
    Views
    846

    JNDI for resource lookup

    Hi all,

    I've been recently skimming through the 12th chapter of Spring in Action, 2nd edition. In the section which deals with sending mails, the author mentions:


    What kind of "security"...
  3. > If there is no transactionmanager there is no...

    > If there is no transactionmanager there is no correct cleanup of the connection

    Are you sure? Because by looking at the source code for JdbcTemplate class, it seems that if a transaction is...
  4. Replies
    3
    Views
    2,227

    Though I don't use Spring Actionscript for my...

    Though I don't use Spring Actionscript for my PureMVC development, I might be able to shed light on the Single Core v/s Multi-core version.

    The single core version is more geared toward POC work...
  5. Limiting the invocation of aspects to specific classes

    Hi all.

    I'm currently trying my hand out at writing aspects which are applied only when the pointcut method is invoked from a specific class.

    For e.g. let's consider a sample pointcut like:
    ...
  6. Replies
    4
    Views
    1,077

    Yes indeed, esp considering that I don't know how...

    Yes indeed, esp considering that I don't know how to make proxy objects intercept internal method calls [this isn't even possible I guess].

    I was successful in making it work with LTW but given...
  7. Replies
    4
    Views
    1,077

    Ah, thanks for the response. This seems a bit...

    Ah, thanks for the response. This seems a bit troublesome; any way of making this work other than using pure AspectJ which performs load time / run time weaving as suggested by the Spring docs?
    ...
  8. Replies
    4
    Views
    1,077

    Methods not intercepted

    Hi all,

    I've been using the AOP feature of Spring to execute all the methods which start with "do" of my sample class "TestComponent". For some strange reason the method interception works only...
  9. Replies
    4
    Views
    2,570

    Ah, this is worth trying out. I'll get back with...

    Ah, this is worth trying out. I'll get back with results as soon as get the opportunity to try this out.

    Thanks for your answer, much appreciated. :-)

    ./sasuke
  10. Replies
    4
    Views
    2,570

    Thanks for the reply Denis. You are correct; I...

    Thanks for the reply Denis.

    You are correct; I need to disable proxies but not at a global level. The scenario is:

    Our application is created using Spring hence we have a Spring config file...
  11. Replies
    4
    Views
    2,570

    Disabling Proxy objects

    Hi all.

    A quick question: Is is possible to disable proxying altogether at a global level for objects requested from the spring container?

    I'm using Spring to inject test data[read Value...
Results 1 to 11 of 11