Search:

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

Search: Search took 0.02 seconds.

  1. tomcyjohn: the go-to Spring person at my company and regularly teach my colleagues

    Was part of the company's working group entrusted with bringing in new fraemwork which will be the de-facto fraemwork to be used with the company (default framework)

    Have rolled out the framework...
  2. Replies
    1
    Views
    209

    With my limited knowledge in Spring Security, i...

    With my limited knowledge in Spring Security, i feel that Spring security might not be giving this detail. I think you can achieve this by doing the following:
    1. Write a cutom filter or interceptor...
  3. Replies
    1
    Views
    454

    Would you mind trying to do the password encoding...

    Would you mind trying to do the password encoding according to your requirement using below configuration:


    <authentication-manager alias="authenticationManager">
    <authentication-provider...
  4. If i have understood your question correctly,...

    If i have understood your question correctly, below is the response to that:-

    If you specify the above in the application context xml, spring will create the CustomUserDetailsService class and set...
  5. Replies
    4
    Views
    1,149

    Check the spring jars in your web applications...

    Check the spring jars in your web applications lib file and also check the tomcats lib file to see if the jars are overridden as Marten rightly pointed.

    If all is well, do check if your system's...
  6. Replies
    7
    Views
    597

    Just cross-checking if you have done the...

    Just cross-checking if you have done the following:-
    1. Have you setup the settings.xml file of maven
    2. If so, have you checked if right remote repository have been used
    3. if so, is your machine...
  7. Spring 3.1 comes up with a feature called as...

    Spring 3.1 comes up with a feature called as profiles. Please go through the below link and see if this is of any help to your problem
    ...
  8. You can also go to the latest STS (2.9.1) and...

    You can also go to the latest STS (2.9.1) and follow well written sample totorials which gives step by step explanation as well of what is to be done to be up and running using spring.
  9. Replies
    8
    Views
    1,753

    RequestContextListener is a 2.4+ servlet listener...

    RequestContextListener is a 2.4+ servlet listener which needs to be configured in your web applications web.xml file. Once you have configured this in web.xml the current request object will be...
  10. Replies
    4
    Views
    339

    I think point 2 is the right approach.

    I think point 2 is the right approach.
  11. If you are looking for some sort of scheduler...

    If you are looking for some sort of scheduler which could pick your jobs and execute it according to certain parameters, using any open source scheduler integrated with standard spring project can be...
  12. Replies
    6
    Views
    1,619

    Annotation or XML is a big discussion which could...

    Annotation or XML is a big discussion which could go on and on because everyone has their own reason to why they prefer one over the other.

    As far as seeing a report is concerned on the various...
  13. I think the below link should help you:- ...

    I think the below link should help you:-

    http://www.mkyong.com/spring/how-to-install-spring-ide-in-eclipse/
  14. Replies
    4
    Views
    516

    In the STS, you will find various tutorials in...

    In the STS, you will find various tutorials in the dashboard. There will be a tutorial on spring security as well. I think the tutorial that you are looking for is in there.
Results 1 to 14 of 14