Search:

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

Search: Search took 0.02 seconds.

  1. Didn't have to do anything special in Spring to...

    Didn't have to do anything special in Spring to make the application clusterable other than:
    1 ) In web.xml add the tag <distributable/>
    2 ) Make sure that all Spring beans with session scope been...
  2. Tomcat Clustered Spring App with AOP proxyed beans

    Greetings,
    Recently develop a clustered Tomcat Spring 3.0 app with AOP proxyed Spring 3.beans.
    Having found problems with AOP proxyed Spring beans had to avoid using @Autowire in favor off...
  3. Thank you it make perfect sense.

    Thank you it make perfect sense.
  4. group_members.username unique index

    Greetings

    Why the table group_members does not have unique index for username column?
    Why should username column be a reference to the table user column username ?
    Is there a reason for this ?...
  5. Get user group from JdbcUserDetailsManager

    Hi,
    I am extending and using org.springframework.security.provisioning.JdbcUserDetailsManager and did not
    found a way to get user groups I'm binding to Spring implementation should it give the...
  6. Replies
    0
    Views
    973

    Flex based user admin interface

    Greetings,
    I'm currently integrating Spring Security in my application and developing Flex based user admin interface based on the object model defined by Spring Security.
    Because the User and...
Results 1 to 6 of 6