Search:

Type: Posts; User: Bharat Kumar Valluri; Keyword(s):

Search: Search took 0.04 seconds.

  1. Hi Marten, Thank you for your response....

    Hi Marten,
    Thank you for your response. If it is proxy based then it has to use JDK dynamic proxies or Cglib proxies. When these proxy generation happen with the transaction demarcation. ...
  2. Declarative Transactions weaves the classes at compile time or load time

    We all know the transaction management in spring uses the AOP. My question related to transaction management is "when we define the declarative transaction either using annotations or XML, when...
  3. Autowiring always had impact on the performance...

    Autowiring always had impact on the performance impact in bean initialization if your context is has to many beans and dependencies.
    It is better to user @Configuration/@Bean to explicitly define...
  4. Hi Pulin, Thanks for the suggestion....

    Hi Pulin,

    Thanks for the suggestion. Instead of the serialization some how i can extend the ApplictionContext and redefined the refresh method to load only new Beans. I just want to check is...
  5. Refreshing Application Context

    When we refresh the application context then all the existing bean are destroyed including singleton classes and all the beans are re-created and wired.

    I have case where my...
  6. How to configure the Hibernate second level cache using Hibernate

    We are trying to configure the Hibernate second level cache as Ehcache using spring framework .



    While configuring it I got following exception. Changes that I have done for this are mentioned...
Results 1 to 6 of 6