Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    376

    HI, you have to use @Before("execution(*...

    HI,
    you have to use @Before("execution(* *.createParty(..))") instead of @Before("execution(* createParty(..))")
  2. Replies
    0
    Views
    187

    Load intercept urls from database

    how can we load intercept urls from database in spring security.
    please help me.
    thanks in advance.
  3. my context.xml is like this

    my context.xml is like this
    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    ...
  4. when we use location.href will be a new request...

    when we use location.href will be a new request rather than form submission.
    so, better to use form submission.
  5. Replies
    0
    Views
    322

    Role Based screen using psring

    I want to develop a project which is based on the role.
    If a particular user logs in based on his roles menu has to changed.

    and admin user dynamically can change his roles.
    and i want to store...
  6. Replies
    0
    Views
    375

    @Autowired not working

    my dispatcher-servlet.xml is
    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
  7. Replies
    8
    Views
    5,342

    View Post

    <bean class="org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping" >
    <property name="interceptors">
    <list>
    <ref bean="themeChangeInterceptor" />
    <ref...
  8. org.hibernate.hql.ast.QuerySyntaxException

    I created a pojo as

    package com.web;


    import javax.persistence.Column;
    import javax.persistence.Entity;
    import javax.persistence.Id;
    import javax.persistence.Table;
  9. Replies
    0
    Views
    199

    whats wrong with my code

    package com.controllers;

    import java.text.SimpleDateFormat;
    import java.util.Date;
    import java.util.List;

    import org.springframework.beans.factory.annotation.Autowired;
    import...
Results 1 to 9 of 9