Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    3,247

    Spring-LDAP release date

    great news! when Spring-LDAP will be released?
  2. Replies
    5
    Views
    2,177

    please refer to my implementation, it's tested...

    please refer to my implementation, it's tested and successful.
    <bean id="viewResolver" class="org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver">
    <property...
  3. thansk Luke.

    thansk Luke.
  4. Choose between LdapTemplate and Acegi LdapTemplate

    does anyone compare the LdapTemplate (http://ldaptemplate.sourceforge.net/) and Acegi LdapTemplate.

    temporarily, I prefer LdapTempate (the first). it allow me to write/change to the ldap and it's...
  5. thanks, scott. I will do that.

    thanks, scott. I will do that.
  6. add missing dependency to acegi's maven2 pom.xml

    I found that acegi currently got maven2 support. Yet, it missing a dependency from the following pom file: acegisecurity\adapters\cas\pom.xml.

    You need to add the following line to the...
  7. document about AffirmativeBased decision manager

    recently, I check the soure code of org.acegisecurity.vote.AffirmativeBased, the reference document and the code comment. if my understanding is correct, the code does not comply with the document...
  8. Replies
    2
    Views
    1,083

    recently, I am very sensitive to class scanner....

    recently, I am very sensitive to class scanner. when i read the IBM AUS http://www.alphaworks.ibm.com/tech/aus?open&S_TACT=105AGX59&S_CMP=GR&ca=dgr-jw26awaus

    I found ObjectWeb ASM are the scan...
  9. Replies
    2
    Views
    1,083

    ease spring application context configuration.

    is there anyway to find all classes (using default classloader) under specifed package or find all classes implement specifed package?

    if possible, i can write an factory bean which can initiate...
  10. Replies
    3
    Views
    918

    today, search the web a whole day. find jakarta...

    today, search the web a whole day. find jakarta commons discovery. but it doesn't work and it's not updated more than 20 months.

    Anyone can help me?
  11. Replies
    3
    Views
    918

    annotation is a different solution to ease the...

    annotation is a different solution to ease the config of large spring based application.

    I still prefer the FactoryBean automatic inject way. the config file doesn't exist until the system...
  12. Replies
    3
    Views
    918

    ease spring application context configuration

    is there anyway to find all classes (using default classloader) under specifed package or find all classes implement specifed package?

    if possible, i can write an factory bean which can initiate...
  13. Finally upload the code to JIRA. But I have to...

    Finally upload the code to JIRA. But I have to say sorry for the Issue content. Next time, it will be better.

    Please see SEC-58, within it (velocitytool.rar) is the interface/implementation and...
  14. You will see it soon on JIRA. While I am a...

    You will see it soon on JIRA. While I am a newbie for JIRA and can't find place to upload my code and unit test. I will try to post the Authz implementation first. The unit test will be post soon.
  15. using acegi Authz(JSP tag) in velocity template (w/ sample)

    When I try to use acegi at my recent project. I find that it's JSP tag prevent me from using velocity template in my project. After search the forum and read the JSP tag lib source code, I decided to...
Results 1 to 15 of 15