Search:

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

Search: Search took 0.03 seconds.

  1. How can i redirect to the originally requested page after login?

    dear every one:
    i use spring security and CAS to do my job ,i found it cannot redirect to the originally requested page, i read the reference book of ss,get some tip on...
  2. change to aspectj,it is ok

    package com.yyhy.java.search.compass;

    import org.aspectj.lang.JoinPoint;

    public aspect CompassAOP {

    declare parents: com.yyhy.java.GenericCoder.* extends DefaultCompassableImpl;
    ...
  3. how to user @DeclareParents to add new interface to class and call the class's method

    dear every one
    i get a class User like this

    package com.yyhy.java.Privilege;// TODO define package
    import javax.persistence.*;
    import java.util.*;

    @Entity
    @Table(
    name="USER")
Results 1 to 3 of 3