Search:

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

Search: Search took 0.03 seconds.

  1. Automatic validations in service layer like with mvc

    Spring MVC does automatic validation as long as we pass the paramters alongwith the @Valid annotation and use the annotations in javax.validation.constraints and...
  2. Replies
    1
    Views
    949

    customise @PreAuthorize

    If I need to do something similar to @PreAuthorize

    @PreAuthorize("parameterVariableEntity.joiningEntity.anotherJoiningEn tity.logiId == authentication.name ")

    When such an expression is found...
  3. Replies
    1
    Views
    949

    @PreAuthorize - feature request

    can I do this?

    @PreAuthorize("#this.getClass().getName() == 'org.somedomain.UserntityManagerBOImpl' ")

    Actually what I need is this-
    ...
  4. Replies
    3
    Views
    1,342

    jdbc-user-service empty roles

    You misunderstood. Or i didnt explain properly enough.
    Most of the users dont have roles. So I dont want them to have entries in the roles table but there are some users like administrators who have...
  5. Replies
    3
    Views
    1,342

    jdbc-user-service empty roles

    Am using jdbc-user-service for authentication provider.
    I have a Users table and a Roles table.
    This is working fine.
    However what I noticed is that if a user does not have any roles...
  6. Are secure BOs better than all securiy at front end?

    Its possible to secure your business layer using spring security aop-based.
    The business objects are then secure.
    One can use the ELs with spring security.
    One can have written integration test...
  7. problem disappeared

    the problem disappeared. dont know why it happened though
  8. .project and .classpath and java dependencies

    Hi,

    I downloaded the spring toolsuite springsource-tool-suite-2.0.2-e3.4-win32.zip and am using it. Its working quite well.

    Just two small issues:
    1) In my regular eclipse I can see the...
  9. Replies
    0
    Views
    934

    spring dm integration with weblogic

    Hi,

    Anyone has done a successful spring dm integration with weblogic so that we have a working osgi powered webapplication in weblogic.
    If so what are the steps.

    Raster
  10. I need a code to be triggered only once just after the spring beans are loaded.

    I have a working Spring MVC application.
    For some reason I have the following requirement.
    I need a code to be triggered only once just after the spring beans are loaded.

    Before using Spring I...
Results 1 to 10 of 10