Search:

Type: Posts; User: techiemails@yahoo.com; Keyword(s):

Search: Search took 0.06 seconds.

  1. Replies
    0
    Views
    188

    Conditional AOP

    Hello,

    I would like to enable or disable the execution based on a boolean.

    Is there a way to disable the execution of an advise based on a boolean flag?

    Something like this -

    ...
  2. Replies
    0
    Views
    209

    view scope and AOP

    Hello,

    I have a situation where I have a controller @Controller which is defined in view scope with init-method.
    This has few methods which inturn invoke service layers and other layers of the...
  3. Replies
    1
    Views
    305

    Intercepting init-methods

    Hello,

    Is there a way to advice init-methods in Spring?

    For ex. I have a method initialize() which is a init-method configured in my applicationContext.xml.

    When I directly invoke...
  4. AOP on @Controller doesn't work

    Hello All,

    I am trying to insert an aspect to find the method execution time on my Controller (annotated with @Controller)

    I have the <aop:aspectj-autoproxy/> on my applicationContext.xml...
  5. Replies
    0
    Views
    205

    httpOnly on Context

    Hello,

    I am running compliance check on my web application and there was a vulnerability saying cookie doesn't contain httpOnly. I am using tomcat 7.0.27. I assume from the posts that tomcat 7+...
  6. Replies
    1
    Views
    362

    STS 3.0.0 M1 and JDK 1.8

    Hello,

    I just upgraded to STS 3.0 and JDK 1.8 and having trouble running my builds with Ant.

    I am getting exception class not found Javac1.8

    Not sure what is the issue here. Read somewhere...
  7. <code>
    <bean id="x" class="com.test.X" factory-method="createInstance">
    <constructor-arg value="${type}" type="java.lang.String" index="0" />
    <constructor-arg value="${stream}"...
  8. Problems with factory-method

    Hello All,

    I am having a problem with factory-method -

    I have a bean definition (say X.class) which has a factory-method definition pointing to createInstance which is a static method my...
  9. Not able to start RabbitMQ server on localhost

    Hello ,

    I downloaded and installed Rabbit MQ server 2.7.1 and during the installation also installed the Erlang OTP installer. Once the installation is complete, when I try to start the service,...
Results 1 to 9 of 9