Hi,
Can someone provide a concise example on how do I set up Acegi+Spring in order to protect some http resources using HTTP Basic Authentication? I already have an AuthenticationManager...
Type: Posts; User: cbotiza; Keyword(s):
Hi,
Can someone provide a concise example on how do I set up Acegi+Spring in order to protect some http resources using HTTP Basic Authentication? I already have an AuthenticationManager...
Thanks Costin for the reply.
I have just finished an implementation with UserType - and it worked just fine on both MySql 4.1.9 and Oracle 9i.
In the POJO class, I declared the property as...
Hi,
I am trying to map a byte[] to a Blob column using Hibernate3 and Spring 1.2. Spring provides a support class, org.springframework.orm.hibernate3.support.BlobByteArrayType which implements...
Hi,
I am trying to implement a delete operation with the following semantics:
public int delete...(String id)
Where the method returns the number of rows actually deleted. I am using the...