Search:

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

Search: Search took 0.50 seconds.

  1. Replies
    0
    Views
    228

    Why do you need to chain filters?

    Hey guys,

    While reading Spring In Action 2, I am wondering in what other scenario I would want to chain filters. Since the filters are mapped to specific url patterns, all requests matching the...
  2. Replies
    5
    Views
    1,681

    what do you mean "unaware of SSL etc? Can Acegi...

    what do you mean "unaware of SSL etc? Can Acegi work with LDAPS?
  3. Replies
    5
    Views
    1,681

    Thanks Luke. I am not sure where to look...

    Thanks Luke.

    I am not sure where to look into. Is there any particular with Acegi regarding LDAP w/ SSL/TSL or LDAP certificate? The sys admin is being incooperative and asserts the users exist...
  4. Replies
    5
    Views
    1,681

    lost on Acegi LDAP

    I wrote a little standalone java program to test user authentication against LDAP (SSL/STL). All attributes were double-checked. I was assured the users did exist on the server. The key certificate...
  5. Replies
    0
    Views
    790

    ajax called only once in IE

    I am learning dojo.xhrGet and Spring. The application allows a user to enter some amount to deposite/withdraw from an account. It works perfectly fine in Firefox but ONLY ONCE in IE. I am not sure...
  6. AOP for some common parameters like user profile

    i am writing a web application with Spring. The app needs to be aware of using user preferences throughout every workflow. For example,



    getToolbar(UserPrefs userPrefs);
    getDocument(Keyword...
  7. Replies
    4
    Views
    3,823

    Thanks for suggestion. I will think about them. ...

    Thanks for suggestion. I will think about them.

    If anyone cares to know, I found out your can still get the current session with WebContextFactory as usual. The only difference is that those...
  8. Replies
    4
    Views
    3,823

    You asked a very good question. I am tasked...

    You asked a very good question.

    I am tasked to re-organizing the code into the spring framework. The code was written to POJO + dwr. I know DWR can allow you to access the session in any object...
  9. Replies
    4
    Views
    3,823

    how to get current session in POJO?

    Hi all,

    I just started using spring and feel things are so implicit. I am wondering how to get the current session. For example,

    <bean id="a" class="my.domain.ClassA">
    <bean id="b"...
  10. Sorry. I guess i was smoking something :) ...

    Sorry. I guess i was smoking something :)

    PasswordEncoder passwordEncoder = new PlaintextPasswordEncoder();
    should be
    PasswordEncoder passwordEncoder = new Md5PasswordEncoder();

    but I am...
  11. how to get encrypted passwords for database storage

    Hi,

    I am be in a situation: trying to insert encrypted passwords to database. I won't be able to test the security part without it, although it works with plain text passwords. A little program...
  12. Hi Mike, Is the single spring.jar replaced by...

    Hi Mike,

    Is the single spring.jar replaced by modualized spring*.jar files in 2.5? If I added all spring*.jar module files, do I still need that single spring.jar file?

    thanks,
  13. Thanks Mike. I saw them under spring-webmvc.jar

    Thanks Mike. I saw them under spring-webmvc.jar
  14. Replies
    10
    Views
    3,834

    Hi, I am be in the same situation: trying to...

    Hi,

    I am be in the same situation: trying to insert encrypted passwords to database. I won't be able to test the security part without it, although it works with plain text passwords. A little...
  15. Did you solve your problem by adding...

    Did you solve your problem by adding spring-web.jar?

    I looked at spring-web.jar under /dist/modules. It is the same, no org.springframework.web.servlet.mvc package.
  16. I had the same problem. Thanks:)

    I had the same problem. Thanks:)
  17. can't find ModelAndView in Spring 2.5 jar file

    Hi all,

    I am upgrading my web application from spring 1.2.9 to 2.5. It is using ModelAndView and Controller. They used to be org.springframework.web.servlet.mvc. But Controller is moved to...
Results 1 to 17 of 18