great news! when Spring-LDAP will be released?
Type: Posts; User: tiepi; Keyword(s):
great news! when Spring-LDAP will be released?
please refer to my implementation, it's tested and successful.
<bean id="viewResolver" class="org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver">
<property...
thansk Luke.
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...
thanks, scott. I will do that.
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...
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...
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...
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...
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?
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...
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...
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...
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.
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...